Web Applications

How To Install bottle (Python OpenSource Project)
Overview This guide shows how to install bottle. bottle is a fast and simple micro-framework for python web-applications. Prerequisites Python has been installed Installation on Ubuntu Installation on Windows Optional but recommended. Setup a VirtualEnvironment and Pip has been installed. VirtualEnvironment for Ubuntu Installation 01. Activate your virtual environment, or skip this step …

PyCon 2019 | Django Channels In Practice
PyCon 2019 | Django Channels In Practice Speaker: Aaron Gee-Clough Django Channels allows developers to make real-time web applications using websockets while maintaining access to the full Django batteries-included model for web applications. This talk will focus on what it takes to run a channels application in production, what’s possible with Django Channels beyond …