What you can do by learning python are: 1. Python can be used to develop console-based applications; 2. Python has proven to be very convenient in the development of multimedia parts; 3. Python can also be used to develop Web-based applications. Application; 4. Use python to process data; 5. System programming, etc.
Related free learning recommendations: python video tutorial
Learning python skills Things to do:
1. Python can be used to develop console-based applications. For example: IPython.
IPython is an interactive computing system. It mainly contains three components: the added interactive "Python shell", the decoupled dual-process communication model, and the interactive parallel computing architecture. Support variable auto-completion.
#2. Python is very convenient to develop in the multimedia part. There are many python libraries, and it is also a good choice for multimedia. Some successful applications are: TimPlayer, cplay, etc.
3. Python can also be used to develop web-based applications. The heavyweight framework is django, an open source and free framework. Some important development cases are: PythonWikiEngines, Pocoo, PythonBlogSoftware, etc., such as domestic successful application cases: Douban, Zhihu, etc.
#4. Use python to process data. There are many books on the Internet that talk about processing data, processing big data, and processing data visualization.
5. Hacker programming. You can use python to write many small tools and write an arp network disconnection attack. If you want to dig web vulnerabilities, you must do the previous information collection. Information The collection can be processed using a crawler. The crawler can crawl the text of the web page and also crawl the pictures of the MM. It is worth learning.
6. System programming, able to manage windows and linux systems to automate the system and avoid repeated labor. Repeated manual labor is also prone to errors. Use python for system programming Can be more efficient. The core module of system programming is the os module.
The above is the detailed content of What can you do by learning python?. For more information, please follow other related articles on the PHP Chinese website!