About the Book
This is the ebook version of the freely available tutorial "Learn Python in Ten Minutes". It is made available here in a more convenient format for offline reading, but contains, otherwise, exactly the same material as the online tutorial.
Table of Contents
- Learn Python in Ten Minutes
- Preliminary fluff
- Properties
- Getting help
- Syntax
- Data types
- Strings
- Flow control statements
- Functions
- Classes
- Exceptions
- Importing
- File I/O
- Miscellaneous
- Epilogue