What can be achieved with python

silencement
Release: 2020-09-18 09:30:02
Original
12646 people have browsed it

What can be achieved with python

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!