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 ...
随机推荐
- python基础之Day20part2
面向过程:核心是过程,解决问题的步骤,先干嘛后干嘛,机械流水线 复杂问题流程化简单化但扩展性差 面向对象:核心是对象,是特征与对象的集合体,基于该思想编写程序,就好比上帝造世界,上帝式的思维方式 扩展 ...
- Spring Boot 启动(二) 配置详解
Spring Boot 启动(二) 配置详解 Spring 系列目录(https://www.cnblogs.com/binarylei/p/10198698.html) Spring Boot 配置 ...
- Python学习:经典编程例题
九九乘法表 ,): ,i+): print(i,'*',j,'=',i*j,end='\t') print() 水仙花数问题描述:100-999之间每个数的立方相加等于原数例如:153=1 ^ 3 + ...
- AX_ClassTemplate
static void main(Args args) { THK_InterfaceDataExtract THK_InterfaceDataExtract; FormRun formRun = a ...
- Python3.7 Scrapy crawl 运行出错解决方法
安装的是Python3.7,装上依赖包和scrapy后运行爬虫命令出错 File "D:\Python37\lib\site-packages\scrapy\extensions\telne ...
- tensorflow 源码编译
https://blog.csdn.net/xsfl1234/article/details/67669707 https://blog.csdn.net/guxi123/article/detail ...
- VMware Workstation 虚拟机使用无线wifi上网配置
VMware Workstation 虚拟机使用无线wifi上网配置 参考文档: 转载/VMware Workstation环境下的Linux网络设置/适用于无线网络 VMware Workstati ...
- HDU-4763 Theme Section KMP
题意:求最长的子串E,使母串满足EAEBE的形式,A.B可以任意,并且不能重叠. 题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=4763 思 ...
- RANSAC
一.概述 RANSAC(RANdom SAmple Consensus)随机抽样一致,是用来从一组观测数据中估计数学模型参数的一种方法.由于是观测数据,避免不了有误差存在,当误差太大了就变成了无效数据 ...
- 语音端点检测(Voice Activity Detection,VAD)
本文内容均翻译自这篇博文:(该博主的相关文章都比较好,感兴趣的可以自行学习) Voice Activity Detection(VAD) Tutorial 语音端点检测一般用于鉴别音频信号当中的语音出 ...