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-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -711,7 +711,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
711
711
*[urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
712
712
*[pyglet](http://www.pyglet.org/) - A cross-platform windowing and multimedia library for Python.
713
713
*[Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package.
714
-
*[enaml](https://github.com/nucleic/enaml) - Create beautiful user-interfaces with Declaratic Syntax like QML
714
+
*[enaml](https://github.com/nucleic/enaml) - Creating beautiful user-interfaces with Declaratic Syntax like QML.
715
715
*[Toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit.
716
716
717
717
## Game Development
@@ -792,6 +792,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
792
792
*[winpdb](http://winpdb.org/) - A Platform Independent Python Debugger with GUI.
793
793
*[pudb](https://pypi.python.org/pypi/pudb) – A full-screen, console-based Python debugger.
794
794
*[pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes.
795
+
*[python-statsd](https://github.com/WoLpH/python-statsd) - Python Client for the [statsd](https://github.com/etsy/statsd/) server.
795
796
*[memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code.
796
797
*[django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response.
797
798
*[django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver.
@@ -812,8 +813,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
812
813
*[SymPy](https://github.com/sympy/sympy) - A Python library for symbolic mathematics.
813
814
*[statsmodels](https://github.com/statsmodels/statsmodels) - Statistical modeling and econometrics in Python.
814
815
*[astropy](http://www.astropy.org/) - A community Python library for Astronomy.
815
-
*[python-statsd](https://github.com/WoLpH/python-statsd) Library to send data to Statsd allowing for data and performance analysis
816
-
*[django-statsd](https://github.com/WoLpH/django-statsd) Library to send data to Statsd from Django to analyse web application view performance
817
816
818
817
## Data Visualization
819
818
@@ -877,7 +876,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
877
876
*[twython](https://github.com/ryanmcgrath/twython) - A Python wrapper for the Twitter API.
878
877
*[soundcloud-python](https://github.com/soundcloud/soundcloud-python) - A Python wrapper around the Soundcloud API.
879
878
*[google-api-python-client](https://github.com/google/google-api-python-client) - Google APIs Client Library for Python.
880
-
*[gspread](https://github.com/burnash/gspread) - Google Spreadsheets Python API.
879
+
*[gspread](https://github.com/burnash/gspread) - Google Spreadsheets Python API.
0 commit comments