Python tutorials for absolute beginners.

Swaroop C H 61f71eb0c7 Overcoming weird parsing by Asciidoctor 10 年 前
programs 39d598a99b Add command line arguments 11 年 前
.gitignore d5ab6c074d Adding AsciiDoc version 11 年 前
LICENSE.asciidoc 9b9b874b21 [minor] Fixing link 11 年 前
README.asciidoc c8b4927396 Adding clauses to LICENSE file 11 年 前
about.asciidoc d5ab6c074d Adding AsciiDoc version 11 年 前
basics.asciidoc 61f71eb0c7 Overcoming weird parsing by Asciidoctor 10 年 前
byte_of_python.asciidoc 6effd5a560 Move last-updated-at to Preface chapter 10 年 前
commands.bash ae729fe137 Removing defunct comment 10 年 前
control_flow.asciidoc d5ab6c074d Adding AsciiDoc version 11 年 前
data_structures.asciidoc d5ab6c074d Adding AsciiDoc version 11 年 前
dedication.asciidoc d5ab6c074d Adding AsciiDoc version 11 年 前
exceptions.asciidoc 33ec8e4fd5 Small fixes 11 年 前
first_steps.asciidoc ffd00f34a2 Switching to PyCharm Educational Edition 10 年 前
floss.asciidoc d5ab6c074d Adding AsciiDoc version 11 年 前
frontpage.asciidoc 886404ccdc Mention course at University of Ljubljana Slovenia 10 年 前
functions.asciidoc c0ddde1e01 Fixing incorrect inter-linking 11 年 前
installation.asciidoc e587087ad7 Tweak to Windows 8 installation 10 年 前
intro.asciidoc caa8b1392e Simplify sentences in Python 2 vs. 3 section 10 年 前
io.asciidoc c738dc8dc0 Update io.asciidoc 10 年 前
modules.asciidoc 82e288d62c Update modules.asciidoc 10 年 前
more.asciidoc 3e4b311f52 Change monospace style to overcome AsciiDoctor bug 10 年 前
oop.asciidoc 61f71eb0c7 Overcoming weird parsing by Asciidoctor 10 年 前
op_exp.asciidoc 3e4b311f52 Change monospace style to overcome AsciiDoctor bug 10 年 前
preface.asciidoc b7139f638c Moving history lesson to appendix 10 年 前
problem_solving.asciidoc 186fa6733b Update problem_solving.asciidoc 10 年 前
pycharm_command_line_arguments.png 4d94679489 Replace Light Table with PyCharm 10 年 前
pycharm_create_new_project.png ffd00f34a2 Switching to PyCharm Educational Edition 10 年 前
pycharm_create_new_project_pure_python.png ffd00f34a2 Switching to PyCharm Educational Edition 10 年 前
pycharm_hello_open.png ffd00f34a2 Switching to PyCharm Educational Edition 10 年 前
pycharm_new_file_input.png ffd00f34a2 Switching to PyCharm Educational Edition 10 年 前
pycharm_new_python_file.png ffd00f34a2 Switching to PyCharm Educational Edition 10 年 前
pycharm_open.png ffd00f34a2 Switching to PyCharm Educational Edition 10 年 前
pycharm_output.png ffd00f34a2 Switching to PyCharm Educational Edition 10 年 前
pycharm_run.png ffd00f34a2 Switching to PyCharm Educational Edition 10 年 前
revision_history.asciidoc b7139f638c Moving history lesson to appendix 10 年 前
stdlib.asciidoc 9894eaa3d4 Fixing heading level of stdlib chapter 10 年 前
terminal_screenshot.png d5ab6c074d Adding AsciiDoc version 11 年 前
translation_howto.asciidoc d5ab6c074d Adding AsciiDoc version 11 年 前
translations.asciidoc 932e54a155 Adding Korean translation 10 年 前
what_next.asciidoc 418fb1d0a6 Add link to funcy library 10 年 前

README.asciidoc

== A Byte of Python

"A Byte of Python" is a free book on programming using the Python language. It serves as a tutorial
or guide to the Python language for a beginner audience. If all you know about computers is how to
save text files, then this is the book for you.

To understand the http://asciidoctor.org/docs/what-is-asciidoc/[AsciiDoc format], see the
http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/[AsciiDoc Syntax Quick Reference].

To convert the book from AsciiDoc format to output formats (HTML, PDF, EPUB, etc.), see
https://github.com/swaroopch/byte_of_python/blob/master/commands.bash[commands.bash].

To understand the freedoms you have with this book, see
https://github.com/swaroopch/byte_of_python/blob/master/LICENSE.asciidoc[LICENSE.asciidoc].

To translate this book, https://help.github.com/articles/fork-a-repo[fork the repository].

For queries, http://swaroopch.com/contact/[contact the author].