If you want to learn Python, or you are just starting to learn Python, then you may ask: "What can I do with Python?"
This is a bad question Answer, because Python has many uses.
But over time, I found that Python has the following three main applications: Web development, data science: including machine learning, data analysis and data visualization, scripting
1. Web development
Python-based web frameworks such as Django and Flask have become very popular in web development recently. These web frameworks help you write server-side code (back-end code) in Python. This is the code that runs on your server, not the code that runs on the user's device and browser (front-end code).
2. Data Science
Data science, including machine learning, data analysis and data visualization.
3. Script
What is a script?
Scripting usually refers to writing small programs that can automate simple tasks.
Other uses:
Embedded applications, web crawlers, game development, desktop applications, artificial intelligence, etc.
Related learning recommendations: python tutorial
The above is the detailed content of What can be achieved with python. For more information, please follow other related articles on the PHP Chinese website!