How to untar files in Linux/Ubuntu
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 »
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 »
Most programming languages follow a basic style or formatting standard to make it easy for others to read your code.
A Summary of PEP 8: Style Guide for Python Code and PEP 257: Docstring Conventions. Read More »