Programming Tutorials

Latest

 thumbnail

How to Install Themes in Sublime Text 3

December 02, 2020

Sublime is a powerful text editor for programmers offering advanced functionality including the ability to customise its...

 thumbnail

Encoding and Decoding Base64 Strings in Python

November 05, 2020

Base64 encoding is used to convert strings containing text and numerical data into ASCII characters. This is useful when...

 thumbnail

The Python zip() Method

November 04, 2020

The Python zip() method is used to combine iterables into an object of tuples. What makes this method powerful is that a...

 thumbnail

The Python String strip() Method

November 02, 2020

The string strip() method in Python removes the leading and trailing characters from a string and returns a new string....

 thumbnail

How to Read Files in JavaScript

October 16, 2020

In most cases, JavaScript does not have direct access to local files on a users machine for obvious security reasons. It...

 thumbnail

How to Make Commits in Git

October 13, 2020
 thumbnail

Check if Homepage JavaScript

October 10, 2020
 thumbnail

CSS Comments

October 08, 2020