Carambola Python Advanced Lecture 1-Preface

My CSDN blog column: https://blog.csdn.net/yty_7
 

After the completion of the star fruit Python tutorial, a friend asked, what should I learn next?

I asked him, what do you want to learn?

He: Of course, what is popular is learning, artificial intelligence, machine learning, deep learning are all necessary.

Me: OK, in fact, you can start after finishing the basics, but if your method is wrong, you will take some detours.

he:? ? ?

Me: What is the most famous sentence Newton said?

He: ... the sentence standing on the shoulder of the giant?

Me: Yes, Newton ’s original words are: If I look a little further than others, it is because I am standing on the shoulders of giants. The artificial intelligence, machine learning, and deep learning you just mentioned are all extremely popular fields. There are a lot of tutorials and a lot of source programs on the Internet. You can learn at any time. This is the shoulder of the giant. But must you look farther than others? This is not necessarily the case. Only people with a keen eye can see things that others cannot see, or see things that are ignored by others.

He: It's a bit interesting. What should I do?

Me: I wonder if you have heard this sentence? The so-called shortcut to learning is to repeat and imitate. Now you can easily find a lot of tutorials on the Internet. Do you think you "learned" in a quick glance, or do you really understand every example and every line of code? I suggest that beginners do not make their own wheels, but make full use of existing wheels! To be clear about each line of code and what each variable is for, develop a good habit of adding comments to each line of code, and then run the results in your own Python running environment. This method will be discussed later. . In addition, the situation is different for those who have programming experience and those who have no programming experience. I am particularly disgusted with the courses of "Learning XXX within 7 days" and "Mastering XXX within 21 days". Master it by yourself. Those who have n’t finished it in the so-called 7 days must not be discouraged, just study at their own pace, but remember to have the habit of insisting on commenting each line of code. Finally, I recommend you an extracurricular book: "Practice Deliberately". After reading it, you will definitely feel something.

 

Published 55 original articles · won praise 16 · views 6111

Guess you like

Origin blog.csdn.net/yty_7/article/details/104236852