My favorite libraries

Various libraries that are very interesting for my projects.

Game Dev

  • PyGame - Of course! I wish the docu wasn't that ugly green.
  • Arcade - Another more educationally focused game dev library.

Graphics

  • Pillow - Standard Image Editing App
  • ModernGL - A modernized and intuitive OpenGL library
  • OpenCV Python: OpenCV is an open-source library that includes several hundreds of computer vision algorithms
  • PyMesh is a rapid prototyping platform focused on geometry processing.

Internet

  • Yattag is a Python library for generating HTML or XML in a pythonic way.
  • ZeroMQ is an open-source universal messaging library.
  • Brython is a Python 3 implementation for client-side web programming

Misc

  • docopt: Create beautiful command-line interfaces with Python
  • PyFilesystem: Work with files and directories in archives, memory, the cloud etc. as easily as your local drive.
  • Pendulum: Python DateTime made easy.