Python

Python command line interfaces: An overview of argparse.

Command-line or console applications are programs that are designed to be used via a text only interface such as the terminal. Command-line programs accept instructions or commands from their users in the form of flags or switches. Popular command-line applications include: git – A version control system Vim – A text editor and Grep – …

Python command line interfaces: An overview of argparse. Read More »

Exception handling in Python

Exception Handling There are at least two types of errors in the Python programming language: Syntax errors and Exceptions. Syntax Errors Syntax errors are sometimes referred to as parsing errors. These are fatal errors that occur when the code cannot be executed because of incorrect arguments passed to a function, typing or spelling error or …

Exception handling in Python Read More »

PyCon Zimbabwe 2017

PyCon Zim 2017 I had the priviledge of attending PyCon Zimbabwe two weeks ago. This was my very first language conference. PyCon is a conference for the Python programming community. In Zimbabwe, it was held from the 23rd to the 26th of August 2017. This year’s PyCon was the second one in Zimbabwe and its …

PyCon Zimbabwe 2017 Read More »