In a previous article, I discussed resources that I recommend for beginners.…
Blog (page 6)
Python command line interfaces: An overview of argparse.
Command-line or console applications are programs that are designed to be used…
Top 8 resources for Python beginners
Python is a popular, easy to learn programming language that is great…
An overview of the enumerate() function
According to the Python documentation, the enumerate function is a built in…
Exception handling in Python
Exception Handling There are at least two types of errors in the…
Getting started with SQLite in Python
Getting started with sqlite in Python SQLite is a lightweight disk-based relational…
PyCon Zimbabwe 2017
PyCon Zim 2017 I had the priviledge of attending PyCon Zimbabwe two…
How to send desktop notifications in Linux.
Desktop notifications are used to inform the user about an event or…
Working with CSV files in Python
A common file format used to store data is the .csv file.…
Virtual environments in Python
In Python, a virtual environment is way of isolating a working copy…