Coding 101

Setting up "Scientific Mode" in VS Code: A No-Fluff Guide
Many Python programmers switching to Visual Studio Code miss one feature from Scientific Mode in PyCharm or Spyder: the ability to run lines of code one by one from a script and see your output in an IPython console (not just a terminal) — and especially the nice Pandas DataFrame visualizations. Here's how to set it up.

Set up Obsidian Syncing Across Devices (Free)
A guide to set up Obsidian to sync across your devices without paying a monthly subscription fee.

Getting started coding: A no-nonsense, no-fluff guide
There are so many great coding tutorials on the internet, but they all seem to dive into code rather than explaining what is going on from a ten thousand foot view. That's why we wrote this guide.