My solution to the FizzBuzz challenge.
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 »
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 »
In Linux, a common file format is the tarball. A tarball is a compressed folder similar to a zip file.
How to untar files in Linux/Ubuntu Read More »
On Friday February 17 2017, the Firefox Beta community tested Firefox 52 Beta 7. The focus of this test day
This week in Firefox: Testing Graphics Read More »
Reading and writing to files using Python is easy to do. In this post, I will go over how to
How To Read and Write Files Using Python. Read More »
An invaluable tool that I use a lot is wget. wget is a free terminal utility for downloading files from
How To Download Entire Websites Using wget. Read More »
The shelve is used to store Python objects to a file in a dictionary like format.shelve is used where using
Python: Storing Objects Using Shelve Read More »
On Friday 3 February Mozilla held a test day for Firefox 52 Beta 3. The new features under test were
These weeks in Firefox: Testing WebRTC and Responsive Design Mode Read More »
In today’s post I show you how to use three python built in functions to populate a list with letters
Python: How To Generate a List Of Letters In The Alphabet Read More »
The Python programs I have written from the time I started learning Python up to now are very simple scripts.
Debugging Python Code Read More »