We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e794f commit b84fbb4Copy full SHA for b84fbb4
1 file changed
projects/software-development-and-cybersecurity/software-development/python/foundational/index.md
@@ -3,10 +3,15 @@ layout: default
3
title: Python – Foundational
4
---
5
6
-# Python – Foundational
+# 🧩 Python – Foundational
7
8
## 📘 Lessons
9
-- Coming soon
+- [Lesson 1: Variables & Data Types](./lessons/variables-and-data-types.md)
10
+- [Lesson 2: Control Flow (if, for, while)](./lessons/control-flow.md)
11
+- [Lesson 3: Functions & Parameters](./lessons/functions.md)
12
+- [Lesson 4: Working with Lists & Dictionaries](./lessons/lists-and-dicts.md)
13
14
## 🧪 Labs
15
+- [Lab 1: Simple Calculator](./labs/simple-calculator.md)
16
+- [Lab 2: Temperature Converter](./labs/temperature-converter.md)
17
+- [Lab 3: Word Counter](./labs/word-counter.md)
0 commit comments