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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -374,6 +374,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
374
374
*[gevent](http://www.gevent.org/) - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet).
375
375
*[Twisted](https://twistedmatrix.com/trac/) - An event-driven networking engine.
376
376
*[Tornado](http://www.tornadoweb.org/) - A Web framework and asynchronous networking library.
377
+
*[pyzmq](http://zeromq.github.io/pyzmq/) - A python wrapper for the 0MQ message library.
377
378
378
379
## Admin Panels
379
380
@@ -405,6 +406,8 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
405
406
*[PySide](http://qt-project.org/wiki/pyside) - Python bindings for the Qt cross-platform application and UI framework.
406
407
*[wxPython](http://wxpython.org/) - A blending of the wxWidgets C++ class library with the Python.
407
408
*[kivy](http://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
409
+
*[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.
410
+
*[urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
408
411
*[pyglet](http://www.pyglet.org/) - A cross-platform windowing and multimedia library for Python.
409
412
410
413
## Game Development
@@ -416,6 +419,11 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
416
419
*[Cocos2d](http://cocos2d.org/) - cocos2d is a framework for building 2D
417
420
games, demos, and other graphical/interactive applications. It is based on
418
421
pyglet.
422
+
*[PySDL2](http://pysdl2.readthedocs.org/en/latest/) - A ctypes based wrapper for the SDL2 library.
423
+
*[Panda3D](https://www.panda3d.org/) - 3D game engine developed by Disney and maintained by Carnegie Mellon's Entertainment Technology Center. Written in C++, completely wrapped in Python.
424
+
*[PyOgre](http://www.ogre3d.org/tikiwiki/PyOgre) - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.
425
+
*[PyOpenGL](http://pyopengl.sourceforge.net/) - Python ctypes bindings for OpenGL and it's related APIs.
426
+
419
427
420
428
## Logging
421
429
@@ -465,18 +473,21 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
465
473
466
474
*[SciPy](http://www.scipy.org/) - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
467
475
*[NumPy](http://www.numpy.org/) - A fundamental package for scientific computing with Python.
476
+
*[Numba](http://numba.pydata.org/) - Python JIT (just in time) complier to LLVM aimed at scientific Python by the developers of Cython and NumPy.
468
477
*[matplotlib](http://matplotlib.org/) - A Python 2D plotting library.
469
478
*[NetworkX](https://networkx.github.io/) - A high-productivity software for complex networks.
470
479
*[Pandas](http://pandas.pydata.org/) - A library providing high-performance, easy-to-use data structures and data analysis tools.
471
480
*[PyMC](https://github.com/pymc-devs/pymc) - Markov Chain Monte Carlo sampling toolkit.
472
481
*[zipline](https://github.com/quantopian/zipline) - A Pythonic algorithmic trading library.
473
482
*[ggplot](https://github.com/yhat/ggplot) - Same API as ggplot2 for R.
483
+
*[PyDy](https://pydy.org/) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion based around NumPy, SciPy, IPython, and matplotlib.
474
484
475
485
## Machine Learning
476
486
477
487
*Libraries for Machine Learning*
478
488
479
489
*[scikit-learn](http://scikit-learn.org/) - A Python module for machine learning built on top of SciPy.
490
+
*[pattern](https://github.com/clips/pattern) - Web mining module for Python.
480
491
*[NuPIC](https://github.com/numenta/nupic) - Numenta Platform for Intelligent Computing.
481
492
*[Pylearn2](https://github.com/lisa-lab/pylearn2) - A Machine Learning library based on [Theano](https://github.com/Theano/Theano).
482
493
*[hebel](https://github.com/hannes-brt/hebel) - GPU-Accelerated Deep Learning Library in Python.
0 commit comments