Getting started with Django
Learn how to install Django and start a project.
Getting started with Django 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 »
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 »
ZimboPy Mentorship Week ZimboPy is an organisation made up of Python Developers in Harare, Zimbabwe that empowers Zimbabwean women and
ZimboPy August 2018 Mentorship Week Read More »
The GTK+ Grid is a container that arranges its children into rows and columns in the same way data in
Python GUI Development with GTK+ — Grid Read More »