{"id":15025888,"url":"https://github.com/xianhu/learnpython","last_synced_at":"2025-05-11T03:46:33.692Z","repository":{"id":39633865,"uuid":"70761144","full_name":"xianhu/LearnPython","owner":"xianhu","description":"以撸代码的形式学习Python","archived":false,"fork":false,"pushed_at":"2025-01-05T04:37:14.000Z","size":23909,"stargazers_count":7936,"open_issues_count":14,"forks_count":4003,"subscribers_count":445,"default_branch":"master","last_synced_at":"2025-05-11T03:46:24.729Z","etag":null,"topics":["learning-python","python","python-flask","python-requests"],"latest_commit_sha":null,"homepage":"https://github.com/xianhu/LearnPython","language":"Jupyter Notebook","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/xianhu.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":"2016-10-13T02:30:15.000Z","updated_at":"2025-05-10T18:36:47.000Z","dependencies_parsed_at":"2025-01-16T00:05:10.866Z","dependency_job_id":"0f23fc3d-161b-42fc-ab79-73cd921bbd07","html_url":"https://github.com/xianhu/LearnPython","commit_stats":{"total_commits":170,"total_committers":17,"mean_commits":10.0,"dds":"0.18823529411764706","last_synced_commit":"57988b3de0a7e12c68e5f80e74efd1f68055d990"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xianhu%2FLearnPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xianhu%2FLearnPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xianhu%2FLearnPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xianhu%2FLearnPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xianhu","download_url":"https://codeload.github.com/xianhu/LearnPython/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514555,"owners_count":21920334,"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":["learning-python","python","python-flask","python-requests"],"created_at":"2024-09-24T20:03:15.185Z","updated_at":"2025-05-11T03:46:33.673Z","avatar_url":"https://github.com/xianhu.png","language":"Jupyter Notebook","readme":"# LearnPython\n以撸代码的形式学习Python, 具体说明在[知乎专栏-撸代码,学知识](https://zhuanlan.zhihu.com/pythoner)  \n\n===================================================================================================\n### python_base.py: 千行代码入门Python\n\n### python_visual.py: 15张图入门Matplotlib\n\n### python_visual_animation.py: 使用Matplotlib画动态图实例\n\n### python_spider.py: 一个很“水”的Python爬虫入门代码文件\n\n### python_weibo.py: “史上最详细”的Python模拟登录新浪微博流程\n\n### python_lda.py: 玩点高级的--带你入门Topic模型LDA（小改进+附源码）\n\n### python_sqlalchemy.py: 作为一个Pythoner, 不会SQLAlchemy都不好意思跟同行打招呼！\n\n### python_oneline.py: 几个小例子告诉你, 一行Python代码能干哪些事\n\n### python_requests.py: Python中最好用的爬虫库Requests代码实例\n\n### python_functional.py: Python进阶: 函数式编程实例（附代码）\n\n### python_decorator.py: Python进阶: 通过实例详解装饰器（附代码）\n\n### python_datetime.py: 你真的了解Python中的日期时间处理吗？\n\n### python_metaclass.py: Python进阶: 一步步理解Python中的元类metaclass\n\n### python_coroutine.py: Python进阶: 理解Python中的异步IO和协程(Coroutine), 并应用在爬虫中\n\n### python_aiohttp.py: Python中最好用的异步爬虫库Aiohttp代码实例\n\n### python_thread_multiprocess.py: Python进阶: 聊聊IO密集型任务、计算密集型任务，以及多线程、多进程\n\n### python_version36.py: Python3.6正式版要来了, 你期待哪些新特性？\n\n### python_magic_methods: Python进阶: 实例讲解Python中的魔法函数(Magic Methods)\n\n### python_restful_api.py: 利用Python和Flask快速开发RESTful API\n\n### python_restful_api.py: RESTful API进阶: 连接数据库、添加参数、Token认证、返回代码说明等\n\n### python_context.py: With语句和上下文管理器ContextManager\n\n### python_flask.py: Flask相关说明\n\n### MyShow: 玩点好玩的--知乎全部话题关系可视化\n\n### python_markov_chain.py: 玩点好玩的--使用马尔可夫模型自动生成文章\n\n### python_wechat.py: 玩点好玩的--自己写一个微信小助手\n\n### python_csv.py: Python中CSV文件的简单读写  \n\n### python_numpy.py: 使用numpy进行矩阵操作\n\n### python_mail.py: 使用Python自动发送邮件，包括发送HTML以及图片、附件等\n\n### python_redis.py: Python操作Redis实现消息的发布与订阅\n\n### python_schedule.py: Python进行调度开发\n\n### python_socket.py: Python的socket开发实例\n\n### python_re.py：Python的re模块的主要功能以及如何使用它们进行字符串匹配和替换\n\n### Plotly目录: 一些plotly画图的实例，使用jupyter notebook编写\n\n===================================================================================================\n\n### 您可以fork该项目, 并在修改后提交Pull request, 看到后会尽量进行代码合并\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxianhu%2Flearnpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxianhu%2Flearnpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxianhu%2Flearnpython/lists"}