---
title: Python
date: 2025-12-31T21:43:34Z
modified: 2025-12-31T21:53:16Z
permalink: "https://www.micheledpierri.com/python/"
type: page
status: publish
excerpt: ""
wpid: 2441
timestamp: 2025-12-31T21:53:16Z
tags: []
---

![Children dressed in lab coats are studying a python](https://www.micheledpierri.com/wp-content/uploads/2025/12/PythonCourse-1024x585.webp)

## Python Foundation

**Python Foundations** is a hands-on introduction to Python for physicians, researchers, and healthcare professionals. The course assumes no prior programming experience and builds the practical skills you need to work with medical data, automate routine tasks, and prepare for more advanced topics in statistics, data analysis, and machine learning.

 [ Start from Lesson 1 → ](/data-analysis/introduction-to-data-analysis/)## Python Lessons

1. [Why Python for Medicine and Data Science](/python/why-python/)
2. [Setting Up Python and VS Code](/python/setup/)
3. [Variables and Basic Syntax](/python/variables/)
4. [Core Data Types](/python/data-types/)
5. [Control Flow](/python/control-flow/)
6. [Functions and Code Reusability](/python/functions/)
7. [Collections: Lists, Tuples, Sets, and Dictionaries](/python/collections/)
8. [Modules, Packages, and File Handling](/python/modules-files/)
9. [Errors, Exceptions, and Robust Code](/python/errors-exceptions/)
10. [Object-Oriented Programming in Python](/python/oop/)
11. [Intermediate Python: List Comprehensions, Lambda, \*args and \*\*kwargs](/python/intermediate/)
12. [Wrap-Up Project: Cardiology Risk-Factor Audit](/python/cardiology-audit/)