PyCon Zimbabwe 2017
PyCon Zim 2017 I had the priviledge of attending PyCon Zimbabwe two weeks ago. This was my very first language […]
PyCon Zimbabwe 2017 Read More »
PyCon Zim 2017 I had the priviledge of attending PyCon Zimbabwe two weeks ago. This was my very first language […]
PyCon Zimbabwe 2017 Read More »
Desktop notifications are used to inform the user about an event or display some form of information without getting in
How to send desktop notifications in Linux. Read More »
A common file format used to store data is the .csv file. The ‘csv’ in the name stands for “Comma
Working with CSV files in Python Read More »
In Python, a virtual environment is way of isolating a working copy of Python to test software or to install
Virtual environments in Python Read More »
Microsoft Excel is a popular application for Windows that is used to work with spreadsheets, tables and charts. Spreadsheets are
Working With Excel Spreadsheets using Python Read More »
Recently, while working on a project, I needed to search if an image I intended to delete was in use
How to find all files containing specific text in linux? Read More »
Python follows a “batteries included” philosophy, which means that a lot of functionality you may need is built in to
How to install 3rd party python modules Read More »
Blogging is a great way to share your opinion and become an authority in a particular field. It is possible
Why I failed as a blogger and what I am doing about it Read More »
The “FizzBuzz Test” is an interview question meant to filter out candidates that cannot program their way out of a
My solution to the FizzBuzz challenge. Read More »