Python - References
01 - Python文档
- Python:https://www.python.org/
- Documentation:https://docs.python.org/
- Standard Library:Python2(https://docs.python.org/2/library/)、Python3(https://docs.python.org/3/library/)
- HOWTOs:Python2(https://docs.python.org/2/howto/index.html)、Python3(https://docs.python.org/3/howto/index.html)
- Wiki:https://wiki.python.org/moin/
- PyMOTW:Python2(https://pymotw.com/2/)、Python3(https://pymotw.com/3/)
中文文档:
- Python3.6:https://www.rddoc.com/doc/Python/3.6.0/zh/
- Python2.7:https://yiyibooks.cn/yy/python_278/index.html
- Python相关中文手册:http://docs.pythontab.com/
02 - Python第三方库
- 使用PyPI搜索功能:https://pypi.org/
- Awesome Python:https://awesome-python.com/ (中文:https://github.com/jobbole/awesome-python-cn)
- Unofficial Windows Binaries for Python Extension Packages:http://www.lfd.uci.edu/~gohlke/pythonlibs
- 搜索引擎:关键字查找
03 - Python要点拾遗
- 图解 Python 浅拷贝与深拷贝:https://mp.weixin.qq.com/s/MoSBxIpc8c0LRhGuN-hwbw
- Python核心编程的四大神兽:https://mp.weixin.qq.com/s/XLl-YifdU7cNWFrMHSb8bw
- Python语法速览与实战清单:https://mp.weixin.qq.com/s/MzZldFmMRZRpj-hclkZMSA
04 - Python数据结构与算法(Data Structure and Algorithms)
- 常用查找数据结构及算法(Python实现):http://www.cnblogs.com/feixuelove1009/p/6148357.html
- 剑指offer66题(Python):https://www.jianshu.com/p/14546f8ebdcf
problem-solving-with-algorithms-and-data-structure-using-python
05 - Python设计模式(Design Patterns)
- Python 中如何实现单例模式?:https://mp.weixin.qq.com/s/yOEmGkwvn_ZN5Bclyp4Wdw
- 设计模式之简单工厂模式:https://mp.weixin.qq.com/s/3J0hq3I95iKnbT5YjniZVQ
- 设计模式之工厂模式:https://mp.weixin.qq.com/s/3J0hq3I95iKnbT5YjniZVQ
- 设计模式之抽象工厂模式:https://mp.weixin.qq.com/s/4dalyrXIl_i3zSYGUjTJCw
python-patterns
- python-patterns(https://github.com/faif/python-patterns)是使用Python实现设计模式的集合。
- 设计模式(Design Patterns)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。
- 使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。
Python与设计模式
https://yq.aliyun.com/topic/122
06 - wtfpython
What the f*ck Python! 一些有趣且鲜为人知的Python特性.
Python - References的更多相关文章
- Python input/output boilerplate for competitive programming
The following code is my submission for Codeforces 1244C The Football Season. import io import sys i ...
- 《流畅的Python》Object References, Mutability, and Recycling--第8章
Object References, Mutability, and Recycling 本章章节: Variables Are Not Boxes identity , Equality , Al ...
- Python高手之路【三】python基础之函数
基本数据类型补充: set 是一个无序且不重复的元素集合 class set(object): """ set() -> new empty set object ...
- Python Day12
MySQL 数据库介绍 什么是数据库? 数据库(Database)是按照数据结构来组织.存储和管理数据的仓库, 每个数据库都有一个或多个不同的API用于创建,访问,管理,搜索和复制所保存的数据. 我们 ...
- K-Means clusternig example with Python and Scikit-learn(推荐)
https://www.pythonprogramming.net/flat-clustering-machine-learning-python-scikit-learn/ Unsupervised ...
- Python之路【第二十三篇】爬虫
difference between urllib and urllib2 自己翻译的装逼必备 What is the difference between urllib and urllib2 mo ...
- python之路十二
本节内容 数据库介绍 mysql 数据库安装使用 mysql管理 mysql 数据类型 常用mysql命令 创建数据库 外键 增删改查表 权限 事务 索引 python 操作mysql ORM sql ...
- Python之路Day12--mysql介绍及操作
上节回顾: 1. RabbitMQ a. 平均分发 b. perfetch = 1 c. durable 队列持久化 deliver_mode = 2 消息持久化 d. 1对多广播 exchang ...
- Python标准库14 数据库 (sqlite3)
作者:Vamei 出处:http://www.cnblogs.com/vamei 欢迎转载,也请保留这段声明.谢谢! Python自带一个轻量级的关系型数据库SQLite.这一数据库使用SQL语言.S ...
随机推荐
- HDU2034
#include <bits/stdc++.h> using namespace std; int main() { int n,m,val; set<int>::iterat ...
- Finance API文档
0. 公共部分 请求url {apiRoot}/{method}?ver={version}&appkey={appkey}&sign={sign} 参数名 说明 示例 apiRoot ...
- ES6 Template Strings(转)
转自:https://developers.google.com/web/updates/2015/01/ES6-Template-Strings Strings in JavaScript have ...
- java 多线程的唤醒
package TestThread.ThreadSynchronized.TestInterruptedException; public class InterruptDemo { public ...
- DNN原理探究系列之目录与序章篇
序言: 神经网络结构,作为最成功的机器学习模型之一,其工作原理一直被埋藏得比较深,其解释性以至于被称为黑盒. 自己对于DNN的理解也只能算刚踏入了门槛,对于人脑的原理与DNN原理之间的互通性,一直是非 ...
- Kmeanns图片压缩
from sklearn.datasets import load_sample_image#先导入数据包 china = load_sample_image("china.jpg" ...
- app微信支付-java服务端接口 支付-查询-退款
个人不怎么看得懂微信的文档,看了很多前辈的写法,终于调通了,在这里做一下记录. 首先来定义各种处理类(微信支付不需要特殊jar包,很多处理需要自己封装,当然也可以自己写完打个jar包) 参数要用jdo ...
- 唉 调皮的ListView
唉 调皮的ListView 本次任务是 运用LisTView和自定义Adapter 来实现资料以列表的形式展现 来看代码 *** 布局代码老规矩 直接贴上 <LinearLayout andro ...
- Java:ConcurrentHashMap支持完全并发的读
ConcurrentHashMap完全允许多个读操作并发进行,读操作并不需要加锁.(事实上,ConcurrentHashMap支持完全并发的读以及一定程度并发的写.)如果使用传统的技术,如HashMa ...
- nginx常用服务配置
一.nginx.conf的配置方式,创建新vhost user nginx; worker_processes ; worker_cpu_affinity ; worker_rlimit_nofile ...