8000 Merge pull request #9 from melignus/melignus-additions · DTSCode/awesome-python@985b8ea · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 985b8ea

Browse files
committed
Merge pull request vinta#9 from melignus/melignus-additions
Added games category, a few gui modules, a few science modules.
2 parents 448fa76 + a949a5e commit 985b8ea

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
374374
* [gevent](http://www.gevent.org/) - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet).
375375
* [Twisted](https://twistedmatrix.com/trac/) - An event-driven networking engine.
376376
* [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.
377378

378379
## Admin Panels
379380

@@ -405,6 +406,8 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
405406
* [PySide](http://qt-project.org/wiki/pyside) - Python bindings for the Qt cross-platform application and UI framework.
406407
* [wxPython](http://wxpython.org/) - A blending of the wxWidgets C++ class library with the Python.
407408
* [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.
408411
* [pyglet](http://www.pyglet.org/) - A cross-platform windowing and multimedia library for Python.
409412

410413
## Game Development
@@ -416,6 +419,11 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
416419
* [Cocos2d](http://cocos2d.org/) - cocos2d is a framework for building 2D
417420
games, demos, and other graphical/interactive applications. It is based on
418421
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+
419427

420428
## Logging
421429

@@ -465,18 +473,21 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
465473

466474
* [SciPy](http://www.scipy.org/) - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
467475
* [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.
468477
* [matplotlib](http://matplotlib.org/) - A Python 2D plotting library.
469478
* [NetworkX](https://networkx.github.io/) - A high-productivity software for complex networks.
470479
* [Pandas](http://pandas.pydata.org/) - A library providing high-performance, easy-to-use data structures and data analysis tools.
471480
* [PyMC](https://github.com/pymc-devs/pymc) - Markov Chain Monte Carlo sampling toolkit.
472481
* [zipline](https://github.com/quantopian/zipline) - A Pythonic algorithmic trading library.
473482
* [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.
474484

475485
## Machine Learning
476486

477487
*Libraries for Machine Learning*
478488

479489
* [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.
480491
* [NuPIC](https://github.com/numenta/nupic) - Numenta Platform for Intelligent Computing.
481492
* [Pylearn2](https://github.com/lisa-lab/pylearn2) - A Machine Learning library based on [Theano](https://github.com/Theano/Theano).
482493
* [hebel](https://github.com/hannes-brt/hebel) - GPU-Accelerated Deep Learning Library in Python.

0 commit comments

Comments
 (0)
0