Python hasattr() Function
A useful built in function in Python is hasattr(). This function is used to test if an object has some […]
Python hasattr() Function Read More »
A useful built in function in Python is hasattr(). This function is used to test if an object has some […]
Python hasattr() Function Read More »
In this post, I am going to go down memory lane and talk about my contributions to one of the open source communities I contribute to: Mozilla.
How I started contributing to Open Source and stopped buying t-shirts Read More »
In this article you’ll learn how to create a Django website with a static page using Function Based Views and Class Based Views.
Django static page Read More »
Learn how to count the number of commits or number of lines a contributor has added to a git repository.
Check number of lines by user in git Read More »
Python does not have a switch or case statement. See how to use dictionaries to emulate them.
Switch/Case In Python Read More »
See how to clear out your email inbox and bring the “Unread” count to zero.
How to attain Inbox Zero Read More »
Learn how to install Django and start a project.
Getting started with Django Read More »
Learn how to avoid repetition and write simpler and easy to read tests using the pytest parametrization feature.
Pytest Test Parametrization Read More »
Learn how to install pytest and use it to discover, run, and skip test functions.
Testing Python Code Using Pytest Read More »