mirror of
https://github.com/vinta/awesome-python.git
synced 2025-02-17 13:58:06 +00:00
Spelling
This commit is contained in:
parent
cb5264dea1
commit
8a486f3ca4
|
@ -430,7 +430,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
|
|||
*Libraries for making Python faster.*
|
||||
|
||||
* [Cython](http://cython.org/) - Optimizing Static Complier for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains.
|
||||
* [PyPy](http://pypy.org/) - An implmentation of Python in Python. The interpreter uses black magic to make python very fast without having to add in additional type information.
|
||||
* [PyPy](http://pypy.org/) - An implmentation of Python in Python. The interpreter uses black magic to make Python very fast without having to add in additional type information.
|
||||
|
||||
## Logging
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user