Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What can Python do? (version 2)


May 29, 2021 Article blog


Table of contents


Now that more and more people are learning Python, what can Python do?

College students can quickly access paper materials, designers can find more poster cases, and workplace veterans can learn Python to do a good job of data analysis and aggregation.

So Python is no longer a programmer's exclusive skill, and as Python's more and more features are discovered, more people are interested in Python, which is why Python has become increasingly popular in recent years.

First, intelligently crop pictures

In the study work we will encounter the problem of cropping pictures, want to crop pictures to retain key information.

Any one or two of us can cut through the mobile phone, one or twenty sheets take some time is no problem, but what if one or two hundred? I t's annoying at this point, when Python can get in the way. With Python's modules, you can intelligently crop pictures, and hundreds of images can be easily processed in bulk with Python.

Second, Python solves mathematical problems

Mathematical problems we all think of equations and computational problems, for many science students from small to metropolitan contact with mathematics, equations, secondary curves, calculus, mathematics problems have plagued everyone for more than a dozen or twenty years.

Yes, isn't it amazing that Python can also help us solve mathematical problems? With Python's modules, we can quickly solve complex and lengthy math problems.

Third, Python solves the housing problem

The first time to work in the field trouble followed, rent, prices, wages will accompany you. H ousing is a top priority, and it's always a warm harbor. W here is it close to the company, subway, supermarket? Where's the cheapest rent?

This is where Python can help, using the Python script to crawl rental site listing information, and then using the Gaud js API to map the location of the listing, to get an hour away from the company to get to the range.

Fourth, Python climbs the TV series character relationship

"Celebrating the Rest of the Year" I believe everyone has seen, last year's fire was a mess. But the relationship between the characters in the play is complex, just chasing the play to clear the relationship between the characters is very difficult.

Python is very good at sorting out character relationships, just by analyzing the character relationships in the script through code analysis, and then extracting the character relationships

V. Python implements train ticket inquiry

Many holidays we need to buy a train ticket home, when it is best to buy a train ticket to save time at home, this time can also use Python.

Python can grab 12306's information and provide a train ticket query tool, filter the right train ticket with train ticket information, and automatically grab tickets.

These are the small editors for you to organize about learning python can do? the whole content