mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
add Windows section
This commit is contained in:
parent
36721804c4
commit
a8fa834fc6
15
README.md
15
README.md
|
@ -874,12 +874,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
* [Stackless Python](http://www.stackless.com/) - An enhanced version of the Python.
|
* [Stackless Python](http://www.stackless.com/) - An enhanced version of the Python.
|
||||||
* [Pyston](https://github.com/dropbox/pyston) - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.
|
* [Pyston](https://github.com/dropbox/pyston) - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.
|
||||||
|
|
||||||
## Algorithms and Design Patterns
|
## Microsoft Windows
|
||||||
|
|
||||||
*Collections of algorithms and design patterns.*
|
*Python programming on Microsoft Windows.*
|
||||||
|
|
||||||
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
|
* [Python(x,y)](https://code.google.com/p/pythonxy/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
|
||||||
* [algorithms](https://github.com/nryoung/algorithms) - module of algorithms for Python.
|
* [pythonlibs](http://www.lfd.uci.edu/~gohlke/pythonlibs/) - Unofficial Windows(32/64-bit) binaries for Python extension packages
|
||||||
|
|
||||||
## Hardware
|
## Hardware
|
||||||
|
|
||||||
|
@ -895,6 +895,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
* [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments.
|
* [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments.
|
||||||
* [blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system.
|
* [blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system.
|
||||||
|
|
||||||
|
## Algorithms and Design Patterns
|
||||||
|
|
||||||
|
*Collections of algorithms and design patterns.*
|
||||||
|
|
||||||
|
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
|
||||||
|
* [algorithms](https://github.com/nryoung/algorithms) - module of algorithms for Python.
|
||||||
|
|
||||||
## Editor Plugins
|
## Editor Plugins
|
||||||
|
|
||||||
*Plugins for various editors.*
|
*Plugins for various editors.*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user