Little Turtle-Getting Started to Learn Python (Second Edition)

The public account [National Programmer] Gives back fan benefits: cash red envelopes and book delivery activities are in progress , click to participate !

My new book "Android App Development Introduction and Actual Combat" was published by People's Posts and Telecommunications Publishing House in August 2020. Welcome to buy.

For book details, please see: https://blog.csdn.net/ddnosh/article/details/107666187

Hello everyone, I am free brother.

The learning materials I bring to you today are: Little Turtle-Zero-Basic Introductory Learning Python (2nd Edition)

Introduction

Insert picture description here
This set of materials includes courseware, source code, errata, and pdf versions of books.
Insert picture description here

Although Python is simple, its design is very rigorous. Although Python may not run as fast as compiled languages ​​such as C or C++, C and C++ require you to pay attention to issues such as data types, memory overflow, and boundary checking all the time. And Python, like a caring servant, handles everything for you in private. You never have to worry about it. This allows you to put all your mind on the design logic of the program.

Some people say that to complete the same task, using assembly language requires 1,000 lines of code, using C language requires 500 lines, using Java only requires 100 lines, and using Python, it may only take 20 lines. This is Python, using it to program, you can save a lot of time writing code.

Since Python is so simple, will it be of little practical use after learning it? In fact, there is no need to worry about this problem, because Python can be said to be a "big gold" language, which is used in Web application development, system network operation and maintenance, science and digital computing, 3D game development, graphical interface development, and network programming. Figure. At present, more and more IT companies have the words "Proficient in Python is a priority" in the recruitment column. In addition, even Google is using Python on a large scale.

Well, I know that too many beautiful words will make everyone offensive, so I must stop here and leave the rest for everyone to experience.

How to obtain

Follow the public account: National Programmer , Reply: 1001

For more massive learning materials, please reply: learning materials , each of which is carefully collected and organized by national programmers.

Welcome to pay attention to my technical public number: national programmers , our goal: output dry goods

  1. Share original technical articles every day
  2. Massive free technical materials and video learning resources
  3. Share the ways to make money and lead programmers to financial freedom
Picture name

Guess you like

Origin blog.csdn.net/ddnosh/article/details/109189700