Pyenv - for properly maintaining different versions of Python

Posted on Sun 03 May 2020 in Python • Tagged with python, versions, management

How to install and use Pyenv


Continue reading

How to setup Postgres Database for Django projects?

Posted on Mon 02 September 2019 in Django • Tagged with Django, Python, Postgres

Steps involved in setting up Postgres database backend for Django projects.


Continue reading

Making A Vector behave like builtin

Posted on Sat 24 August 2019 in Python • Tagged with special-methods, python, class, instance, object

Making a Vector behave like builtin using Python special methods.


Continue reading

Tuple Comparison in Python

Posted on Wed 12 June 2019 in Python • Tagged with 100DaysofWeb, Python, Tuple

Python tuple comparison


Continue reading

List vs Tuple

Posted on Wed 12 June 2019 in Python • Tagged with 100DaysofWeb, Python, List, Tuple

Figure out when to use list and tuple in Python.


Continue reading

Let's get this blog started!

Posted on Mon 10 June 2019 in Python • Tagged with 100DaysofWeb, Python, Awesomeness

This is a summary of the first post written for my Pelican Blog. I am doing this as part of my 100DaysofWeb course.


Continue reading