Home > Article > Backend Development > How to learn python from scratch
Python is a very simple, easy-to-understand, and quick-to-learn programming language, and it is an open source language, making it very convenient to learn python. The following content is from the shallower to the deeper. It is recommended to read and study in order.
0.Python concise tutorial
Download address: python concise tutorial Chinese.pdf
Very concise Even if you have no basic knowledge of a textbook, you can read it in half a day just like reading a novel.
Then, the following article can serve as a quick review:
Learn a language in minutes: Python
1. Python development tutorial
Liao Xuefeng's Python tutorial is one of the best-written Python development tutorials I have ever seen, including tutorials on two major versions of Python 2.7 and Python 3.
Address: Python tutorial - Liao Xuefeng's official website
Related recommendations: "python video tutorial"
2. Learn the basics , the next step is to master a practical development framework for actual combat.
Python has many web development frameworks. The largest and most comprehensive development framework is Django, which is also the most widely used. There are many companies that use the Django framework, such as Sohu, Tencent, etc. Web.py and Flask, which are known for their simplicity, are very easy to use. Tornado, which is known for its asynchronous high performance, has picturesque source code and is used by Zhihu and Quora. The following are very good learning materials for the Django framework.
2-1) Django Basics Tutorial
Django Unchained 01 First Trial Django Unchained 02 Manor Mystery Django Unchained 03 The So-Called Lover Django Unchained 04 Each Get what you need Django Unchained 05 Black-faced Butler Django Unchained 06 Django Unchained 07 Non-stop
2-2) Django practice project (using Django to develop a blog):
Django common commands django development blog (1) Getting started with django development blog (2) Template and data query django development blog (3) Static files, from applications and custom django development blog (4) Comments library use and ajax Support Django development blog (5) markdown support, code highlighting, gravatar avatar service Django best practices (Chinese version)
3. Python practice project
python Project Practice One: Instant Markup python
Project Practice Two: Good Drawing Python
Project Practice Three: Universal XMLpython
Project Practice Four: News Aggregation python
Project practice five: Virtual tea party python
Project practice six: Using CGI for remote editing python
Project practice seven: Custom bulletin board python
project Practice 8: Using XML-RPC for remote file sharing python
Project practice 9: DIY arcade game python
Project practice 10: File sharing 2-GUI
4. Some other useful resources
How to get started with Python crawler? - Xie Ke's answer
Python regular expression guide
[Dry information]Python crawler/text processing/scientific computing/machine learning/data mining weapon spectrum
Python WSGI detailed explanation
The above is the detailed content of How to learn python from scratch. For more information, please follow other related articles on the PHP Chinese website!