There is a personal Python quick tutorial on the Web, very good. Much better than reading a book. Bash the link address below
http://www.douban.com/group/topic/30008503/
Python Basics
Python Basics Hello world!
Python basic 02 base data type
Python base 03 Sequence
Python basic 04 Operations
Python base 05 Indentation and selection
Python base 06 Loop
Python basic 07 functions
Basic Python Basics 08 Object-oriented concepts
Python basic 09 Object-oriented further development
Python Basics 10 Looking back
Python Advanced
Python Advanced 01 Dictionary
Python advanced 02 text file input and output
Python Advanced 03 Module
Parameter passing of the Python advanced 04 function
Python advanced 05 Loop design
Python advanced 06 Loop Object
Python Advanced 07 Function object
Python Advanced 08 Error handling
Python advanced 09 Dynamic type
Python deep
Until now, Python learning has come to an end. In the following sections, I want to discuss Python's advanced syntax and the underlying implementation. This part of the content is not necessary to use Python. But if you want to do some large-scale python development (such as making Python tools, writing a framework, etc.), you will want to know something about this part of the story.
Python in depth 01 special methods and multi-paradigm
Python in-depth 02 context Manager
Python Deep properties for 03 objects
Python deep 04 Closures
Python depth 05 Adorner
Python in-depth 06 memory management
Python supplement
Python complements the 01 sequence method
Python Supplement Python Tips
Python supplemental python built-in function list
Python supplement Brief History of Python
Python supplement 05 string formatting (% operator)
Python complements Python's path
Python Standard library
The importance of the Python standard library is:
- The standard library is a part of Python.
- The philosophy of Python is a problem with only one of the best solutions. These standard libraries provide a standard solution for many issues.
Python standard library--A quick walkthrough
Learning preparation for the Python standard library
Python standard library 01 regular expressions (re-packages)
Python standard library 02 time and date (times, datetime package)
Python standard library 03 paths and files (Os.path package, Glob package)
Python standard library 04 file management (partial OS package, Shutil package)
Python standard library 05 storage objects (Pickle package, Cpickle package)
Python Standard library 06 sub-process (subprocess package)
Python standard library 07 signal (signal package)
Python standard library 08 multi-Threading and Synchronization (threading package)
Python standard library 09 process information (partial OS package)
Python standard library 10 multi-process preliminary (multiprocessing package)
Python standard library 11 multi-process Exploration (multiprocessing package)
Python standard library 12 math and random numbers (Math package, random package)
Python standard library 13 circulator (Itertools)
Python standard library 14 database (SQLITE3)
The main difficulty of learning the Python standard library is that it requires a certain amount of basic knowledge in other areas. Refer to:
Linux Concepts and Systems
The following are network-related content in the Python standard library. Python has many applications in the web, whether as a server or as a crawler. Python's own syntax is simple, highly readable, and has powerful scripting capabilities. These allow Python developers to quickly develop excellent network products.
Python network 01 Raw python server
Python Network python server evolution
Python Web applications also require knowledge about network protocols. Refer to:
Protocol Forest
The liberated Jiang GE
Django is one of Python's most representative network frameworks. With Django, you can easily implement a full-featured, easy-to-manage website or app backend. From a practical point of view, here's how to use the Django framework.
Liberated Jiang Ge 01 to the horizon
The liberated Jiang Ge 02 Manor-House of doubts
Liberated Jiang ge 03 the so-called Iraqis
Liberated Jiang ge 04 picking
Liberated Jiang ge 05 black-and-black Butler
The liberated Jiang Ge 06 false for true time
The liberated Jiang GE 07 nonstop
Python Quick Tutorial Epilogue
Python Quick Tutorials