Development & DevOps Software for Python

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.

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.

web2py web2py

Web2py is a free and open-source web application framework written Python. With Web2py, developers can build dynamic applications with ease. The framework ships with "batteries included" for fast multi-threaded web server, SQL database and web-based interface. Web2py also ships with a web-based IDE that can be used to manage your application using your browser. A single instance can also run multiple web applications using different databases. Web2py free of charge under the LGPLv3 License.

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.

Plotly Plotly

Plotly provides a frontend for data visualization used for machine learning and data science models. With Ploty you can

MoinMoin MoinMoin

MoinMoin is a free and open-source, Python-based WikiEngine thate features an extensible core. With MoinMoin you can create self-hosted wikies and informational resource sites. MoinMoin's extensible core allow for plugins to be installed to further extend the capability of the software. Allowing you to install auth plugins for custom authentication, filter plugins for indexing file attachments of different mimetypes, parsers for new input formats formatters to produce different output formats than HTML, themes xmlrpc and CMS solutions.