From 42e95aad481eb2fa6c07bbe6ebc763d0f5948df7 Mon Sep 17 00:00:00 2001 From: nickle <2330458484@qq.com> Date: Mon, 27 May 2019 20:19:25 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2dd8a0b..ac23785 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 * Vex:可以在虚拟环境中执行命令。[官网](https://github.com/sashahart/vex) * virtualenv:创建独立 Python 环境的工具。[官网](https://pypi.python.org/pypi/virtualenv) * virtualenvwrapper:virtualenv 的一组扩展。[官网](https://pypi.python.org/pypi/virtualenvwrapper) +* buildout:在隔离环境初始化后使用声明性配置管理。[官网](http://www.buildout.org/en/latest) ### 包管理 From 8763b3e85d6a48eb25a26f9884f39ed56b85ceb1 Mon Sep 17 00:00:00 2001 From: nickle <2330458484@qq.com> Date: Mon, 27 May 2019 22:04:27 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac23785..9cba456 100644 --- a/README.md +++ b/README.md @@ -1110,6 +1110,7 @@ Python 实现的算法和设计模式。 * [algorithms](http://hao.jobbole.com/algorithms/):一个 Python 算法模块。[官网](https://github.com/nryoung/algorithms) * python-patterns:Python 设计模式的集合。[官网](https://github.com/faif/python-patterns) * sortedcontainers:快速,纯 Python 实现的 SortedList,SortedDict 和 SortedSet 类型。[官网](http://www.grantjenks.com/docs/sortedcontainers/) +* Python:使用Python实现的算法大全。[官网](https://github.com/TheAlgorithms/Python) ### 编辑器插件