mirror of
https://github.com/vinta/awesome-python.git
synced 2024-12-18 08:10:15 +00:00
Merge pull request #396 from Newman101/TypoFixes
Couple of typo fixes and amendments
This commit is contained in:
commit
d3c37eb4d1
18
README.md
18
README.md
|
@ -310,7 +310,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
|
|
||||||
* [pillow](http://pillow.readthedocs.org/) - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork.
|
* [pillow](http://pillow.readthedocs.org/) - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork.
|
||||||
* [wand](https://github.com/dahlia/wand) - Python bindings for [MagickWand](http://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick.
|
* [wand](https://github.com/dahlia/wand) - Python bindings for [MagickWand](http://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick.
|
||||||
* [thumbor](https://github.com/thumbor/thumbor) - A smart imaging service. It enables on-demand crop, resizing and flipping of images.
|
* [thumbor](https://github.com/thumbor/thumbor) - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
|
||||||
* [imgSeek](http://www.imgseek.net/) - A project for searching a collection of images using visual similarity.
|
* [imgSeek](http://www.imgseek.net/) - A project for searching a collection of images using visual similarity.
|
||||||
* [python-qrcode](https://github.com/lincolnloop/python-qrcode) - A pure Python QR Code generator.
|
* [python-qrcode](https://github.com/lincolnloop/python-qrcode) - A pure Python QR Code generator.
|
||||||
* [pyBarcode](https://pythonhosted.org/pyBarcode/) - Create barcodes in Python without needing PIL.
|
* [pyBarcode](https://pythonhosted.org/pyBarcode/) - Create barcodes in Python without needing PIL.
|
||||||
|
@ -561,7 +561,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
|
|
||||||
*Tools for managing, compressing and minifying website assets.*
|
*Tools for managing, compressing and minifying website assets.*
|
||||||
|
|
||||||
* [django-compressor](https://github.com/django-compressor/django-compressor) - Compresses linked and inline javascript or CSS into a single cached file.
|
* [django-compressor](https://github.com/django-compressor/django-compressor) - Compresses linked and inline JavaScript or CSS into a single cached file.
|
||||||
* [jinja-assets-compressor](https://github.com/jaysonsantos/jinja-assets-compressor) - A Jinja extension to compile and compress your assets.
|
* [jinja-assets-compressor](https://github.com/jaysonsantos/jinja-assets-compressor) - A Jinja extension to compile and compress your assets.
|
||||||
* [webassets](http://webassets.readthedocs.org/) - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
|
* [webassets](http://webassets.readthedocs.org/) - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
|
||||||
* [fanstatic](http://www.fanstatic.org/) - Packages, optimizes, and serves static file dependencies as Python packages.
|
* [fanstatic](http://www.fanstatic.org/) - Packages, optimizes, and serves static file dependencies as Python packages.
|
||||||
|
@ -712,7 +712,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
|
|
||||||
## Static Site Generator
|
## Static Site Generator
|
||||||
|
|
||||||
*Static site generator is a software that takes some text + templates as input and produces html files on the output.*
|
*Static site generator is a software that takes some text + templates as input and produces HTML files on the output.*
|
||||||
|
|
||||||
* [Pelican](http://blog.getpelican.com/) - Uses Markdown or ReST for content and Jinja 2 for themes. Supports DVCS, Disqus. AGPL.
|
* [Pelican](http://blog.getpelican.com/) - Uses Markdown or ReST for content and Jinja 2 for themes. Supports DVCS, Disqus. AGPL.
|
||||||
* [Cactus](http://github.com/koenbok/Cactus/) – Static site generator for designers.
|
* [Cactus](http://github.com/koenbok/Cactus/) – Static site generator for designers.
|
||||||
|
@ -921,7 +921,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
* [bokeh](https://github.com/ContinuumIO/bokeh) - Interactive Web Plotting for Python.
|
* [bokeh](https://github.com/ContinuumIO/bokeh) - Interactive Web Plotting for Python.
|
||||||
* [plotly](https://plot.ly/python) - Collaborative web plotting for Python and matplotlib.
|
* [plotly](https://plot.ly/python) - Collaborative web plotting for Python and matplotlib.
|
||||||
* [vincent](https://github.com/wrobstory/vincent) - A Python to Vega translator.
|
* [vincent](https://github.com/wrobstory/vincent) - A Python to Vega translator.
|
||||||
* [d3py](https://github.com/mikedewar/d3py) - A plottling library for Python, based on [D3.js](http://d3js.org/).
|
* [d3py](https://github.com/mikedewar/d3py) - A plotting library for Python, based on [D3.js](http://d3js.org/).
|
||||||
* [ggplot](https://github.com/yhat/ggplot) - Same API as ggplot2 for R.
|
* [ggplot](https://github.com/yhat/ggplot) - Same API as ggplot2 for R.
|
||||||
* [Kartograph.py](https://github.com/kartograph/kartograph.py) - Rendering beautiful SVG maps in Python.
|
* [Kartograph.py](https://github.com/kartograph/kartograph.py) - Rendering beautiful SVG maps in Python.
|
||||||
* [pygal](http://pygal.org/) - A Python SVG Charts Creator.
|
* [pygal](http://pygal.org/) - A Python SVG Charts Creator.
|
||||||
|
@ -1031,7 +1031,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
|
|
||||||
*Libraries for making Python faster.*
|
*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.
|
* [Cython](http://cython.org/) - Optimizing Static Compiler for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains.
|
||||||
* [PyPy](http://pypy.org/) - An implementation 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 implementation of Python in Python. The interpreter uses black magic to make Python very fast without having to add in additional type information.
|
||||||
* [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.
|
||||||
|
@ -1041,7 +1041,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
*Python programming on Microsoft Windows.*
|
*Python programming on Microsoft Windows.*
|
||||||
|
|
||||||
* [PyWin32](http://sourceforge.net/projects/pywin32/) - Python Extensions for Windows.
|
* [PyWin32](http://sourceforge.net/projects/pywin32/) - Python Extensions for Windows.
|
||||||
* [PythonNet](https://github.com/pythonnet/pythonnet) - Python Intergration with the .NET Common Language Runtime (CLR).
|
* [PythonNet](https://github.com/pythonnet/pythonnet) - Python Integration with the .NET Common Language Runtime (CLR).
|
||||||
* [pythonlibs](http://www.lfd.uci.edu/~gohlke/pythonlibs/) - Unofficial Windows binaries for Python extension packages.
|
* [pythonlibs](http://www.lfd.uci.edu/~gohlke/pythonlibs/) - Unofficial Windows binaries for Python extension packages.
|
||||||
* [spyder](https://code.google.com/p/spyderlib/) - IDE for the Python language with advanced editing, interactive testing, debugging and introspection features (also comes with Anaconda, WinPython).
|
* [spyder](https://code.google.com/p/spyderlib/) - IDE for the Python language with advanced editing, interactive testing, debugging and introspection features (also comes with Anaconda, WinPython).
|
||||||
* [Python(x,y)](https://code.google.com/p/pythonxy/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
|
* [Python(x,y)](https://code.google.com/p/pythonxy/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
|
||||||
|
@ -1088,7 +1088,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
*Python implementation of algorithms and design patterns.*
|
*Python implementation of algorithms and design patterns.*
|
||||||
|
|
||||||
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
|
* [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.
|
* [algorithms](https://github.com/nryoung/algorithms) - A module of algorithms for Python.
|
||||||
|
|
||||||
## Editor Plugins
|
## Editor Plugins
|
||||||
|
|
||||||
|
@ -1096,12 +1096,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
|
|
||||||
* Vim
|
* Vim
|
||||||
* [Python-mode](https://github.com/klen/python-mode) - An all in one plugin for turning Vim into a Python IDE.
|
* [Python-mode](https://github.com/klen/python-mode) - An all in one plugin for turning Vim into a Python IDE.
|
||||||
* [Jedi-vim](https://github.com/davidhalter/jedi-vim) - Vim bindings for the [Jedi](https://github.com/davidhalter/jedi) autocompletion library for Python.
|
* [Jedi-vim](https://github.com/davidhalter/jedi-vim) - Vim bindings for the [Jedi](https://github.com/davidhalter/jedi) auto-completion library for Python.
|
||||||
* [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python
|
* [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python
|
||||||
* Emacs
|
* Emacs
|
||||||
* [Elpy](https://github.com/jorgenschaefer/elpy) - Emacs Python Development Environment.
|
* [Elpy](https://github.com/jorgenschaefer/elpy) - Emacs Python Development Environment.
|
||||||
* Sublime Text
|
* Sublime Text
|
||||||
* [SublimeJEDI](https://github.com/srusskih/SublimeJEDI) - A Sublime Text plugin to the awesome autocomplete library [Jedi](https://github.com/davidhalter/jedi).
|
* [SublimeJEDI](https://github.com/srusskih/SublimeJEDI) - A Sublime Text plugin to the awesome auto-complete library [Jedi](https://github.com/davidhalter/jedi).
|
||||||
* [Anaconda](https://github.com/DamnWidget/anaconda) - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
|
* [Anaconda](https://github.com/DamnWidget/anaconda) - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
|
||||||
* Atom
|
* Atom
|
||||||
* [Linter](https://github.com/AtomLinter/Linter) - A static code analysis tool for Atom.
|
* [Linter](https://github.com/AtomLinter/Linter) - A static code analysis tool for Atom.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user