Home > Article > Backend Development > What can you do after learning python?
What can you do after learning python?
1. Web development: server-side programming, with rich web development frameworks, such as Django and TurboGears, quickly complete a website development and Web services.
2. Crawler, data analysis, data mining, machine learning.
3. Scientific computing: Python is widely used in scientific and numerical computing, such as bioinformatics, physics, architecture, geographic information systems, image visualization analysis, life sciences, etc. Commonly used are numpy, SciPy, Biopython , SunPy, etc.
4. Operation and maintenance automation: automatically handle a large number of operation and maintenance tasks
5. Test automation: written as a simple implementation script, used in Selenium/lr to achieve automation.
6. Graphical interface development: Python can write desktop graphical user interfaces and can also extend Microsoft Windows. Commonly used are Tk, GTK, PyQt, win32, etc.
7. Game development: Python has a very good 3D rendering library and game development framework. There are many games developed using Python, such as Disney's Toon City and Blade of Darkness. Commonly used PyGame, Pykyra, etc. and a PyWeek competition.
The above is the detailed content of What can you do after learning python?. For more information, please follow other related articles on the PHP Chinese website!