Python tutorials for absolute beginners.

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

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].