Python tutorials for absolute beginners.

Swaroop C H 932e54a155 Adding Korean translation 11 yıl önce
programs 39d598a99b Add command line arguments 11 yıl önce
.gitignore d5ab6c074d Adding AsciiDoc version 11 yıl önce
LICENSE.asciidoc 9b9b874b21 [minor] Fixing link 11 yıl önce
README.asciidoc c8b4927396 Adding clauses to LICENSE file 11 yıl önce
about.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
basics.asciidoc c0ddde1e01 Fixing incorrect inter-linking 11 yıl önce
byte_of_python.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
commands.bash d5ab6c074d Adding AsciiDoc version 11 yıl önce
control_flow.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
data_structures.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
dedication.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
exceptions.asciidoc 33ec8e4fd5 Small fixes 11 yıl önce
first_steps.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
floss.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
frontpage.asciidoc e3fe05deb4 Adding context to feedback from Fang Biyi 11 yıl önce
functions.asciidoc c0ddde1e01 Fixing incorrect inter-linking 11 yıl önce
installation.asciidoc e587087ad7 Tweak to Windows 8 installation 11 yıl önce
intro.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
io.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
light_table_screenshot.png d5ab6c074d Adding AsciiDoc version 11 yıl önce
modules.asciidoc 33ec8e4fd5 Small fixes 11 yıl önce
more.asciidoc 37129ad26c Add link to Reddit discussion on Python 3 11 yıl önce
oop.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
op_exp.asciidoc 33ec8e4fd5 Small fixes 11 yıl önce
preface.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
problem_solving.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
revision_history.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
stdlib.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
terminal_screenshot.png d5ab6c074d Adding AsciiDoc version 11 yıl önce
translation_howto.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce
translations.asciidoc 932e54a155 Adding Korean translation 11 yıl önce
what_next.asciidoc d5ab6c074d Adding AsciiDoc version 11 yıl önce

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