Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52ba1c9

Browse files
committed
fix links
1 parent 7eaffe4 commit 52ba1c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
615615

616616
*Libraries for working with i18n.*
617617

618-
* [Babel](http://babel.pocoo.org/) - An internationalization library for Python.
618+
* [Babel](http://babel.pocoo.org/en/latest/) - An internationalization library for Python.
619619
* [Korean](https://korean.readthedocs.org/en/latest/) - A library for [Korean](https://en.wikipedia.org/wiki/Korean_language) morphology.
620620

621621
## URL Manipulation
@@ -807,7 +807,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
807807

808808
* [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.
809809
* [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.
811811
* [pyglet](https://bitbucket.org/pyglet/pyglet/wiki/Home) - A cross-platform windowing and multimedia library for Python.
812812
* [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.
813813
* [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
10651065
* [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.
10661066
* [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.
10671067
* [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.
10691069

10701070
## Microsoft Windows
10711071

0 commit comments

Comments
 (0)