How to attain Inbox Zero
See how to clear out your email inbox and bring the “Unread” count to zero.
How to attain Inbox Zero 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 »
PyCharm supports remote development. Learn how to set it up in this article.
Remote development using PyCharm Read More »
Learn how to make git push to the same remote branch name.
Git: How to set a default push remote repo Read More »
Have you ever wondered how you can use Python to work with groups of files? I wrote a comprehensive article
Working With Files in Python Read More »
If you have ever felt confused when you came across code that contains *args and **kwargs as function parameters, you’re
*args and **kwargs explained. Read More »
Recently at work, I had to write a tool that processes files uploaded by our tutorial writers. I needed to
Using Python’s tempfile module Read More »