You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -615,7 +615,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
615
615
616
616
*Libraries for working with i18n.*
617
617
618
-
*[Babel](http://babel.pocoo.org/) - An internationalization library for Python.
618
+
*[Babel](http://babel.pocoo.org/en/latest/) - An internationalization library for Python.
619
619
*[Korean](https://korean.readthedocs.org/en/latest/) - A library for [Korean](https://en.wikipedia.org/wiki/Korean_language) morphology.
620
620
621
621
## URL Manipulation
@@ -807,7 +807,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
807
807
808
808
*[curses](https://docs.python.org/2/library/curses.html#module-curses) - Built-in wrapper for [ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications.
809
809
*[enaml](https://github.com/nucleic/enaml) - Creating beautiful user-interfaces with Declaratic Syntax like QML.
810
-
*[kivy](http://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
810
+
*[kivy](https://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
811
811
*[pyglet](https://bitbucket.org/pyglet/pyglet/wiki/Home) - A cross-platform windowing and multimedia library for Python.
812
812
*[PyQt](https://riverbankcomputing.com/software/pyqt/intro) - Python bindings for the [Qt](http://www.qt.io/) cross-platform application and UI framework, with support for both Qt v4 and Qt v5 frameworks.
813
813
*[PySide](https://wiki.qt.io/PySide) - Python bindings for the [Qt](http://www.qt.io/) cross-platform application and UI framework, supporting the Qt v4 framework.
@@ -1065,7 +1065,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
1065
1065
*[PeachPy](https://github.com/Maratyszcza/PeachPy) - x86-64 assembler embedded in Python. Can be used as inline assembler for Python or as a stand-alone assembler for Windows, Linux, OS X, Native Client and Go.
1066
1066
*[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.
1067
1067
*[Pyston](https://github.com/dropbox/pyston) - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.
1068
-
*[Stackless Python](http://www.stackless.com/) - An enhanced version of the Python.
1068
+
*[Stackless Python](https://bitbucket.org/stackless-dev/stackless/overview) - An enhanced version of the Python.
0 commit comments