Python tutorials for absolute beginners.

Swaroop 6e480c43a7 Add install_deps_linux il y a 10 ans
programs 39d598a99b Add command line arguments il y a 11 ans
.gitignore d5d990e702 Ignore Vim swap files il y a 10 ans
LICENSE.asciidoc 2114978abc Add www to book link il y a 10 ans
README.asciidoc c8b4927396 Adding clauses to LICENSE file il y a 11 ans
about.asciidoc d5ab6c074d Adding AsciiDoc version il y a 11 ans
basics.asciidoc 5165cc83f5 Fix monospacing double underscored code il y a 10 ans
byte_of_python.asciidoc 6effd5a560 Move last-updated-at to Preface chapter il y a 10 ans
commands.bash 6e480c43a7 Add install_deps_linux il y a 10 ans
control_flow.asciidoc f1efb2c08d Fix explanation of range vs. xrange il y a 10 ans
data_structures.asciidoc d5ab6c074d Adding AsciiDoc version il y a 11 ans
dedication.asciidoc d5ab6c074d Adding AsciiDoc version il y a 11 ans
exceptions.asciidoc 33ec8e4fd5 Small fixes il y a 11 ans
first_steps.asciidoc 81ed25c533 Removing a Broken Link il y a 10 ans
floss.asciidoc d5ab6c074d Adding AsciiDoc version il y a 11 ans
frontpage.asciidoc 886404ccdc Mention course at University of Ljubljana Slovenia il y a 10 ans
functions.asciidoc 7df38bdd88 Corrected a Typo in Chapter function. il y a 10 ans
installation.asciidoc e587087ad7 Tweak to Windows 8 installation il y a 11 ans
intro.asciidoc caa8b1392e Simplify sentences in Python 2 vs. 3 section il y a 10 ans
io.asciidoc c738dc8dc0 Update io.asciidoc il y a 11 ans
modules.asciidoc a2223f320d Removing broken link il y a 10 ans
more.asciidoc 3e4b311f52 Change monospace style to overcome AsciiDoctor bug il y a 10 ans
oop.asciidoc 77389394ee The description and function name in code were not matching. il y a 10 ans
op_exp.asciidoc 3e4b311f52 Change monospace style to overcome AsciiDoctor bug il y a 10 ans
preface.asciidoc b7139f638c Moving history lesson to appendix il y a 10 ans
problem_solving.asciidoc 186fa6733b Update problem_solving.asciidoc il y a 11 ans
pycharm_command_line_arguments.png 4d94679489 Replace Light Table with PyCharm il y a 10 ans
pycharm_create_new_project.png ffd00f34a2 Switching to PyCharm Educational Edition il y a 10 ans
pycharm_create_new_project_pure_python.png ffd00f34a2 Switching to PyCharm Educational Edition il y a 10 ans
pycharm_hello_open.png ffd00f34a2 Switching to PyCharm Educational Edition il y a 10 ans
pycharm_new_file_input.png ffd00f34a2 Switching to PyCharm Educational Edition il y a 10 ans
pycharm_new_python_file.png ffd00f34a2 Switching to PyCharm Educational Edition il y a 10 ans
pycharm_open.png ffd00f34a2 Switching to PyCharm Educational Edition il y a 10 ans
pycharm_output.png ffd00f34a2 Switching to PyCharm Educational Edition il y a 10 ans
pycharm_run.png ffd00f34a2 Switching to PyCharm Educational Edition il y a 10 ans
revision_history.asciidoc b7139f638c Moving history lesson to appendix il y a 10 ans
stdlib.asciidoc 9894eaa3d4 Fixing heading level of stdlib chapter il y a 10 ans
terminal_screenshot.png d5ab6c074d Adding AsciiDoc version il y a 11 ans
translation_howto.asciidoc d5ab6c074d Adding AsciiDoc version il y a 11 ans
translations.asciidoc f611dbef60 remove stale links; but preserve history of translations il y a 10 ans
what_next.asciidoc 0fc5812f6b Fixing chapter link il y a 10 ans

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