https://github.com/carolcoral/pythonlearn
感觉到很有压力,小学生都在学习 Python 了,自己刚好这段时间比较有空闲也开始自己学习下 Python,把学习过程中的一些笔记都记录在这里,希望大家共勉!PS:Java 部分会同步更新的,节假日可能不更新!
https://github.com/carolcoral/pythonlearn
django python python3 web
Last synced: about 1 year ago
JSON representation
感觉到很有压力,小学生都在学习 Python 了,自己刚好这段时间比较有空闲也开始自己学习下 Python,把学习过程中的一些笔记都记录在这里,希望大家共勉!PS:Java 部分会同步更新的,节假日可能不更新!
- Host: GitHub
- URL: https://github.com/carolcoral/pythonlearn
- Owner: carolcoral
- Archived: true
- Created: 2018-01-09T09:13:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T09:23:44.000Z (over 2 years ago)
- Last Synced: 2025-03-31T00:25:20.841Z (about 1 year ago)
- Topics: django, python, python3, web
- Language: Python
- Homepage: https://carolcoral.github.io/PythonLearn/
- Size: 1.26 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PythonLearn
>感觉到很有压力,小学生都在学习 Python 了,自己刚好这段时间比较有空闲也开始自己学习下 Python,把学习过程中的一些笔记都记录在这里,希望大家共勉!PS:Java 部分会同步更新的,周末不更新!
>本文最终以一个简易爬虫项目最为结尾项目。
* lib 文件夹下为 python 开发中可能需要的一些库
# Python 入门
* Python 基础
> 1.[Python入门、变量和数据类型、List、Tuple、set、if、while、for、Dict](https://github.com/carolcoral/PythonLearn/blob/master/Arithmetic/day1.md)
>2.[python 函数、切片、迭代、列表生成式](https://github.com/carolcoral/PythonLearn/blob/master/Arithmetic/day2.md)
>3.[函数式编程和装饰器](https://github.com/carolcoral/PythonLearn/blob/master/Arithmetic/day3.md)
>4.[模块、包和面向对象编程基础](https://github.com/carolcoral/PythonLearn/blob/master/Arithmetic/day4.md)
>5.[继承、多态、定制类](https://github.com/carolcoral/PythonLearn/blob/master/Arithmetic/day5.md)
* Python 中函数的作用域、闭包和装饰器
>1.[函数作用域、闭包、装饰器](https://github.com/carolcoral/PythonLearn/blob/master/Arithmetic/函数作用域、闭包、装饰器.md)
# Python 进阶
>1.[Python 中对文件的操作](https://github.com/carolcoral/PythonLearn/blob/master/Arithmetic/day6.md)
>2.[Python 中的异常和错误]()
>3.[Python 中的正则表达式]()
# Python 实用
* 数据库操作
* 了解 Django 框架
* Python 开发简单爬虫
==============================================================================
# Python 学习视频路径
* Python 基础
>1.[开发环境搭建](https://www.imooc.com/learn/397)
>2.[Python 入门](https://www.imooc.com/learn/177)
>3.[Python 进阶](https://www.imooc.com/learn/317)
>4.[Python 装饰器](https://www.imooc.com/learn/581)
>5.[Python 面向对象](https://www.imooc.com/learn/747)
* Python 进阶
>1.[Python 中文件处理](https://www.imooc.com/learn/416)
>2.[Python 中异常和错误](https://www.imooc.com/learn/457)
>3.[Python 中正则表达式](https://www.imooc.com/learn/550)
* Python 实用
>1.[Python 对数据库操作](https://www.imooc.com/learn/475)
>2.[了解 Django 框架](https://www.imooc.com/learn/458)
>3.[Django 入门与实践](https://www.imooc.com/learn/790)
>4.[Python 开发简单爬虫](https://www.imooc.com/learn/563)
>5.[Python 制作数据分析工具](https://www.imooc.com/learn/937)
>6.[机器学习-实现简单神经网络](https://www.imooc.com/learn/813)
* Python 重要模块学习
>1.[Collection 模块](https://www.imooc.com/learn/934)
>2.[Requests 库](https://www.imooc.com/learn/736)
>3.[numpy 人工智能常用库](https://www.imooc.com/learn/943)
* Python Web.py 入门
>1.[web.py 入门](https://www.imooc.com/learn/753)
## Project练习项目:[简单的百度百科爬虫程序](https://github.com/carolcoral/BaiduReptilianReptiles)
## 工具包:[自己开发的一些常用的工具包](https://github.com/CodingEverThen/CommonUtilsForPython)