# python-quick-start-study **Repository Path**: python-study-robin/python-quick-start-study ## Basic Information - **Project Name**: python-quick-start-study - **Description**: Python 快速入门学习 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-03 - **Last Updated**: 2025-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 参考文档 - [7 高级特性](https://liaoxuefeng.com/books/python/advanced/index.html) - [7.1 切片](https://liaoxuefeng.com/books/python/advanced/slice/index.html) - [7.2 迭代](https://liaoxuefeng.com/books/python/advanced/iterate/index.html) - [7.3 列表生成式](https://liaoxuefeng.com/books/python/advanced/list-comprehension/index.html) - [7.4 生成器](https://liaoxuefeng.com/books/python/advanced/generator/index.html) - [7.5 迭代器](https://liaoxuefeng.com/books/python/advanced/iterator/index.html) - [8 函数式编程](https://liaoxuefeng.com/books/python/functional/index.html) - [8.1 高阶函数](https://liaoxuefeng.com/books/python/functional/higher-order-function/index.html) - [8.2 返回函数](https://liaoxuefeng.com/books/python/functional/return-function/index.html) - [8.3 匿名函数](https://liaoxuefeng.com/books/python/functional/lambda/index.html) - [8.4 装饰器](https://liaoxuefeng.com/books/python/functional/decorator/index.html) - [8.5 偏函数](https://liaoxuefeng.com/books/python/functional/partial/index.html) - [9 模块](https://liaoxuefeng.com/books/python/module/index.html) - [9.1 使用模块](https://liaoxuefeng.com/books/python/module/use-module/index.html) - [9.2 安装第三方模块](https://liaoxuefeng.com/books/python/module/install/index.html) - [10 面向对象编程](https://liaoxuefeng.com/books/python/oop/index.html) - [10.1 类和实例](https://liaoxuefeng.com/books/python/oop/class/index.html) - [10.2 访问限制](https://liaoxuefeng.com/books/python/oop/access/index.html) - [10.3 继承和多态](https://liaoxuefeng.com/books/python/oop/extend/index.html) - [10.4 获取对象信息](https://liaoxuefeng.com/books/python/oop/attr/index.html) - [10.5 实例属性和类属性](https://liaoxuefeng.com/books/python/oop/props/index.html) - [11 面向对象高级编程](https://liaoxuefeng.com/books/python/oop-adv/index.html) - [11.1 使用__slots__](https://liaoxuefeng.com/books/python/oop-adv/slots/index.html) - [11.2 使用@property](https://liaoxuefeng.com/books/python/oop-adv/property/index.html) - [11.3 多重继承](https://liaoxuefeng.com/books/python/oop-adv/multi-inheritance/index.html) - [11.4 定制类](https://liaoxuefeng.com/books/python/oop-adv/special-method/index.html) - [11.5 使用枚举类](https://liaoxuefeng.com/books/python/oop-adv/enum/index.html) - [11.6 使用元类](https://liaoxuefeng.com/books/python/oop-adv/meta-class/index.html) - [16 常用内建模块](https://liaoxuefeng.com/books/python/built-in-modules/index.html) - [16.1 datetime](https://liaoxuefeng.com/books/python/built-in-modules/datetime/index.html) - [16.2 collections](https://liaoxuefeng.com/books/python/built-in-modules/collections/index.html) - [16.3 argparse](https://liaoxuefeng.com/books/python/built-in-modules/argparse/index.html) - [16.4 base64](https://liaoxuefeng.com/books/python/built-in-modules/base64/index.html) - [16.5 struct](https://liaoxuefeng.com/books/python/built-in-modules/struct/index.html) - [16.6 hashlib](https://liaoxuefeng.com/books/python/built-in-modules/hashlib/index.html) - [16.7 hmac](https://liaoxuefeng.com/books/python/built-in-modules/hmac/index.html) - [16.8 itertools](https://liaoxuefeng.com/books/python/built-in-modules/itertools/index.html) - [16.9 contextlib](https://liaoxuefeng.com/books/python/built-in-modules/contextlib/index.html) - [16.10 urllib](https://liaoxuefeng.com/books/python/built-in-modules/urllib/index.html) - [16.11 XML](https://liaoxuefeng.com/books/python/built-in-modules/xml/index.html) - [16.12 HTMLParser](https://liaoxuefeng.com/books/python/built-in-modules/htmlparser/index.html) - [16.13 venv](https://liaoxuefeng.com/books/python/built-in-modules/venv/index.html) - [17 常用第三方模块](https://liaoxuefeng.com/books/python/third-party-modules/index.html) - [17.1 Pillow](https://liaoxuefeng.com/books/python/third-party-modules/pillow/index.html) - [17.2 requests](https://liaoxuefeng.com/books/python/third-party-modules/requests/index.html) - [17.3 chardet](https://liaoxuefeng.com/books/python/third-party-modules/chardet/index.html) - [17.4 psutil](https://liaoxuefeng.com/books/python/third-party-modules/psutil/index.html) - [18 图形界面](https://liaoxuefeng.com/books/python/gui/index.html) - [18.1 海龟绘图](https://liaoxuefeng.com/books/python/gui/turtle/index.html) # 开发工具 - [PyCharm](https://www.jetbrains.com/pycharm/download/) - [VSCode](https://code.visualstudio.com/Download) - [Jupyter Notebook](https://jupyter.org/install) # 学习资源 - [Python完全自学手册图文教程](https://edu.aliyun.com/course/313707/?spm=a2cwt.28120018.313707.1.7e081ee9uazCVf) - [廖雪峰Python教程](https://www.liaoxuefeng.com/wiki/1016959663602400) - [Python官方文档](https://docs.python.org/zh-cn/3/) - [阿里云-Python爬虫实战](https://edu.aliyun.com/course/314078/?spm=a2cwt.28120018.314078.1.fac81ee9IaRnhd) - [阿里云-Python网络爬虫实战](https://edu.aliyun.com/course/313943/?spm=a2cwt.28120015.314078.16.33e327e1PYR2k6) - [天池实验室入口](https://tianchi.aliyun.com/notebook-ai/) - [实践案例链接- 【Python入门系列】用Pandas揭秘美国选民的总统喜好](https://tianchi.aliyun.com/competition/entrance/531837/tab/227) - [天池龙珠计划训练营](https://tianchi.aliyun.com/specials/promotion/aicamps)