Classes and Objects

Classes and Methods: Some Notes If you don’t initialize the values of properties, the code will not compile.

Python Project Ideas

Projects for Python Use There are a plethora of project suggestions on the webs, but I’m keen to try something of my own, that has immediate impact on what I’m working on.

Site Design Update

Adding Some Flair I was unhappy with the functionality of the standard list page of the minima theme.

Taking Stock

Vim Update I’m feeling more comfortable using Vim these last few days, although I admit the arrow keys are getting too much attention.

Vim Commands

Too Many Vim Commands Getting back into Vim again and decided this time to take it slower and get the basics well in place before I try and incorporate too many commands.

Binary Search Extended

Binary Search Recommended Youtube Playlist Binary searching has been a difficult learning curve for me.

Binary Search

Binary Search The divide and conquer search method. Linear Search The sequential searching through all data entries one by until until we find a match.