Python Crash Course读书笔记 - 第0章:简介

2020年1月13日晚开始读Python Crash Cours第二版。Crash Course是速成班的意思。
在这里插入图片描述
简要信息如下:

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

这本书中学大学都有在使用,此书针对的版本是Python 3。
作者的父亲是DEC的工程师,作者从小就喜欢编程。

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

确实,代码能解决问题,就能带来成就感。
此书适合于之前没有用过Python编程的人(适用于我),或者没有编程经验的人。也适合中学老师做教材。

本书相关资源可查阅:

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

为什么选择Python,因为其是一有效率语言。易读,易调试,易扩展。可以胜任各式各样的任务,在科研领域也广泛使用。另一个重要原因是Python Community的成熟和广泛参与度。

以下是我的读书进度表:

章节 开始 结束
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/?
发布了352 篇原创文章 · 获赞 42 · 访问量 55万+

猜你喜欢

转载自blog.csdn.net/stevensxiao/article/details/103964296