{"id":20805532,"url":"https://github.com/jincheng9/python-tutorial","last_synced_at":"2025-05-07T04:23:19.615Z","repository":{"id":69707708,"uuid":"489866549","full_name":"jincheng9/python-tutorial","owner":"jincheng9","description":"Python tutorial，量化交易，涵盖基础、中级和高级教程","archived":false,"fork":false,"pushed_at":"2024-10-13T07:38:53.000Z","size":282,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T06:21:22.018Z","etag":null,"topics":["data","data-analysis-python","data-analyst","data-science","django","flask","numpy","pandas","python","quant","quant-dev","tutorial"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jincheng9.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-08T06:37:51.000Z","updated_at":"2025-02-28T16:27:20.000Z","dependencies_parsed_at":"2024-09-15T11:11:49.303Z","dependency_job_id":"6edb9e8c-d093-45a7-9d6e-b04e24fc5630","html_url":"https://github.com/jincheng9/python-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jincheng9%2Fpython-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jincheng9%2Fpython-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jincheng9%2Fpython-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jincheng9%2Fpython-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jincheng9","download_url":"https://codeload.github.com/jincheng9/python-tutorial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252811190,"owners_count":21807905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","data-analysis-python","data-analyst","data-science","django","flask","numpy","pandas","python","quant","quant-dev","tutorial"],"created_at":"2024-11-17T19:15:20.742Z","updated_at":"2025-05-07T04:23:19.588Z","avatar_url":"https://github.com/jincheng9.png","language":"Python","readme":"# Learning notes for Python\n\n如果发现了本项目里的问题或者想了解本项目里还没涉及到的Python语言技术栈，欢迎提交[issue](https://github.com/jincheng9/python_tutorial/issues/new)。\n\n## 微信公众号\n\n* coding进阶：分享Python语言入门、中级到高级教程\n\n  ![coding进阶](./workspace/img/wechat.png)\n\n## 基础篇\n\n* [pip命令手册](./workspace/data_science/python-junior/pip.md)\n* [(1)和(1,)的类型一样么](./workspace/data_science/python-junior/tuple.md)\n\n## 进阶和原理篇\n\n## Python Quiz\n\n## 高性能Python\n\n## 数据分析\n\n### Anaconda\n\n* [Lecture 0: Anaconda介绍](./workspace/data_science/anaconda/0_intro.md)\n\n* [Lecture 1: conda命令使用手册](./workspace/data_science/anaconda/1_cmd.md)\n\n* [Lecture 2: Jupyter Lab指定Conda环境作为Kernel](./workspace/data_science/anaconda/2_jupypterlab_conda.md)\n\n### Pandas\n\n* [pandas常见问题汇总](./workspace/data_science/pandas/faq.md)\n* [Lecture 0: Pandas介绍](./workspace/data_science/pandas/lecture0/readme.md)\n* [Lecture 1: Series数据结构](./workspace/data_science/pandas/lecture1/readme.md)\n* [Lecture 1: DataFrame数据结构](./workspace/data_science/pandas/lecture2/readme.md)\n\n### PyArrow\n\n### Apache Parquet\n\n## Web开发\n\n## 工具\n\n* [在线Python开发IDE](https://www.online-ide.com/)\n\n## 环境安装问题\n\n* [git安装和ssh配置](./workspace/env/git.md)\n* [安装或者卸载anaconda后，Windows自带的cmd窗口打开会闪退](./workspace/env/conda_win_cmd.md)\n\n## Python Book\n\n* [Pandas Workout - by Reuven Lerner](https://www.manning.com/books/pandas-workout?utm_source=lerner\u0026utm_medium=affiliate\u0026utm_campaign=book_lerner2_pandas_8_3_21\u0026a_aid=lerner\u0026a_bid=614f7f29)\n\n## Python Blog\n\n* [Guido van Rossum - Author of Python](https://gvanrossum.github.io/)\n* [Real Python Tutorial](https://realpython.com/)\n* [Mike Driscoll - Python Instructor](https://www.blog.pythonlibrary.org/)\n* [Matt Harrison - Python and Data Sciene Trainer](https://store.metasnake.com/)\n* [Reuven Lerner - Python Trainer](https://lerner.co.il/blog/)\n* [testdriven.io - Python Web Development](https://testdriven.io/blog/)\n\n## Python Video\n\n* [Beginner Python](https://www.youtube.com/watch?v=rfscVS0vtbw)\n* [Intermediate Python](https://www.youtube.com/watch?v=HGOBQPFzWKo)\n* [Free Code Camp](https://www.youtube.com/c/Freecodecamp/playlists)\n\n* [Python Tutorial - Mike Driscoll](https://www.youtube.com/c/MouseVsPython)\n* [Python Tutorial - Reuven Lerner](https://www.youtube.com/reuvenlerner)\n\n## Python Community\n\n* https://twitter.com/learn_byexample/status/1535480460943319040\n\n## Python News\n\n* [Python Official Website](https://www.python.org/blogs/)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjincheng9%2Fpython-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjincheng9%2Fpython-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjincheng9%2Fpython-tutorial/lists"}