Microsoft Excel is a popular application for Windows that is used to…
Author: Vuyisile (page 7)
How to find all files containing specific text in linux?
Recently, while working on a project, I needed to search if an…
How to install 3rd party python modules
Python follows a “batteries included” philosophy, which means that a lot of…
Why I failed as a blogger and what I am doing about it
Blogging is a great way to share your opinion and become an…
My solution to the FizzBuzz challenge.
The “FizzBuzz Test” is an interview question meant to filter out candidates…
How to untar files in Linux/Ubuntu
In Linux, a common file format is the tarball. A tarball is…
This week in Firefox: Testing Graphics
On Friday February 17 2017, the Firefox Beta community tested Firefox 52…
How To Read and Write Files Using Python.
Reading and writing to files using Python is easy to do. In this post, I will go over how to read and write to text files.
How To Download Entire Websites Using wget.
An invaluable tool that I use a lot is wget. wget is…
Python: Storing Objects Using Shelve
The shelve is used to store Python objects to a file in…