Browse Source

Adding README

Swaroop C H 11 years ago
parent
commit
df8a31cb21
1 changed files with 18 additions and 0 deletions
  1. 18 0
      README.asciidoc

+ 18 - 0
README.asciidoc

@@ -0,0 +1,18 @@
+== 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.txt[LICENSE.txt].
+
+To translate this book, https://help.github.com/articles/fork-a-repo[fork the repository].
+
+For queries, http://swaroopch.com/contact/[contact the author].