Python Tutorial (Dive into Python 3) Specifications
|
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics.
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics.
The Python Tutorial (Dive into Python 3) provides beginners with a simple introduction to the basics, and experts will find advanced details they need.
In this you will see the following things below.
Table of Contents
1. Your First Python Program
2. Native Datatypes
3. Comprehensions
4. Strings
5. Regular Expressions
6. Closures & Generators
7. Classes & Iterators
8. Advanced Iterators
9. Unit Testing
10, Refactoring
11. Files
12. XML
13. Serializing Python Objects
14. HTTP Web Services
15. Case Study: Porting chardet to Python 3
16. Packaging Python Libraries
A. Porting Code to Python 3 with 2to3
B. Special Method Names