06:22

Get Started with Python for Excel (Native Microsoft Feature in Microsoft Excel) - Beginner Course

Welcome to Learn Python for Excel! In this first module, we’re getting you set up and ready to dive into one of the most exciting advancements in data work: integrating Python directly into Excel. Whether you’re a seasoned spreadsheet user or just curious about code, you’re in the right place.
20:58

MkDocs Charts Plugin

Mkdocs plugin to include charts in your site.
Another one of those great MkDocs plugin we need to check out and install.
20:29

Write SQL Queries in...Obsidian?

Did you know you can write queries to join data across all your data sources from within Obsidian.md?I
This one is interesting. I didn’t even know you can run Python scripts in Obsidian?! Now it’s a whole new world for me.
20:51

Docker | Quadratic Docs

Deploy Quadratic with Docker to almost any hardware.
This could be a great way to test my coding skills.
17:58

Mastodon/Bluesky to Memos

A Python script that listens to your Bluesky/Mastodon posts and captures them in your Memos instance.
I’m not sure if this is something I want implemented as is, but the script could be a reference and a starting point for my future scripts.
06:42

MicroPie

MicroPie is a lightweight Python web framework that makes building web applications simple and efficient. It includes features such as routing, session management, WSGI support, and Jinja2 template rendering.
Not a single idea how this works yet, as I’m still in the journey of learning all about Python, but leaving it here for future reference.
13:53

D-Tale The Best Library To Perform Exploratory Data Analysis Using Single Line Of Code

In this video I am going to discuss about pandas visual analysis where we will perform EDA in a single line of code.
More study materials about Python, data analysis, and D-Tale.
13:52

Pip Install D-Tale: Advanced Python Dashboard

Tutorial on creating advanced python dashboard using D-Tale.
For our future consumption.
00:23

D-Tale

Visualizer for pandas data structures. Contribute to man-group/dtale development by creating an account on GitHub.
We need to learn this in order to advance our knowledge about data analysis in Python.
15:49

Everything You Need To Know About PandasGUI

PandasGUI is a Python-based library that facilitates data manipulation and summary statistics to be applied on the dataset using GUI.
This is probably a great tool as we’re learning more about Python and Pandas.