Charting the Path:

My Journey
to Becoming a

Python Developer

What I’m Working On
A brief introduction

Code Crusader: Swapping Ledgers for Loops

Hello, digital explorers!

I’m Regie Baoy, balancing the worlds of auditing and programming. As a Certified Public Accountant, I’ve honed my skills in numbers and audits, but recently, I’ve discovered a simmering passion for programming.

The challenge of solving complex problems and bringing code to life has captivated me. While continuing my work as an auditor, I’m enthusiastically diving into the realm of coding.

Join me on this exciting dual journey as I bridge the gap between ledgers and loops, evolving from an auditing expert to an aspiring full-stack developer.

language & software i want to learn
SKILLS IN PROGRESS

100 Days of Code: The Complete Python Pro Bootcamp for 2023

100 Days of Code: The Complete Python Pro Bootcamp for 2023” is an immersive online course that takes you from beginner to pro in Python programming.

Over the course of 100 days, I’ll work on 100 unique projects, learning everything from automation and web development to data science and machine learning.

The course is taught by Dr. Angela Yu, a highly-rated instructor known for her engaging teaching style. It’s a hands-on, project-based approach to learning Python, perfect for aspiring programmers like me.

PYTHON
flask
pandas
selenium
More Work

MY CODING ADVENTURE

Defining and Calling Functions, Parameters, Return Values in Python

That’s what a function is in Python. It’s a reusable piece of code that does something specific. You give it some data (we call these ‘parameters’), and it gives you back a result (the ‘return value’).

Mastering Loops in Python

Today, we’ll delve into loops – a way to repeatedly execute code based on conditions. We’ll connect this with our previous topics: conditional statements (if, else, elif) and basic Python concepts.

Understanding Conditional Statements in Python

Just as we make decisions based on certain conditions, in programming, we use if, else, and elif statements to direct the flow of our code based on certain conditions.

Understanding Input/Output in Python

Input/output operations in Python are akin to conversations between the user and the program. Let’s explore these concepts, providing comprehensive examples and explanations.