Python Basics Tutorial to Lesson 60 This tutorial introduces to you at the beginning, why to learn python, what are the advantages of python, etc. It will really make you want to learn python quickly. Why use Python as an introductory programming language? the reason is simple. Every language has its supporters and detractors. Go to Google "why python" and you will get a lot of results, such as wide range of applications, open source, active community, rich libraries, cross-platform, etc. You may also find a lot of criticisms about it, such as rigid format and low efficiency. , there are very few people using it in China. However, the weighing of these advantages and disadvantages is a worry for programmers. As a beginner who wants to learn some programming, simplicity is the most important thing. While students who are learning C++ are still writing linked lists, and those who are learning Java are still fiddling with the running environment, those of you who are learning Python are already flying into the sky like the picture above.
Of course, in addition to simplicity, there is another important reason: because I am writing Python every day. Although I may talk about mobile phone programming in the future (if there is such a day π_π), at this time, you can just eat what you have. 5 minutes a day, don’t worry about it too much. Moreover, Python is still a language that is very conducive to forming good programming thinking.
I recommend two introductory Python books that I personally like, one is "
Concise Python Tutorial", I first learned it by watching it, and I will generally refer to the content in it later. The other book is "
Head First Python". The Head First series is very easy to understand. Although I have only glanced at it a few times, I still feel it is a good introductory book.
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn