Python Crash Course study notes - Chapter 0: Introduction

2020 the evening of January 13 started reading Python Crash Cours Second Edition. Crash Course is a crash course mean.
Here Insert Picture Description
Brief information is as follows:

Python Crash Course, 2nd Edition
A Hands-On, Project-Based Introduction to Programming
by Eric Matthes
May 2019, 544 pp.
ISBN-13: 
9781593279288

The book in high school universities have used this book for version is Python 3.
DEC author's father was an engineer, had a habit of programming.

There is real satisfaction in building something with a purpose, something that solves a problem.

Indeed, the code can solve the problem, you can bring a sense of accomplishment.
Never used Python programming before the book is suitable for people (for me), or people with no programming experience. Also suitable for secondary school teachers to do teaching.

The book related resources can be found:

  • https://nostarch.com/pythoncrashcourse2e/
  • http://ehmatthes.github.io/pcc_2e/

Why Python, because it is an efficient language. Easy to read, easy to debug, easy to expand. Qualified for a variety of tasks, it is also widely used in the field of scientific research. Another important reason is that Python Community mature and broad participation degrees.

Here is my reading schedule:

chapter Start End
0 2020/1/13 2020/1/13
1 2020/1/13 2020/1/14
2 2020/1/14 2020/1/14
3 2020/1/14 2020/1/14
4 2020/1/14 2020/1/15
5 2020/1/15 2020/1/15
6 2020/1/? 2020/1/?
7 2020/1/? 2020/1/?
8 2020/1/? 2020/1/?
9 2020/1/? 2020/1/?
10 2020/1/? 2020/1/?
Published 352 original articles · won praise 42 · views 550 000 +

Guess you like

Origin blog.csdn.net/stevensxiao/article/details/103964296