UNC BACS 350

Web Apps with Python/Django

Logo

Python Anywhere Demo

Python Anywhere is a web app hosting service.

It offers free access and it great for beginners to learn about web apps.

If is setup for quick deployment with many complex tasks done for you.

Python Anywhere Setup Notes

Python Anywhere Setup Demo


NOTE: In this video I fumble around with trying to activate the virtual environment. Python Anywhere provides its own setup for activating the correct environment.

There is a need to create the environment using

mkvirtualenv --python=/usr/bin/python3.8 .venv

But there is no need to activate the environment using

source .venv/bin/activate