博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
python 学习索引
阅读量:6184 次
发布时间:2019-06-21

本文共 849 字,大约阅读时间需要 2 分钟。

python 

3.5

https://docs.python.org/dev/library

http://pycoders.com/2014/

 http://www.pythondoc.com/

Flask

http://www.pythonpub.com/

https://github.com/koon-kai/kiblog

http://www.pythondoc.com/flask-mega-tutorial/index.html

http://www.pythondoc.com/flask-sqlalchemy/index.html

http://flask.pocoo.org/extensions/

 

http://stackoverflow.com/questions/5022066/how-to-serialize-sqlalchemy-result-to-json

pip

例子 pip install -i http://pypi.v2ex.com/simple flask

 pip 配置文件创建脚本

import osini="""[global]index-url = https://pypi.doubanio.com/simple/[install]trusted-host=pypi.doubanio.com"""pippath=os.environ["USERPROFILE"]+"\\pip\\"print(pippath)if not os.path.exists(pippath):    os.mkdir(pippath)with open(pippath+"pip.ini","w+") as f:    f.write(ini)

 

git

windows  lib

 http://www.lfd.uci.edu/~gohlke/pythonlibs/

 

 

转载于:https://www.cnblogs.com/ParkWu/p/5429762.html

你可能感兴趣的文章
session 锁定导致并发阻塞
查看>>
Android源码分享-自动换行LinearLayout
查看>>
StringBuffer与StringBuilder之间区别
查看>>
EM算法
查看>>
空白包签名
查看>>
Erlang 开发者的福音:IntelliJ IDEA 的 Erlang 插件
查看>>
《PowerDesigner生成sql和反向工程生成ER图的问题 》
查看>>
轻松学C++
查看>>
【遇到的问题】ul,li不能左对齐
查看>>
我的友情链接
查看>>
《浮沉》读后感
查看>>
51CTO已展开反击?原账号无法在论坛上发表长篇内容
查看>>
阿里云RDS实例CPU超过100%
查看>>
我的友情链接
查看>>
利用R语言实现支持向量机(SVM)数据挖掘案例
查看>>
Cisco Nexus 7000 connectivity solutions for Cisco UCS
查看>>
Bash shell脚本的语法结构
查看>>
linux sftp相关命令
查看>>
Like 关键字对时间模糊查询
查看>>
STL之容器共性
查看>>