Check out my Daily Briefs. Each morning, an automated process scans a curated set of RSS feeds, summarises the key points using AI, and publishes a concise roundup to the site.
Git Crash Course for Beginners: Commands, Workflow & Terminology If you’re new to Git, you’re about to discover one of the most powerful tools in a developer’s toolkit. Git allows you to track changes, collaborate with others, and maintain different versions of your project. This comprehensive guide will take you through everything you need to know to get started with Git on Windows.
Setting Up Git Download Git and configure your identity:
...
Part 1: Getting Started with Python on Windows
Post 1: Getting Started with Python on Windows Welcome to the first post in my Python learning series. As I learn Python myself, I’ll be documenting my journey here. This first post covers the essentials to get you up and running with Python on Windows:
What Python is and why it’s worth learning Installing Python on Windows (with step-by-step instructions) Quick install notes for macOS & Linux users Writing your first “Hello, World!” program Using the Python interactive shell 1. What Is Python (and Why Learn It)? Python is a high-level, interpreted programming language that’s gained enormous popularity for good reason. After looking into various languages, I chose to learn Python because:
...
Python Learning Path: From Fundamentals to Intermediate Applications
My Python Learning Journey Welcome to my Python learning series! As a finance professional exploring programming, I’m documenting my entire journey through 17 posts that take you from absolute beginner to building practical applications.
What to Expect from This Series This series is designed for fellow finance professionals and beginners who want to learn Python in a practical, step-by-step manner. Each post builds on previous concepts while introducing new skills.
...