byte_of_python.asciidoc 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. = A Byte of Python
  2. :Author: Swaroop C H
  3. :Email: swaroop@swaroopch.com
  4. :Revision: 3.0
  5. :doctype: book
  6. :lang: en
  7. :homepage: http://swaroopch.com/notes/python
  8. :buy: http://swaroopch.com/buybook
  9. :contact: http://swaroopch.com/contact
  10. :toc:
  11. :toclevels: 1
  12. :sectlinks:
  13. :experimental:
  14. // http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#ui-macros
  15. "A Byte of Python" is a free book on programming using the Python language. It serves as a tutorial
  16. or guide to the Python language for a beginner audience. If all you know about computers is how to
  17. save text files, then this is the book for you.
  18. The book was last updated at {docdatetime} and generated using
  19. http://www.asciidoctor.org[AsciiDoctor] {asciidoctor-version}.
  20. include::frontpage.asciidoc[]
  21. include::dedication.asciidoc[]
  22. include::preface.asciidoc[]
  23. include::intro.asciidoc[]
  24. include::installation.asciidoc[]
  25. include::first_steps.asciidoc[]
  26. include::basics.asciidoc[]
  27. include::op_exp.asciidoc[]
  28. include::control_flow.asciidoc[]
  29. include::functions.asciidoc[]
  30. include::modules.asciidoc[]
  31. include::data_structures.asciidoc[]
  32. include::problem_solving.asciidoc[]
  33. include::oop.asciidoc[]
  34. include::io.asciidoc[]
  35. include::exceptions.asciidoc[]
  36. include::stdlib.asciidoc[]
  37. include::more.asciidoc[]
  38. include::what_next.asciidoc[]
  39. include::floss.asciidoc[]
  40. include::about.asciidoc[]
  41. include::revision_history.asciidoc[]
  42. include::translations.asciidoc[]
  43. include::translation_howto.asciidoc[]