# bookcode2019 **Repository Path**: zcatt/bookcode2019 ## Basic Information - **Project Name**: bookcode2019 - **Description**: bookcode2019是集结一些计算机图书所附源码的项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 0 - **Created**: 2018-12-25 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: sample-code **Tags**: None ## README # bookcode2019 # Introduction(缘起) This [bookcode2019](https://gitee.com/zcatt/bookcode2019) collects some source code and samples from books as the below. As a software engineer I found the attached souce code is more valuable than its book in most cases. So this project is built and try to collect as much attached source code as possible. [bookcode2019](https://gitee.com/zcatt/bookcode2019)是集结一些计算机图书所附源码的项目。仅作个人学习使用。 # Code List(源码的说明) |路径|图书| |-|-| |javascript01/|Core HTML5 2D Game Programming[6]| |javascript02/|Secrets of the JavaScript Ninja, Second Edition[7]| |javascript03/|Learning jQuery - Fourth Edition[8]| |javascript04/|锋利的jQeury, 2th| |javascript05/|Professional Javascript for Web Developer, 3rd| |javascript06/|Professional Javascript for Web Developer, 4th| |opengl01/|OpenGL Superbible: Comprehensive Tutorial and Reference (7th Edition)[2]| |python01/|Python in Practice[1]| |python02/|Python Cookbook[3]| |python03/|Python standard Library[4]| |python04/|Programming Python[5]| |python05/|Flask Web Development Developing Web Applications with Python, 2nd| |python06/|Learning Python 5th version| |python07/|The Python 3 Standard Library by Example| |python08/|Web Scraping with Python, 2nd| |python09/|Python网络爬虫实战| # Copyright and License This project follows the origin copyright and license if these source code and samples have their specificially declaration. Otherwise the default license is under the GNU General Public License (GPL) v3. # 参考 1. [Mark Summerfield, Python in Practice, Create Better Programs Using Concurrency, Libraries, and Patterns. ISBN-10: 0321905636 – ISBN-13: 978-0321905635](http://www.qtrac.eu/pipbook.html) 2. [Graham Sellers, OpenGL Superbible: Comprehensive Tutorial and Reference (7th Edition)](http://www.openglsuperbible.com) 3. [David Beazley, Python Cookbook, O'Reilly](https://github.com/dabeaz/python-cookbook) 4. [Fredrik Lundh, Python Standard Library An Annotated Reference for Python 2.0](https://resources.oreilly.com/examples/9780596000967/) 5. [Mark Lutz, Programming Python, 4th](https://learning-python.com/about-pp4e.html) 6. [David Geary, Core HTML5 2D Game Programming, Pearson Education](corehtml5games.com) 7. [John Resig, Secrets of the JavaScript Ninja, Second Edition, Manning Publications Co.](https://www.manning.com/books/secrets-of-the-javascript-ninja-second-edition) 8. [Jonathan Chaffer, Learning jQuery - Fourth Edition](https://www.packtpub.com/web-development/learning-jquery-fourth-edition) 9. [单东林, 锋利的jQeury, 2th](https://book.douban.com/subject/10792216/) 10. [Doug Hellmann, The Python 3 Standard Library by Example](http://doughellmann.com/blog/the-python-3-standard-library-by-example/) 11. [Ryan Mitchell, Web Scraping with Python, 2nd](https://www.oreilly.com/library/view/web-scraping-with/9781491985564/) 12. [胡松涛, Python网络爬虫实战](https://book.douban.com/subject/3794471/)