{"id":20713013,"url":"https://github.com/carolcoral/pythonlearn","last_synced_at":"2025-05-10T21:32:55.344Z","repository":{"id":99859041,"uuid":"116793070","full_name":"carolcoral/PythonLearn","owner":"carolcoral","description":"感觉到很有压力，小学生都在学习 Python 了，自己刚好这段时间比较有空闲也开始自己学习下 Python，把学习过程中的一些笔记都记录在这里，希望大家共勉！PS:Java 部分会同步更新的，节假日可能不更新！","archived":true,"fork":false,"pushed_at":"2023-09-26T09:23:44.000Z","size":1323,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T00:25:20.841Z","etag":null,"topics":["django","python","python3","web"],"latest_commit_sha":null,"homepage":"https://carolcoral.github.io/PythonLearn/","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/carolcoral.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":"2018-01-09T09:13:06.000Z","updated_at":"2024-04-18T07:45:50.000Z","dependencies_parsed_at":"2023-05-25T05:15:43.185Z","dependency_job_id":null,"html_url":"https://github.com/carolcoral/PythonLearn","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/carolcoral%2FPythonLearn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carolcoral%2FPythonLearn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carolcoral%2FPythonLearn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carolcoral%2FPythonLearn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carolcoral","download_url":"https://codeload.github.com/carolcoral/PythonLearn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253486095,"owners_count":21916127,"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":["django","python","python3","web"],"created_at":"2024-11-17T02:23:01.791Z","updated_at":"2025-05-10T21:32:55.332Z","avatar_url":"https://github.com/carolcoral.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PythonLearn\n\n\u003e感觉到很有压力，小学生都在学习 Python 了，自己刚好这段时间比较有空闲也开始自己学习下 Python，把学习过程中的一些笔记都记录在这里，希望大家共勉！PS:Java 部分会同步更新的，周末不更新！\n  \n\u003e本文最终以一个简易爬虫项目最为结尾项目。\n\n* lib 文件夹下为 python 开发中可能需要的一些库\n\n# Python 入门\n\n* Python 基础\n\n\u003e 1.[Python入门、变量和数据类型、List、Tuple、set、if、while、for、Dict](https://github.com/carolcoral/PythonLearn/blob/master/Arithmetic/day1.md)\n\n\u003e2.[python 函数、切片、迭代、列表生成式](https://github.com/carolcoral/PythonLearn/blob/master/Arithmetic/day2.md)\n\n\u003e3.[函数式编程和装饰器](https://github.com/carolcoral/PythonLearn/blob/master/Arithmetic/day3.md)\n\n\u003e4.[模块、包和面向对象编程基础](https://github.com/carolcoral/PythonLearn/blob/master/Arithmetic/day4.md)\n\n\u003e5.[继承、多态、定制类](https://github.com/carolcoral/PythonLearn/blob/master/Arithmetic/day5.md)\n\n* Python 中函数的作用域、闭包和装饰器\n\n\u003e1.[函数作用域、闭包、装饰器](https://github.com/carolcoral/PythonLearn/blob/master/Arithmetic/函数作用域、闭包、装饰器.md)\n\n# Python 进阶\n\n\u003e1.[Python 中对文件的操作](https://github.com/carolcoral/PythonLearn/blob/master/Arithmetic/day6.md)\n\n\u003e2.[Python 中的异常和错误]()\n\n\u003e3.[Python 中的正则表达式]()\n\n# Python 实用\n\n* 数据库操作\n\n* 了解 Django 框架\n\n* Python 开发简单爬虫\n\n==============================================================================\n\n# Python 学习视频路径\n\n* Python 基础\n\n\u003e1.[开发环境搭建](https://www.imooc.com/learn/397)\n\n\u003e2.[Python 入门](https://www.imooc.com/learn/177)\n\n\u003e3.[Python 进阶](https://www.imooc.com/learn/317)\n\n\u003e4.[Python 装饰器](https://www.imooc.com/learn/581)\n\n\u003e5.[Python 面向对象](https://www.imooc.com/learn/747)\n\n* Python 进阶\n\n\u003e1.[Python 中文件处理](https://www.imooc.com/learn/416)\n\n\u003e2.[Python 中异常和错误](https://www.imooc.com/learn/457)\n\n\u003e3.[Python 中正则表达式](https://www.imooc.com/learn/550)\n\n* Python 实用\n\n\u003e1.[Python 对数据库操作](https://www.imooc.com/learn/475)\n\n\u003e2.[了解 Django 框架](https://www.imooc.com/learn/458)\n\n\u003e3.[Django 入门与实践](https://www.imooc.com/learn/790)\n\n\u003e4.[Python 开发简单爬虫](https://www.imooc.com/learn/563)\n\n\u003e5.[Python 制作数据分析工具](https://www.imooc.com/learn/937)\n\n\u003e6.[机器学习-实现简单神经网络](https://www.imooc.com/learn/813)\n\n* Python 重要模块学习\n\n\u003e1.[Collection 模块](https://www.imooc.com/learn/934)\n\n\u003e2.[Requests 库](https://www.imooc.com/learn/736)\n\n\u003e3.[numpy 人工智能常用库](https://www.imooc.com/learn/943)\n\n* Python Web.py 入门\n\n\u003e1.[web.py 入门](https://www.imooc.com/learn/753)\n\n\n## Project练习项目:[简单的百度百科爬虫程序](https://github.com/carolcoral/BaiduReptilianReptiles)\n\n## 工具包:[自己开发的一些常用的工具包](https://github.com/CodingEverThen/CommonUtilsForPython)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarolcoral%2Fpythonlearn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarolcoral%2Fpythonlearn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarolcoral%2Fpythonlearn/lists"}