Python Frameworks
How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 16.04
Tutorials
Flask
Nginx
Python
Python Frameworks
Ubuntu
Ubuntu 16.04
Introduction> Introduction # In this guide, we will be setting up a simple Python application using the Flask micro-framework on Ubuntu 16.04. The bulk of this article will be about how to set up the uWSGI application server to launch the application and Nginx to act as a front end reverse proxy.
How To Create a Django App and Connect it to a Database
Tutorials
Development
Django
Programming Project
Python Frameworks
Ubuntu 20.04
Introduction> Introduction # Django is a free and open-source web framework written in Python. This tool allows for scalability, reusability, and rapid development.
In this tutorial, you will learn how to set up the initial foundation for a blog website with connections to a MySQL database.
How To Serve Django Applications with Apache and mod_wsgi on Ubuntu 16.04
Tutorials
Apache
Django
Python
Python Frameworks
Ubuntu
Ubuntu 16.04
Introduction> Introduction # Django is a powerful web framework that can help you get your Python application or website off the ground quickly. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server is required.
How To Make a Web Application Using Flask in Python 3
Tutorials
Development
Programming Project
Python
Python Frameworks
SQLite
The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program.
Introduction> Introduction # Flask is a small and lightweight Python web framework that provides useful tools and features that make creating web applications in Python easier.
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04
Tutorials
Django
Nginx
PostgreSQL
Python
Python Frameworks
Ubuntu
Ubuntu 16.04
Introduction> Introduction # Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server is required.
How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 18.04
Tutorials
Flask
Nginx
Python
Python Frameworks
Ubuntu
Ubuntu 18.04
Introduction> Introduction # In this guide, you will build a Python application using the Flask microframework on Ubuntu 18.04. The bulk of this article will be about how to set up the uWSGI application server and how to launch the application and configure Nginx to act as a front-end reverse proxy.
How To Set Up uWSGI and Nginx to Serve Python Apps on Ubuntu 14.04
Tutorials
Nginx
Python
Python Frameworks
Ubuntu
Introduction> Introduction # In this guide, we will be setting up a simple WSGI application served by uWSGI. We will use the Nginx web server as a reverse proxy to the application server to provide more robust connection handling.
How To Deploy a Flask Application on an Ubuntu VPS
Tutorials
Apache
Applications
Python
Python Frameworks
Ubuntu
What the Highlighting Means> What the Highlighting Means # The lines that the user needs to enter or customize will be highlighed in this tutorial! The rest should mostly be copy-and-pastable.
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 18.04
Tutorials
Databases
Django
Nginx
PostgreSQL
Python
Python Frameworks
Ubuntu 18.04
Introduction> Introduction # Django is a powerful web framework that can help get your Python application or website off the ground. Django includes a simplified development server for testing your code locally.
How To Serve Django Applications with uWSGI and Nginx on Ubuntu 16.04
Tutorials
Django
Python
Python Frameworks
Ubuntu
Ubuntu 16.04
Introduction> Introduction # Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server is required.
How To Use MySQL or MariaDB with your Django Application on Ubuntu 14.04
Tutorials
Django
MariaDB
MySQL
Python
Python Frameworks
Ubuntu
Introduction> Introduction # Django is a flexible framework for quickly creating Python applications. By default, Django applications are configured to store data into a lightweight SQLite database file. While this works well under some loads, a more traditional DBMS can improve performance in production.
How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 14.04
Tutorials
Deployment
Nginx
Python
Python Frameworks
Ubuntu
Introduction> Introduction # In this guide, we will be setting up a simple Python application using the Flask micro-framework on Ubuntu 14.04. The bulk of this article will be about how to set up the uWSGI application server to launch the application and Nginx to act as a front end reverse proxy.
How To Serve Django Applications with Apache and mod_wsgi on Ubuntu 14.04
Tutorials
Apache
Django
Python
Python Frameworks
Ubuntu
Introduction> Introduction # Django is a powerful web framework that can help you get your Python application or website off the ground quickly. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server is required.
How To Add Authentication to Your App with Flask-Login
Tutorials
Python
Python Frameworks
Introduction> Introduction # Allowing users to log in to your app is one of the most common features you will add to your web applications. You can add authentication to your Flask app with the Flask-Login package.
How To Install the Django Web Framework on Ubuntu 14.04
Tutorials
Django
Python
Python Frameworks
Ubuntu
Introduction> Introduction # Django is a full-featured Python web framework for developing dynamic websites and applications. Using Django, you can quickly create Python web applications and rely on the framework to do a good deal of the heavy lifting.
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 14.04
Tutorials
Deployment
Django
Nginx
Python
Python Frameworks
Ubuntu
Introduction> Introduction # Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server is required.
How To Use PostgreSQL with your Django Application on Ubuntu 14.04
Tutorials
Django
PostgreSQL
Python
Python Frameworks
Ubuntu
Introduction> Introduction # Django is a flexible framework for quickly creating Python applications. By default, Django applications are configured to store data into a lightweight SQLite database file. While this works well under some loads, a more traditional DBMS can improve performance in production.
How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 14.04
Tutorials
Deployment
Nginx
Python
Python Frameworks
Ubuntu
Introduction> Introduction # In this guide, we will be setting up a simple Python application using the Flask micro-framework on Ubuntu 14.04. The bulk of this article will be about how to set up the Gunicorn application server to launch the application and Nginx to act as a front end reverse proxy.
How To Deploy a Scalable and Secure Django Application with Kubernetes
Tutorials
DigitalOcean
Django
Docker
Kubernetes
PostgreSQL
Python Frameworks
Introduction> Introduction # In this tutorial you’ll deploy a containerized Django polls application into a Kubernetes cluster.
Django is a powerful web framework that can help you get your Python application off the ground quickly.
How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 18.04
Tutorials
Nginx
Python
Python Frameworks
Ubuntu
Ubuntu 18.04
Introduction> Introduction # In this guide, you will build a Python application using the Flask microframework on Ubuntu 18.04. The bulk of this article will be about how to set up the Gunicorn application server and how to launch the application and configure Nginx to act as a front-end reverse proxy.