Python tutorials for absolute beginners.

Nicolas Ulrich 39d598a99b Add command line arguments před 11 roky
programs 39d598a99b Add command line arguments před 11 roky
.gitignore d5ab6c074d Adding AsciiDoc version před 11 roky
LICENSE.asciidoc 9b9b874b21 [minor] Fixing link před 11 roky
README.asciidoc c8b4927396 Adding clauses to LICENSE file před 11 roky
about.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
basics.asciidoc c0ddde1e01 Fixing incorrect inter-linking před 11 roky
byte_of_python.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
commands.bash d5ab6c074d Adding AsciiDoc version před 11 roky
control_flow.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
data_structures.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
dedication.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
exceptions.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
first_steps.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
floss.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
frontpage.asciidoc b4ee10f8cf Adding tweet by @YuvrajPoudyal to front page před 11 roky
functions.asciidoc c0ddde1e01 Fixing incorrect inter-linking před 11 roky
installation.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
intro.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
io.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
light_table_screenshot.png d5ab6c074d Adding AsciiDoc version před 11 roky
modules.asciidoc c0ddde1e01 Fixing incorrect inter-linking před 11 roky
more.asciidoc 37129ad26c Add link to Reddit discussion on Python 3 před 11 roky
oop.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
op_exp.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
preface.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
problem_solving.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
revision_history.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
stdlib.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
terminal_screenshot.png d5ab6c074d Adding AsciiDoc version před 11 roky
translation_howto.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
translations.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky
what_next.asciidoc d5ab6c074d Adding AsciiDoc version před 11 roky

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