How to install Python 3, the easiest way
There are many ways to install Python 3, but the easiest way is to install using an Anaconda distribution. Anaconda is a Python distribution aimed… Read More »How to install Python 3, the easiest way
There are many ways to install Python 3, but the easiest way is to install using an Anaconda distribution. Anaconda is a Python distribution aimed… Read More »How to install Python 3, the easiest way
If you want to avoid nasty version conflicts between your projects, you definitely need to set up a virtual environment. A virtual environment is simply… Read More »How to setup a virtual environment for Django
Here’s a collection of learning resources I believe useful Django official documentation‘s tutorial section is a good place to start. In the tutorial, you create… Read More »Django Resources