What projects can python do?

(*-*)浩
Release: 2019-07-19 16:04:12
Original
5908 people have browsed it

After learning the basics of python, everyone suddenly became confused. At this time, you need to practice on some projects to increase your experience and find your own shortcomings.

What projects can python do?

Python3 implements train ticket query tool (recommended learning: Python video tutorial)

Use Python3 to capture Get the 12306 website information and complete a train ticket query tool. This project practices Python3 basics and network programming, as well as the use of docopt, requests, prettytable and other libraries.

AutoNavi API Python solves the rental problem

Use a Python script to crawl the housing information of a rental website, and use AutoNavi’s js API to mark the house on the map Source location to find a home within an hour's drive of work! During the project implementation, you will be familiar with the simple use of requests, BeautifulSoup, csv and other libraries.

NBA regular season result prediction: using Python for game data analysis

Using NBA game statistics from 2015 to 2019 to establish a regression model, and finally in 2016 this year ~Predict the win or loss of each game during the 2017 regular season.

Python Code Implementation 2048

Learn the basic knowledge of Python, the concept of state machines, and the steps to write python games. This is an advanced course in Python, requiring users to have a basic knowledge of Python syntax.

Python implements reading data from excel and drawing it into beautiful images

This world has always been a world based on appearance since ancient times. The same goes for the pictures we use when making reports and writing articles. A picture is worth a thousand words. A beautifully made picture can not only display a large amount of information, but also reflect the level, aesthetics, and attitude of the artist. Use python to read data from excel and plot it into a two-dimensional image using matplotlib. In this process, a series of operations will be used to beautify the image

These projects can be said to be difficult or easy, but as long as they can be completed independently, there will be great gains.

For more Python-related technical articles, please visit the Python Tutorial column to learn!

The above is the detailed content of What projects can python do?. 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 [email protected]
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!