Python-目录索引
Python-基础知识
Python-基础教程资源
Python-练习实例
- Python100 天 https://github.com/jackfrued/Python-100-Days
- Python 练习实例 :https://www.runoob.com/python/python-100-examples.html
Python-趣味编程
- tkinter-抽签助手 https://github.com/heimoshuiyu/lottery-assistant
- Python GUI 可视化编程 【Python】图形交互界面 GUI 之 tkinter 各大控件详解
Python-进阶知识
Python-其他知识
Scripts 脚本类
Python-算法题库
Python 算法及其实现
- https://github.com/qiwsir/algorithm
- https://github.com/keon/algorithms
- https://github.com/TheAlgorithms/Python
- https://github.com/Jack-Lee-Hiter/AlgorithmsByPython
- https://github.com/apachecn/Interview
- https://github.com/openai/gym
内置模块
三方模块
- Click-创建命令三方模块
- Dask-并行 Pandas
- Faker-虚造数据
- Flask-后台框架
- Jieba-分词软件
- Nosetests-单元测试
- Pandas-数据清洗工具
- Re-正则表达式
- Selenium-可视化爬取
- SqlAalchemy-ORM-框架