Skip to content

Commit b84fbb4

Browse files
index
1 parent 07e794f commit b84fbb4

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

  • projects/software-development-and-cybersecurity/software-development/python/foundational

projects/software-development-and-cybersecurity/software-development/python/foundational/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ layout: default
33
title: Python – Foundational
44
---
55

6-
# Python – Foundational
6+
# 🧩 Python – Foundational
77

88
## 📘 Lessons
9-
- Coming soon
9+
- [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)
1013

1114
## 🧪 Labs
12-
- Coming soon
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

Comments
 (0)