This is a quick walkthrough of structs, interfaces, and some OOP concepts. Check out the go documentation for a more thorough walkthrough on:
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.
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.
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.