Skip to content

一些常见的Python使用Demo,希望可以帮助刚学Python的年轻人少走点弯路,因个人水平有限,希望路过的大佬可以帮忙提提需求和意见,把这个项目做得越来越好。

License

Notifications You must be signed in to change notification settings

csy1993/PythonDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonDemo

一些常见的Python使用Demo,希望可以帮助刚学Python的年轻人少走点弯路,因个人水平有限,希望路过的大佬可以帮忙提提需求和意见,把这个项目做得越来越好。

安装第三方库

在终端下进入DemoXXX_XXX,输入以下命令。

pip install -r requirements.txt

pip2 install -r requirements.txt

pip3 install -r requirements.txt

速度太慢可使用第三方源

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple XXX(库名)

运行测试文件

python XXX.py

python2 XXX.py

python3 XXX.py

关注我

另外我还有了个自己的官网,有兴趣的可以关注下。

http://www.iamcsy.cn/

About

一些常见的Python使用Demo,希望可以帮助刚学Python的年轻人少走点弯路,因个人水平有限,希望路过的大佬可以帮忙提提需求和意见,把这个项目做得越来越好。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages