Regular Expressions — Topic Summaries
AI-powered summaries of 7 videos about Regular Expressions.
7 summaries
Python Tutorial: re Module - How to Write and Match Regular Expressions (Regex)
Regular expressions in Python become practical once you learn how to (1) pass patterns safely into `re`, (2) interpret matches via spans and groups,...
Linux/Mac Terminal Tutorial: The Grep Command - Search Files and Directories for Patterns of Text
Grep is a fast way to search for text patterns across files and directories from the Linux or Mac terminal, and mastering its options turns a simple...
How to Use ChatGPT as a Powerful Tool for Programming
ChatGPT can function as a practical programming copilot: it can generate working code from plain-English prompts, improve existing code, and...
First hour with a Kaggle Challenge
A large Kaggle collection of scholarly COVID-era articles can be mined for concrete biomedical facts by treating the dataset like messy, nested JSON...
Notion Formulas 2.0 – Advanced Masterclass
Notion’s new “formulas 2.0” language unlocks list-based programming inside Notion—letting users sort, slice, map across related pages, and even build...
Notion Formulas for Beginners: The Complete Course
Notion formulas can turn a basic database into interactive, data-driven tools—starting with clickable links, then building real progress indicators,...
Note Naming in a Zettelkasten (physical and digital)
A well-run Zettelkasten depends less on fancy software and more on disciplined naming: each note needs a file name that (1) reveals what’s inside at...