|
You are here |
blog.miguelgrinberg.com | ||
| | | | |
freblogg.com
|
|
| | | | | Flask is a popular micro web application framework for Python using which you can create web apps. Unlike another popular framework like Django, Flask keeps its foot print to a minimum providing only the basic functionality required instead of picking out the entire stack for you the way Django does ... | |
| | | | |
automationhacks.io
|
|
| | | | | Learn how to make http requests in python using requests and pytest for a locally hosted Flask API | |
| | | | |
blog.chand1012.dev
|
|
| | | | | In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app. | |
| | | | |
rogs.me
|
|
| | | [AI summary] The author provides a technical guide on replacing Google Workspace services with self-hosted Nextcloud and Collabora, including instructions for setup, SSL encryption, and S3 storage integration. | ||