# learning_Python_with_cookbook_3rd **Repository Path**: aliceuestc/learning_-python_with_cookbook_3rd ## Basic Information - **Project Name**: learning_Python_with_cookbook_3rd - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-27 - **Last Updated**: 2021-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learning_Python_with_cookbook_3rd #### Description 这个Repo是个人学习Python的记录,主要参考书籍是《Python cookbook 3rd》。主要目的是按照这本书的章节顺序重新走一遍Python的基础语法,以及如何在各种实际问题解决中更好地运用Python。 之所以选择《Python cookbook》是因为这本书覆盖了Python应用中的很多常见问题,并提出了通用的解决方案。书中包含了大量实用的编程技巧和示例代码,并在Python 3.3环境下进行了测试,可以很方便地应用到实际项目中去。感觉这本书适合对Python语法有一些基础了解,但还不会合理运用Python中各种语法特性、各个libarary的情况。 所有的练习及知识要点是写成Jupyter格式的,方便结合知识点和代码,同时也能快速显示代码运行结果。 #### Installation 1. Python 2. 其他第三方库: todo