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 ...
随机推荐
- 递归求6的阶乘(考虑int类型溢出)
编码 public class Factorial { public static void main(String[] args) { System.out.println(fac(6)); } p ...
- 干货 | 10分钟玩转PWA
关于PWA PWA(Progressive Web App), 即渐进式web应用.PWA本质上是web应用,目的是通过多项新技术,在安全.性能.体验等方面给用户原生应用的体验.而且无需像原生应用那样 ...
- python-常见用法
一.注释 单行注释:#后全部注释 多行注释:'''所有内容''' 或者使用 """所有内容""" ,多行注释用三对单引号或双引号包裹 二 ...
- Win10配置ADB工具教程
1.在该网站下载adb工具 http://pcedu.pconline.com.cn/748/7481463.html 2. Win10怎么配置ADB环境?Win10怎么安装ADB工具?这想必是很多安 ...
- .NET framework访问Oracle的几种方法
首先介绍下开发环境:WIn10 64bit+Visual Studio 2015+Oracle10ClientWin32(只是客户端,如果安装整个数据库也是可以的) 目前了解C#中连接Oracle数据 ...
- Ajax使用的五步法
Ajax使用的五步法 <script type="text/javascript"> //用于保存XMLHttpRequest对象的变量,由于整个过 ...
- Asp.net Zero 应用实战-官方示例PhoneBook学习1
适用Zero版本:ASP.NET Core & Angular 2+ (aspnet-zero-core-3.1.0). 该版本官方有两个solution文件夹:Angular(前端) 和 a ...
- 2T以上磁盘格式化
1.安装软件 对于 Debian/Ubuntu 用户, 使用 APT-GET 命令或者 APT 命令来安装 parted #apt-get install -y parted 对于 RHEL/Cent ...
- css3用到知识点小结
属性 默认值 属性值及其描述 animation-name 默认值:none 规定需要绑定到选择器的 keyframe 名称. keyframename 规定需要绑定到选择器的 keyframe 的名 ...
- Kinfu配置指南
Kinfu配置指南 欢迎加入Kinfu讨论群:563741937 写给准备配置pcl-kinfu的同学,这个是我的配置方法,已经能用的请无视. 我的配置:Windows7,VS2010(用这个的是不是 ...