Python tutorials for absolute beginners.

Swaroop C H caa8b1392e Simplify sentences in Python 2 vs. 3 section пре 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 4d94679489 Replace Light Table with PyCharm пре 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 decc565003 Simplifying Emacs recommendations пре 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 пре 11 година
intro.asciidoc caa8b1392e Simplify sentences in Python 2 vs. 3 section пре 10 година
io.asciidoc c738dc8dc0 Update io.asciidoc пре 11 година
modules.asciidoc 82e288d62c Update modules.asciidoc пре 11 година
more.asciidoc 37129ad26c Add link to Reddit discussion on Python 3 пре 11 година
oop.asciidoc 3a678b015f Update oop.asciidoc пре 11 година
op_exp.asciidoc 33ec8e4fd5 Small fixes пре 11 година
preface.asciidoc 6effd5a560 Move last-updated-at to Preface chapter пре 10 година
problem_solving.asciidoc 186fa6733b Update problem_solving.asciidoc пре 11 година
pycharm_command_line_arguments.png 4d94679489 Replace Light Table with PyCharm пре 10 година
pycharm_create_new_project.png 4d94679489 Replace Light Table with PyCharm пре 10 година
pycharm_hello_open.png 4d94679489 Replace Light Table with PyCharm пре 10 година
pycharm_new_file_input.png 4d94679489 Replace Light Table with PyCharm пре 10 година
pycharm_new_python_file.png 4d94679489 Replace Light Table with PyCharm пре 10 година
pycharm_open.png 4d94679489 Replace Light Table with PyCharm пре 10 година
pycharm_output.png 4d94679489 Replace Light Table with PyCharm пре 10 година
pycharm_run.png 4d94679489 Replace Light Table with PyCharm пре 10 година
pycharm_tip_of_the_day.png 4d94679489 Replace Light Table with PyCharm пре 10 година
revision_history.asciidoc d5ab6c074d Adding AsciiDoc version пре 11 година
stdlib.asciidoc d5ab6c074d Adding AsciiDoc version пре 11 година
terminal_screenshot.png d5ab6c074d Adding AsciiDoc version пре 11 година
translation_howto.asciidoc d5ab6c074d Adding AsciiDoc version пре 11 година
translations.asciidoc 932e54a155 Adding Korean translation пре 11 година
what_next.asciidoc d5ab6c074d Adding AsciiDoc version пре 11 година

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