Open Source Software for Python

Matrix.org Matrix.org

Matrix.org is an open network for secure, decentralized communication. It gives you a simple HTTP APIs and SDKs (iOS, Android, Web) to create chatrooms, direct chats and chat bots, complete with end-to-end encryption, file transfer, synchronised conversation history, formatted messages, read receipts and more. All conversations on Matrix are replicated over all the servers participating in them, meaning there are no single point of control or failure.

Django Django

Django is a high-level Python web development framework used for building web application at scale with speed. The framework adhere to a clean and pragmatic design that lets developers develop rapidly. Django ships as a "batteries included" framework and contains many of the features needed for most web applications such as an admin panel, an ORM and templating language. It takes much of the hassle out of web development and lets developers focus on writing their application instead of focusing on authentication, authorization and security.

Scrapy Scrapy

Scrapy is a fast and powerful web scraping library written in Python. The framework makes it easy to crawl and extract structured data from the web services. Scrapy can be used for a wide range of purposes, ranging from data mining to service monitoring. Scrapy is maintained by Zyte and is released as free and open source software.

pyLoad pyLoad

pyLoad is a free and open-source lightweight download manager written in Python. pyLoad was designed and developed to run on NAS, next-gen routers and headless home servers or whatever device that is able to connect to internet and supporting the Python programming language. pyLoad is extremely lightweight, easily extensible and fully manageable via the web.

Flask Flask

Flask is a micro framework framework written in Python that can be used to build APIs, web services and web applications. Flask is designed from the bottom up to be extremely minimal and easy to use, where your whole application can fit into one single Python file. The framework includes no database abstraction layer, form validation, or any other components, by design. However pre-existing third-party libraries provide common functionality needed to build production ready applications and services.

CherryPy CherryPy

CherryPy is a free and open-source object-oriented HTTP and web framework written in Python. CherryPy allows developer to build web application the same way they would build any other object-oriented program. The design of CherryPy result in a simpler and faster development experience with more readable code. CherryPy is distributed under a BSD license and loved by many Python web developers.

Pygame Pygame

Pygame is a library that includes a set of modules designed for writing video games in Python. Pygames wraps and adds functionallity on top of the C library SDL. A cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. Allowing you to create fully featured games written entierly in the programming language Python.

Falcon Falcon

The Falcon Web Framework is a free and open-source application framework written in Python.

BlackSheep BlackSheep

BlackSheep is an asynchronous web framework to build event based web applications with Python. It is inspired by Flask, ASP.NET Core, and the work by Yury Selivanov. With BlackSheep you can write performan web applications utilizing MVC architecture.