Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ylzon/python-demo
新手用来练手的Python Demo合集,欢迎PR
https://github.com/ylzon/python-demo
demo python python-demo python-example python3
Last synced: 24 days ago
JSON representation
新手用来练手的Python Demo合集,欢迎PR
- Host: GitHub
- URL: https://github.com/ylzon/python-demo
- Owner: ylzon
- License: mit
- Created: 2017-09-25T02:37:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T04:09:12.000Z (almost 4 years ago)
- Last Synced: 2023-11-07T17:01:32.239Z (about 1 year ago)
- Topics: demo, python, python-demo, python-example, python3
- Language: Python
- Homepage:
- Size: 374 KB
- Stars: 143
- Watchers: 6
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Python-demo
个人用来练手的Python Demo合集## 目录
* [Python基础语法练习](https://github.com/mgss/python-demo/blob/master/docs/basic.md) (23)
* [Python基本算法练习](https://github.com/mgss/python-demo/blob/master/docs/algo.md) (2)
* [Python面向对象](https://github.com/mgss/python-demo/blob/master/docs/oop.md) (1)
* [Python网络编程](https://github.com/mgss/python-demo/blob/master/docs/socket.md) (4)
* PythonWeb框架
* 持续更新中...## 运行Demo
* 下载源码 `git clone [email protected]:ylzon/python-demo.git`
* 进入相应目录执行 `python demo.py`
* 所有Demo 基于 Python 3.6## 关于项目
* 本项目是个人学习Python一路以来练习过的Demo,并在持续更新中...
* 个人博客:[ylzon.com](https://ylzon.com/)