我的Python学习资料存档,主要包括对于Python基础语法以及常用库的学习,目的是能够使用Python处理数据。
基础教程
- Python基础教程-菜鸟教程
- Python教程-廖雪峰的官方网站
- Python Cheatsheet
- gto76/python-cheatsheet
- trekhleb/learn-python
- crazyguitar/pysheeet
- wilfredinni/python-cheatsheet
- TheAlgorithms/Python
- TommyZihao/zihaopython
- AllAlgorithms/python
速查表
合集
- FavioVazquez/ds-cheatsheets
- kailashahirwar/cheatsheets-ai
- jaystone776/python-data-science-cheatsheet
- georgearun/Data-Science–Cheat-Sheet
- IPGP/scientific_python_cheat_sheet
DataCamp: Python For Data Science Cheat Sheet
- Python Cheat Sheet
- Python Basics
- NumPy Basics
- SciPy-Linear Algebra
- Scikit-Learn
- Keras
- Pandas Basics
- Pandas
- Importing Data
- Matplotlib
- Seaborn
- Bokeh
- PySpark-RDD Basics
- PySpark-SQL Basics
- Jupyter Notebook
书籍
- A Byte of Python
- Python Crash Course
- Automate the Boring Stuff with Python
- jakevdp/PythonDataScienceHandbook
- ehmatthes/pcc
- swaroopch/byte-of-python
- rougier/from-python-to-numpy
- rougier/scientific-visualization-book
- Visualize-ML/Book1_Python-For-Beginners
- Visualize-ML/Book2_Beauty-of-Data-Visualization
代码规范
- Google Python Style Guide
- Google开源项目风格指南-Python
- IgorSusmelj/pytorch-styleguide
- shendeguize/GooglePythonStyleGuideCN