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 ...
随机推荐
- cnblog测试
文字测试 图片测试
- 重启rabbitmq服务
重启rabbitmq服务通过两个命令来实现: rabbitmqctl stop :停止rabbitmq rabbitmq-server restart : 重启rabbitmq 因为rabbitmqc ...
- SGD训练时收敛速度的变化研究。
一个典型的SGD过程中,一个epoch内的一批样本的平均梯度与梯度方差,在下图中得到了展示. 无论什么样的网络结构,无论是哪一层网络的梯度,大体上都遵循下面这样的规律: 高信号/噪音比一段时间之后,信 ...
- ORB-SLAM2阅读笔记(一)从mono_eourc.cpp出发理解ORB-SLAM2
泡泡机器人上已经有公开课ORB-SLAM2的代码详解了,我也先看了一个多小时的视频,后来发现看完还是迷迷糊糊,自己没看源码,根本不明白讲的什么,因此,打开文件开始阅读源码. 为了阅读逻辑清楚,我从OR ...
- CENTOS7上安装MYSQL5.7.21流程
1系统约定安装文件下载目录:/data/softwareMysql目录安装位置:/usr/local/mysql数据库保存位置:/data/mysql日志保存位置:/data/log/mysql 2下 ...
- 《Linux就该这么学》第十三天课程
使用Apache服务部署静态网站 原创地址:https://www.linuxprobe.com/chapter-10.html 今天学了Apache,这只是RHCE课程的开始,估计后面越来越难 今天 ...
- C#反编译笔记
碰到下面这种 public class DstBoneName : Enum { public int value__; ; } 还原为 public enum DstBoneName { cf_J_ ...
- python_flask 基础巩固 (URL_FOR 详解)
URL_FOR 详解 url_for 通过 视图函数能够返回对应的url,url_for 有两个参数,endpoint(视图 函数)和关键字参数 url_for('my_list',page=2),多 ...
- Automated generation of test oracles using a model-driven approach
一.基本信息 标题:Automated generation of test oracles using a model-driven approach 时间:2013 出版源:Information ...
- JSF初学之概念篇1
先转一篇介绍JSF的文章: Javaserver Faces 简介 — 什么是 JSF? 作者:Chris Schalk,Oracle Corporation2005 年 4 月 什么是 JSF? J ...