README.asciidoc 935 B

12345678910111213141516171819
  1. == A Byte of Python
  2. "A Byte of Python" is a free book on programming using the Python language. It serves as a tutorial
  3. or guide to the Python language for a beginner audience. If all you know about computers is how to
  4. save text files, then this is the book for you.
  5. To understand the http://asciidoctor.org/docs/what-is-asciidoc/[AsciiDoc format], see the
  6. http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/[AsciiDoc Syntax Quick Reference].
  7. To convert the book from AsciiDoc format to output formats (HTML, PDF, EPUB, etc.), see
  8. https://github.com/swaroopch/byte_of_python/blob/master/commands.bash[commands.bash].
  9. To understand the freedoms you have with this book, see
  10. https://github.com/swaroopch/byte_of_python/blob/master/LICENSE.asciidoc[LICENSE.asciidoc].
  11. To translate this book, https://help.github.com/articles/fork-a-repo[fork the repository].
  12. For queries, http://swaroopch.com/contact/[contact the author].