Python tutorials for absolute beginners.

Swaroop C H decc565003 Simplifying Emacs recommendations преди 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 преди 10 години
intro.asciidoc d5ab6c074d Adding AsciiDoc version преди 11 години
io.asciidoc c738dc8dc0 Update io.asciidoc преди 10 години
modules.asciidoc 82e288d62c Update modules.asciidoc преди 10 години
more.asciidoc 37129ad26c Add link to Reddit discussion on Python 3 преди 11 години
oop.asciidoc 3a678b015f Update oop.asciidoc преди 10 години
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 преди 10 години
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 преди 10 години
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].