虽然之前讲述的都是K12少儿编程的简易课程,但是Python的功能很强大,相信随着孩子们年龄的增长,一定会接触到更多更深层次的编程学习,但是这个道路上有很多的挫折,这里介绍一些有助于孩子以后成长的图书,很多过于高深,不主张去学习,但是通过这些图书的名字,我们可以清晰的认识到Python所能做到的事情。
入门读物
在寻求真理的长河中,唯有学习,不断地学习,勤奋地学习,有创造性地学习,才能越重山跨峻岭。——华罗庚
1. 《Python基础教程》(*Beginning Python From Novice to Professional*)
2. 《Python学习手册》(*Learning Python*)
3. 《Python编程》(*Programming Python*)
4. 《Python Cookbook》
5. 《Python程序设计》(*Python Programming: An Introduction to Computer Science*)
6. 《Modern Python Cookbook》
进阶读物
我来说,不学习,毋宁死。——罗蒙诺索夫
1. 《Python核心编程》(*Core Python Applications Programming*)
2. 《流畅的Python》(*Fluent Python*)
3. 《Effective Python:编写高质量Python代码的59个有效方法》(*Effective Python 59 Specific Ways to Write Better Python*)
4. 《Python设计模式》(*Learning Python Design Patterns*)
5. 《Python高级编程》(*Expert Python Programming*)
6. 《Python性能分析与优化》(*Mastering Python High Performance*)
Web框架
天才就是这样,终身劳动,便成天才!——门捷列夫
1. 《Django基础教程》(*Tango with Django*)
2. 《轻量级Django》(*Lightweight Django*)
3. 《Python Web开发:测试驱动方法》(*Test-Driven Development with Python*)
4. 《Web Development with Django Cookbook》
5. 《Test-Driven Development with Django》
6. 《Django Project Blueprints 》
7. 《Flask Web开发:基于Python的Web应用开发实战》(*Flask Web Development: Developing Web Applications with Python*)
8. 《深入理解Flask》(*Mastering Flask*)
爬虫开发
至于我,生来就为公众利益而劳动,从来不想去表明自己的功绩,惟一的慰藉,就是希望在我们的蜂巢里,能够看到我自己的一滴蜜。——克雷洛夫
1. 《用Python写网络爬虫》(*Web Scraping with Python*)
2. 《精通Python爬虫框架Scrapy》(*Learning Scrapy*)
3. 《Python网络数据采集》(*Web Scraping with Python*)
4. 《Python爬虫开发与项目实战》
5. 《Python 3网络爬虫开发实战》
数据分析
活着就要学习,学习不是为了活着。——弗·培根
1. 《利用Python进行数据分析》(*Python for Data Analysis*)
2. 《Python数据科学手册》(*Python Data Science Handbook*)
3. 《Python金融大数据分析》(*Python for Finance*)
4. 《Python数据可视化编程实战》(*Python Data Visualization Cookbook*)
5. 《Python数据处理》(*Data Wrangling with Python*)
机器学习
少而好学,如日出之阳;壮而好学,如日中之光;老而好学,如秉烛之光。——刘向
1. 《Python机器学习基础教程》(*Introduction to Machine Learning with Python*)
2. 《Python机器学习实践指南》(*Python Machine Learning Blueprints*)
3. 《Python Machine Learning Case Studies》
4. 《Python机器学习实践:测试驱动的开发方法》(*Thoughtful Machine Learning with Python A Test Driven Approach*)
5. 《Python机器学习经典实例》(*Python Machine Learning Cookbook*)
6. 《TensorFlow:实战Google深度学习框架》