Data Preprocessing: SQL vs. Python

Raw data could be messy and inconsistent. Before any meaningful insights can be generated, the first thing we need to do is to clean and explore the data, which leads us to the important question: what tool should we use to facilitate this crucial step? Generally speaking, there are two Continue reading Data Preprocessing: SQL vs. Python

Using Conda in VS Code: Why It Matters and How to Do It

When helping coworkers and fellow students set up their VS Code environments,  I’ve noticed that understanding how to properly install, activate, and use Conda is one of the biggest challenges. For anyone working in data science, Conda is an essential tool that simplifies package management by creating isolated environments, which Continue reading Using Conda in VS Code: Why It Matters and How to Do It

Creative Coding – What are the Monsters in the Dark?

Sketch a monster. Now, sketch it using only Python. How simple is it to remove the colored pencils and only use code? For me, it was surprisingly challenging.   My goal was to explore creative coding as a way to practice my Python skills while engaging with my more imaginative side. Continue reading Creative Coding – What are the Monsters in the Dark?

Bridging the Gap: How Learning a Foreign Language Can Enhance Your Programming Skills

computer code

Like many students at the Institute, I completed the PCEP (Entry Level Python Programmer) certification, which solidified my grasp of Python programming fundamentals. However, my programming journey is far from over. While strengthening my coding skills, I have noticed many similarities between learning a programming language and a foreign language. Continue reading Bridging the Gap: How Learning a Foreign Language Can Enhance Your Programming Skills