Lesson1
登陆验证
https://github.com/huyx1501/python-study/blob/master/Day1/work1-Login.py
本节笔记:Python 从入门到放弃 - Lesson 1 基础运算、条件语句、循环
Lesson2
三级菜单
https://github.com/huyx1501/python-study/blob/master/Day2/work2-Menu.py
购物车
https://github.com/huyx1501/python-study/blob/master/Day2/work3-cart-v2.py
本节笔记:Python 从入门到放弃 - Lesson 2 变量、常用数据类型
Lesson3
配置文件修改
https://github.com/huyx1501/python-study/blob/master/Day3/work3-reconfig.py
本节笔记:Python 从入门到放弃 - Lesson 3 函数、字符编码、文件读写
Lesson4
ATM和在线购物结算
https://github.com/huyx1501/python-study/tree/master/Day4/Atm
本节笔记:Python 从入门到放弃 - Lesson 4 迭代器、装饰器、序列化
Lesson6
面向对象的教学管理系统
https://github.com/huyx1501/python-study/tree/master/Day6/OOP_School
本节笔记:Python 从入门到放弃 - Lesson 6 面向对象入门
Lesson8
FTP客户端和服务端
https://github.com/huyx1501/python-study/tree/master/Day8/MyFTP
本节笔记:Python 从入门到放弃 - Lesson 8 Socket编程示例
Lesson9
主机管理系统
https://github.com/huyx1501/python-study/tree/master/Day9/HostManager
本节笔记:Python 从入门到放弃 - Lesson 9 paramiko模块与多线程
Lesson10
单线程多并发版FTP
https://github.com/huyx1501/python-study/tree/master/Day10/MyFTP_Paralleled
本节笔记:Python 从入门到放弃 - Lesson 10 多进程、协程、异步IO
Lesson11
基于RabbitMQ的远程命令行
https://github.com/huyx1501/python-study/tree/master/Day11/RPC_CMD
本节笔记:Python 从入门到放弃 - Lesson 11 redis缓存、rabbitMQ队列
Lesson12
ORM版教学管理系统(仅完成数据库设计和登陆流程以及基本框架)
https://github.com/huyx1501/python-study/tree/master/Day12/Student_Manager_System
本节笔记:Python 从入门到放弃 - Lesson 12 mysql和ORM
原文链接:Python 从入门到放弃 - 示例代码汇总,转载请注明来源!