If I had to go to college again, I would definitely learn python well!
Let's take a conclusion first: python + any major can become the king of bombing.
For example: python + finance: intelligent finance must be combined with the financial platform in the future, and python will solve the problem of data processing of a large number of financial statements.
Python + Liberal Arts: Don't think that liberal arts don't need to be **. Imagine the competitiveness of liberal arts studentsIn addition to writing skills, if in a group of liberal arts students, you can write python, data analysis, report making, and even automatic email sending can be done, then the work efficiency is not up!
So how do you learn python?
1. Liao Xuefeng's python tutorial.
Be sure to understand the basic features of Python first. Systematic learning can be seen** (Xiao Pozhan search 'Liao Xuefeng python tutorial'), the tutorial has a project at the end, you can follow it again. If you don't have time to solve the problem in a targeted manner, you can look at the text version (a certain degree of search can directly search its official **) Each function is equipped with an explanation and**Examples,It's easy to understand。
Second, a certain degree of a certain song search on what method is generally used to deal with your task.
After that, find your own approach to your task category (e.g. optimization, supervised unsupervised, semi-supervised machine learning, etc.).
3. github + chatgpt, find** + learn**.
Once you've found a way, go to GitHub and find out what similar tasks someone else has handled with this method, **their**, see P6, learn the logic of this**. If you don't understand something, search on Xiaopo Station, such as the Transformer neural network used by others** disease, but **There is something you don't understand, just copy it directly into chatgpt and ask, and you will get a very detailed answer.
Fourth, be sure to write it yourself**!
Finally, you must be sure to write it yourself, according to the logic of what you are looking for, step by step you open a new document, type it out line by line, and according to the different tasks, you need to modify the ** to match your needs. It is only in the process of writing it yourself that you can understand it and really master it.
There is also a need to be careful.
Don't memorize.
Python has a lot of libraries, and the best way is to practice more to master the idea of solving problems, so that you will naturally know what to write next when you encounter similar **.
Be sure to manually type**, don't copy-paste.
Only the manual brain will leave a memory, deepen the impression of the process, and all the operation steps can be remembered firmly after thinking.
Don't be afraid to make mistakes.
Many people are afraid of making a mistake at the beginning, that is, to find the correct answer in repeated mistakes.
Start planning for my 2024