Skip to content

Latest commit

 

History

History
82 lines (63 loc) · 2.93 KB

Other.md

File metadata and controls

82 lines (63 loc) · 2.93 KB

Other

  1. python-patterns
    A collection of design patterns and idioms in Python.
    Project Source: https://github.com/faif/python-patterns

  2. numba
    Numba is an Open Source NumPy-aware optimizing compiler for Python. It uses the remarkable LLVM compiler infrastructure to compile Python syntax to machine code.
    Project Source: https://github.com/numba/numba
    Project Homepage: http://numba.pydata.org/

  3. fn.py
    Functional programming in Python.
    Project Source: https://github.com/kachayev/fn.py

  4. Topaz
    Topaz is an implementation of the Ruby programming language, written in Python, using the RPython VM toolchain.
    Project Source: https://github.com/topazproject/topaz
    Project Documentation: http://topazruby.com/

  5. cython
    Cython s a language that makes writing C extensions for the Python language as easy as Python itself.
    Project Source: https://github.com/cython/cython
    Project Homepage: http://cython.org/

  6. clojure-py
    A implementation of Clojure in pure dynamic Python.
    Project Source: https://github.com/halgari/clojure-py

  7. Theano
    Optimizing GPU-meta-programming code generating array oriented optimizing math compiler in Python.
    Project Source: https://github.com/Theano/Theano
    Project Homepage: http://www.deeplearning.net/software/theano/

  8. hy
    Hy is a wonderful dialect of Lisp that's embedded in Python.
    Project Source: https://github.com/hylang/hy
    Project Documentation: http://docs.hylang.org/en/latest/

  9. webgl-lessons
    Some lessons in WebGL.
    Project Source: https://github.com/gpjt/webgl-lessons

  10. zsh-completions
    Additional completion definitions for Zsh.
    Project Source: https://github.com/zsh-users/zsh-completions

  11. BicaVM
    Javascript implementation of JVM.
    Project Source: https://github.com/nurv/BicaVM
    Project Homepage: http://www.surf-the-edge.com/

  12. bitey
    Import LLVM bitcode directly into Python and use it as an extension module.
    Project Source: https://github.com/dabeaz/bitey

  13. Adafruit-Raspberry-Pi-Python-Code
    Adafruit library code for Raspberry Pi.
    Project Source: https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code

  14. overholt
    Example Flask application illustrating some of my common practices.
    Project Source: https://github.com/mattupstate/overholt
    Project Homepage: http://mattupstate.com/python/2013/06/26/how-i-structure-my-flask-applications.html

  15. diy-lisp
    A hands-on, test driven guide to implementing a simple programming language.
    Project Source: https://github.com/kvalle/diy-lisp

  16. awesome-python
    A curated list of awesome Python frameworks, libraries and software.
    Project Source: https://github.com/vinta/awesome-python

  17. CommonRegex
    A collection of common regular expressions bundled with an easy to use interface.
    Project Source: https://github.com/madisonmay/CommonRegex

  18. WeRoBot
    a wechat robot framework.
    Project Source: https://github.com/whtsky/WeRoBot