My Dev Canvas


A Humble Abode For My Biased Blogs About Things I Have Learned In Python, Data Science, And Programming in General

Golang OOP, structs, and interfaces

This is a quick walkthrough of structs, interfaces, and some OOP concepts. Check out the go documentation for a more thorough walkthrough on:


The New CTRL + ALT + DELETE

Windows tips and tricks


Matplotlib Tips and Tricks

Here we’ll be looking at a python library matplotlib which is used for plotting data in various ways. We’ll be detailing things such as iterating subplots, different grid specs, and complex labeling. We will not be covering all of the different types of plots that can be done, those can be found in the documentation here.


Super, Decorators, and Combined

Here we’ll be talking about how to use the super method, function decorators, and combining the two. We’ll start off with the super method, and some use cases.


Faster Mapping With Folium

Here we showcase different ways of creating a map with folium, and different attributes of markers and circles. There are many ways to build a map, so don't be afraid to dig into documentation or message me on Linkedin if you need something specific.