Python tutorials for absolute beginners.

Swaroop C H bbdeee5bae Merge pull request #26 from K-Guan/patch-2 преди 9 години
programs 39d598a99b Add command line arguments преди 11 години
.gitignore d5d990e702 Ignore Vim swap files преди 10 години
LICENSE.asciidoc 2114978abc Add www to book link преди 10 години
README.asciidoc c8b4927396 Adding clauses to LICENSE file преди 11 години
about.asciidoc d5ab6c074d Adding AsciiDoc version преди 11 години
basics.asciidoc 5165cc83f5 Fix monospacing double underscored code преди 10 години
byte_of_python.asciidoc 6effd5a560 Move last-updated-at to Preface chapter преди 11 години
commands.bash 6e480c43a7 Add install_deps_linux преди 10 години
control_flow.asciidoc f1efb2c08d Fix explanation of range vs. xrange преди 10 години
data_structures.asciidoc d5ab6c074d Adding AsciiDoc version преди 11 години
dedication.asciidoc d5ab6c074d Adding AsciiDoc version преди 11 години
exceptions.asciidoc 33ec8e4fd5 Small fixes преди 11 години
first_steps.asciidoc 81ed25c533 Removing a Broken Link преди 10 години
floss.asciidoc d5ab6c074d Adding AsciiDoc version преди 11 години
frontpage.asciidoc 886404ccdc Mention course at University of Ljubljana Slovenia преди 11 години
functions.asciidoc 7df38bdd88 Corrected a Typo in Chapter function. преди 10 години
installation.asciidoc e587087ad7 Tweak to Windows 8 installation преди 11 години
intro.asciidoc caa8b1392e Simplify sentences in Python 2 vs. 3 section преди 11 години
io.asciidoc c738dc8dc0 Update io.asciidoc преди 11 години
modules.asciidoc a2223f320d Removing broken link преди 10 години
more.asciidoc 3e4b311f52 Change monospace style to overcome AsciiDoctor bug преди 11 години
oop.asciidoc 77389394ee The description and function name in code were not matching. преди 10 години
op_exp.asciidoc 8f298c6547 Fixed the incorrect part in "Associativity" преди 9 години
preface.asciidoc b7139f638c Moving history lesson to appendix преди 11 години
problem_solving.asciidoc 186fa6733b Update problem_solving.asciidoc преди 11 години
pycharm_command_line_arguments.png 4d94679489 Replace Light Table with PyCharm преди 11 години
pycharm_create_new_project.png ffd00f34a2 Switching to PyCharm Educational Edition преди 11 години
pycharm_create_new_project_pure_python.png ffd00f34a2 Switching to PyCharm Educational Edition преди 11 години
pycharm_hello_open.png ffd00f34a2 Switching to PyCharm Educational Edition преди 11 години
pycharm_new_file_input.png ffd00f34a2 Switching to PyCharm Educational Edition преди 11 години
pycharm_new_python_file.png ffd00f34a2 Switching to PyCharm Educational Edition преди 11 години
pycharm_open.png ffd00f34a2 Switching to PyCharm Educational Edition преди 11 години
pycharm_output.png ffd00f34a2 Switching to PyCharm Educational Edition преди 11 години
pycharm_run.png ffd00f34a2 Switching to PyCharm Educational Edition преди 11 години
revision_history.asciidoc b7139f638c Moving history lesson to appendix преди 11 години
stdlib.asciidoc 9894eaa3d4 Fixing heading level of stdlib chapter преди 11 години
terminal_screenshot.png d5ab6c074d Adding AsciiDoc version преди 11 години
translation_howto.asciidoc d5ab6c074d Adding AsciiDoc version преди 11 години
translations.asciidoc 687239f7a4 Add link to second Italian translation преди 9 години
what_next.asciidoc 0fc5812f6b Fixing chapter link преди 10 години

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