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
*[memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code.
425
420
*[profiling](https://github.com/what-studio/profiling) - An interactive Python profiler.
426
421
* Others
422
+
*[django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information for Django.
423
+
*[django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver.
424
+
*[flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django-debug-toolbar to flask.
427
425
*[hunter](https://github.com/ionelmc/python-hunter) - Hunter is a flexible code tracing toolkit.
428
-
*[manhole](https://github.com/ionelmc/python-manhole) - Debug service that will accept unix domain socket connections and present the stacktraces for all threads and an interactive prompt.
426
+
*[lptrace](https://github.com/khamidou/lptrace) - [strace](http://man7.org/linux/man-pages/man1/strace.1.html) for Python programs.
427
+
*[manhole](https://github.com/ionelmc/python-manhole) - Debug service that will accept unix domain socket connections and present the stacktraces for all threads and an interactive prompt.
429
428
*[pyelftools](https://github.com/eliben/pyelftools) - Parsing and analyzing ELF files and DWARF debugging information.
430
-
*[python-statsd](https://github.com/WoLpH/python-statsd) - Python Client for the [statsd](https://github.com/etsy/statsd/) server.
429
+
*[pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes.
431
430
432
431
## Deep Learning
433
432
@@ -670,7 +669,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
670
669
*[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.
671
670
*[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.
672
671
*[Pyston](https://github.com/dropbox/pyston) - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.
673
-
*[Pyjion](https://github.com/Microsoft/Pyjion) - A JIT for Python based upon CoreCLR
672
+
*[Pyjion](https://github.com/Microsoft/Pyjion) - A JIT for Python based upon CoreCLR.
674
673
*[Stackless Python](https://bitbucket.org/stackless-dev/stackless/overview) - An enhanced version of the Python.
0 commit comments