Software for Python

RethinkDB RethinkDB

RethinkDB is a scalable, open-source database designed for real-time applications. When your app polls your database for data, it becomes slow, unscalable, and cumbersome to maintain. RethinkDB solves this by providing a new database access model, where developers can instruct the database to continuously push updated query results to their applications, without polling.

BleachBit BleachBit

BleachBit is a free and open-source disk space cleaner, privacy manager, and computer system optimizer that allow you to fully delete unanted files and improve privacy of your system. With BleachBit it's simple to clean cache, internet history, temporary files, logs, cookies, Firefox, Google Chrome, Flash, macOS, Linux, Windows and more. BleachBit is fully open-source and released under the GNU General Public License.

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.

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.

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.