
pip install mysqlclient mysql_config: not found
On Ubuntu 18.04, when i install mysqlclient python module, i get error this is fixed by installing libmysqlclient-dev ERROR: Failed

Running Python Application with gunicorn and nginx
Create a service file for gunicorn Here /home/ubuntu/myapp/wagtail2 = path to the folder where web application is. /home/ubuntu/myapp/venv/bin/gunicorn = is

Installing PyCharm Community Edition on Ubuntu
PyCharm Community Edition is a free python editor from JetBrains. You can download it from https://www.jetbrains.com/pycharm/download/#section=linux Download and extact the

Getting started with Django Framework
Django is a python framework for developing web applications. To install Django, run To create a project, run Django come

Running Web Server with python SimpleHTTPServer
SimpleHTTPServer is a python module that allow you to run web server for static files. To start web server, run

Creating and using virtualenv
To create a virtualenv, run On Ubuntu 18, this command will create virtualenv with Python 2.7. To create virtualenv with

virtualenv
Install virtualenv on Ubuntu Creating and using virtualenv virtualenv is used to create isolated python environments. With python3, you can

Install virtualenv on Ubuntu
To install virtualenv on Ubuntu, run

gunicorn
gunicorn behind Apache web server Running Python Application with gunicorn and nginx Serve a Django application using Gunicorn

Install jupyter notebook
To install jupyter notebook on Ubuntu run To start jupyter notebook, create an empty folder, change to it Now run

Django Framework
Django is a Python framework. You can find more info at https://www.djangoproject.com Django Tutorials Getting started with Django Framework https://realpython.com/tutorials/django/