Python tutorials for absolute beginners.

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

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