Skip to content

python-study是本人在学习python的过程中的一些示例代码。从基础的入门,到常用的mysql操作、多线程、图像识别等等。

License

Notifications You must be signed in to change notification settings

xuwujing/python-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-study

python-study是本人在学习python的一些练习代码汇总的项目。

生成环境配置文件requirements.txt

方法一:整个环境下的安装包都保存到requirements.txt中

pip freeze > requirements.txt

方法二:只生成单个项目中的使用到的安装包

设置编码和覆盖

pip install pipreqs pipreqs ./ --encoding=utf8 --force

About

python-study是本人在学习python的过程中的一些示例代码。从基础的入门,到常用的mysql操作、多线程、图像识别等等。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages