blog.sajamedtech.comUnderstanding Strings: The Building Blocks of Text in PythonWelcome to Episode 7 of The Medical Coder’s Path! In Episode 6, we introduced Python data types and provided a general overview of collections like lists, tuples, and dictionaries. Now, in Episode 7, we’ll begin exploring each data type one by one, s...Aug 22, 2025·7 min read
blog.sajamedtech.comEpisode 6: Exploring Data Types in PythonIn the world of healthcare, we deal with a wide range of data, from patient names and lab values to imaging files and diagnosis reports. Before we can analyze or process this data using Python, we need to understand what type of data we are working w...Jul 24, 2025·7 min read
blog.sajamedtech.comEpisode 5: Understanding Variables in PythonWelcome back to The Medical Coder’s Path! In the previous episode, you wrote your very first lines of Python code. You learned how to use the print() function, create basic variables, and write comments. Now, we will dive a bit deeper into an importa...Jul 17, 2025·5 min read
blog.sajamedtech.comEpisode 4: Writing Your First Python CodeWelcome back to The Medical Coder’s Path!If you have been following along, you should now have your Python environment ready, whether you are using VS Code, Anaconda, Google Colab, or even your phone. Now it’s time for the exciting part: writing your...Jul 16, 2025·7 min read
blog.sajamedtech.comEpisode 3: Setting Up Your Python EnvironmentWelcome to Episode 3 of The Medical Coder’s Path! In this article, we will set up your Python environment so you are ready to start coding in the next episode, whether you are using a laptop, a smartphone, or just want to code in your browser. I will...Jul 15, 2025·5 min read