preface.asciidoc 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [[preface]]
  2. [preface]
  3. == Preface
  4. Python is probably one of the few programming languages which is both simple and powerful. This is
  5. good for beginners as well as for experts, and more importantly, is fun to program with. This book
  6. aims to help you learn this wonderful language and show how to get things done quickly and
  7. painlessly - in effect 'The Anti-venom to your programming problems'.
  8. === Who This Book Is For
  9. This book serves as a guide or tutorial to the Python programming language. It is mainly targeted
  10. at newbies. It is useful for experienced programmers as well.
  11. The aim is that if all you know about computers is how to save text files, then you can learn
  12. Python from this book. If you have previous programming experience, then you can also learn Python
  13. from this book.
  14. If you do have previous programming experience, you will be interested in the differences between
  15. Python and your favorite programming language - I have highlighted many such differences. A little
  16. warning though, Python is soon going to become your favorite programming language!
  17. === Official Website
  18. The official website of the book is {homepage} where you can read the whole book online, download
  19. the latest versions of the book, {buy}[buy a printed hard copy] and also send me feedback.
  20. === Something To Think About
  21. [quote,C. A. R. Hoare]
  22. __________________________________________________
  23. There are two ways of constructing a software design: one way is to make it so simple that there
  24. are obviously no deficiencies; the other is to make it so complicated that there are no obvious
  25. deficiencies.
  26. __________________________________________________
  27. [quote,C. W. Wendte]
  28. __________________________________________________
  29. Success in life is a matter not so much of talent and opportunity as of concentration and
  30. perseverance.
  31. __________________________________________________