Plot your data on MapĀ 

Using google data Studio: https://mohitshrestha02.medium.com/plot-your-data-on-any-map-india-map-in-google-data-studio-for-reports-2c43fb8601f https://www.youtube.com/watch?v=y1usHXRoD50 Using google sheets: https://www.howtogeek.com/744526/how-to-create-a-geographical-map-chart-in-google-sheets/ Using powerBI https://www.wallstreetmojo.com/map-in-power-bi/ Excel https://www.youtube.com/watch?v=oPLl1SLMKbU https://www.youtube.com/watch?v=kKiWCxQH89E using python: https://parthsamin.medium.com/heatmap-with-python-and-googlemaps-tutorial-b3d623b77c95

VS Code Basics

Ctrl+Shift+P Open Command Palette Create a virtual environment : A best practice among Python developers is to avoid installing packages into a global interpreter environment. You instead use a project-specific virtual environment that contains a copy of a global interpreter. Once you activate that environment, any packages you then install are isolated from other environments. Such isolation … Continue reading VS Code Basics

Raspberry Pi + arduino communicatoin

Step1: Flash RaspberryPi OS on microSD card using default Images. a) choose OS: Raspberry Pi OS (32-bit) b) choose storage : select your SD card location c) before pressing WRITE button, press ctrl + Shift + x. This will open config. d) Enable SSH, set password for 'pi' user. Also, set Wi-Fi. install it in … Continue reading Raspberry Pi + arduino communicatoin