Episode

Starting a Django project and core concepts [3 of 24] | Beginner's Series to: Django

As with any framework, the first step to getting started is installation. Installing Django is accomplished by walking through the same steps for most every Python library. We'll see how to create a virtual environment to follow best practices, and see how to perform the installation. 
 
Useful Links: 

Python