Python tutorials for absolute beginners.

myd7349 3a678b015f Update oop.asciidoc 11 лет назад
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 c0ddde1e01 Fixing incorrect inter-linking 11 лет назад
byte_of_python.asciidoc d5ab6c074d Adding AsciiDoc version 11 лет назад
commands.bash d5ab6c074d Adding AsciiDoc version 11 лет назад
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 d5ab6c074d Adding AsciiDoc version 11 лет назад
floss.asciidoc d5ab6c074d Adding AsciiDoc version 11 лет назад
frontpage.asciidoc 99077c5de0 Add email by Isen I-Chun Chao <chao926@gmail.com> 11 лет назад
functions.asciidoc c0ddde1e01 Fixing incorrect inter-linking 11 лет назад
installation.asciidoc e587087ad7 Tweak to Windows 8 installation 11 лет назад
intro.asciidoc d5ab6c074d Adding AsciiDoc version 11 лет назад
io.asciidoc d5ab6c074d Adding AsciiDoc version 11 лет назад
light_table_screenshot.png d5ab6c074d Adding AsciiDoc version 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 d5ab6c074d Adding AsciiDoc version 11 лет назад
problem_solving.asciidoc 186fa6733b Update problem_solving.asciidoc 11 лет назад
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].