Skip to content

AngryLi/python-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python

包管理工具

  • easy_install
  • pip 推荐
  • 同时安装python2和python3时,区分使用pip的方法:
    • python2

      默认使用的是python2的pip,也可以显示指定:python2 -m pip ...

    • python3

      python3 -m pip ...

API-Server开发框架

  • flask

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published