We are going to Install Django with PostgreSQL as the backend database, and create our first project. Continue reading Installing Django with PostgreSQL
Tag Archives: Python
Python Virtual Environments
Installing and using Python Virtual Environments is a recommended practice to separate your different Python environments with its own package requirements and your default Python interpreter. Continue reading Python Virtual Environments
Installing Python on Mac OS X
Installing Python on Mac OS X other than the default one that is shipped with your system. Continue reading Installing Python on Mac OS X