Compiled by endeesa. Last update 23/April/2022 1. Pandas refresher The following notes will revisit a few pandas concepts which are important for doing time series analysis in Python. Suppose you cr…
There are many tools that you can use to draw geographic charts in Python. This short guide is meant to show you the fundamental concepts that apply to most of these tools. Pre-requisites The 3 most …
This is a short discussion on how you can manage Azure resources using Azure Functions with Powershell You might use this approach to enable automated resource control in your Azure Subscription e.g.…
Pre-requisites A Spotify Developer Account - Register here A Spotify developer Application(Take note of the ClientID and Client Secret) Flask - Install using pip requests - Install using pip Pipenv -…
If you type help from your windows command shell session, you will get a list of all available shell commands. 1. CMD - List all files and sub-directories in a directory 2. CMD - Create a new directo…
As the name suggests, nvm allows you to run multiple versions of nodejs on your PC Example usage: Step 1: Download and install the nvm package Step 2: Configuration Step 3: Verify your installation R…