Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jincheng9/python-tutorial
Python tutorial,量化交易,涵盖基础、中级和高级教程
https://github.com/jincheng9/python-tutorial
data data-analysis-python data-analyst data-science django flask numpy pandas python quant quant-dev tutorial
Last synced: about 3 hours ago
JSON representation
Python tutorial,量化交易,涵盖基础、中级和高级教程
- Host: GitHub
- URL: https://github.com/jincheng9/python-tutorial
- Owner: jincheng9
- Created: 2022-05-08T06:37:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T14:45:30.000Z (2 months ago)
- Last Synced: 2024-09-18T11:58:04.748Z (2 months ago)
- Topics: data, data-analysis-python, data-analyst, data-science, django, flask, numpy, pandas, python, quant, quant-dev, tutorial
- Language: Python
- Homepage:
- Size: 263 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Learning notes for Python
如果发现了本项目里的问题或者想了解本项目里还没涉及到的Python语言技术栈,欢迎提交[issue](https://github.com/jincheng9/python_tutorial/issues/new)。
## 微信公众号
* coding进阶:分享Python语言入门、中级到高级教程
![coding进阶](./workspace/img/wechat.png)
## 基础篇
* [pip命令手册](./workspace/data_science/python-junior/pip.md)
* [(1)和(1,)的类型一样么](./workspace/data_science/python-junior/tuple.md)## 进阶和原理篇
## Python Quiz
## 高性能Python
## 数据分析
### Anaconda
* [Lecture 0: Anaconda介绍](./workspace/data_science/anaconda/0_intro.md)
* [Lecture 1: conda命令使用手册](./workspace/data_science/anaconda/1_cmd.md)
* [Lecture 2: Jupyter Lab指定Conda环境作为Kernel](./workspace/data_science/anaconda/2_jupypterlab_conda.md)
### Pandas
* [pandas常见问题汇总](./workspace/data_science/pandas/faq.md)
* [Lecture 0: Pandas介绍](./workspace/data_science/pandas/lecture0/readme.md)
* [Lecture 1: Series数据结构](./workspace/data_science/pandas/lecture1/readme.md)
* [Lecture 1: DataFrame数据结构](./workspace/data_science/pandas/lecture2/readme.md)### PyArrow
### Apache Parquet
## Web开发
## 工具
* [在线Python开发IDE](https://www.online-ide.com/)
## 环境安装问题
* [git安装和ssh配置](./workspace/env/git.md)
* [安装或者卸载anaconda后,Windows自带的cmd窗口打开会闪退](./workspace/env/conda_win_cmd.md)## Python Book
* [Pandas Workout - by Reuven Lerner](https://www.manning.com/books/pandas-workout?utm_source=lerner&utm_medium=affiliate&utm_campaign=book_lerner2_pandas_8_3_21&a_aid=lerner&a_bid=614f7f29)
## Python Blog
* [Guido van Rossum - Author of Python](https://gvanrossum.github.io/)
* [Real Python Tutorial](https://realpython.com/)
* [Mike Driscoll - Python Instructor](https://www.blog.pythonlibrary.org/)
* [Matt Harrison - Python and Data Sciene Trainer](https://store.metasnake.com/)
* [Reuven Lerner - Python Trainer](https://lerner.co.il/blog/)
* [testdriven.io - Python Web Development](https://testdriven.io/blog/)## Python Video
* [Beginner Python](https://www.youtube.com/watch?v=rfscVS0vtbw)
* [Intermediate Python](https://www.youtube.com/watch?v=HGOBQPFzWKo)
* [Free Code Camp](https://www.youtube.com/c/Freecodecamp/playlists)* [Python Tutorial - Mike Driscoll](https://www.youtube.com/c/MouseVsPython)
* [Python Tutorial - Reuven Lerner](https://www.youtube.com/reuvenlerner)## Python Community
* https://twitter.com/learn_byexample/status/1535480460943319040
## Python News
* [Python Official Website](https://www.python.org/blogs/)