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.
Blog (page 2)
Django static page
In this article you’ll learn how to create a Django website with a static page using Function Based Views and Class Based Views.
Check number of lines by user in git
Learn how to count the number of commits or number of lines a contributor has added to a git repository.
Switch/Case In Python
Python does not have a switch or case statement. See how to use dictionaries to emulate them.
How to attain Inbox Zero
See how to clear out your email inbox and bring the “Unread” count to zero.
Getting started with Django
Learn how to install Django and start a project.
Pytest Test Parametrization
Learn how to avoid repetition and write simpler and easy to read tests using the pytest parametrization feature.
Testing Python Code Using Pytest
Learn how to install pytest and use it to discover, run, and skip test functions.
Remote development using PyCharm
PyCharm supports remote development. Learn how to set it up in this article.
Git: How to set a default push remote repo
Learn how to make git push to the same remote branch name.