Day 1
Your First Steps in Python
Variables, data types and your first scripts.
A focused 7-day Python course for future Luxley students in Data Analytics, Data Science & AI, Data Engineering and AI Workflow. Designed for working professionals, with 1h30 to 2h of work per day.
Each day builds directly on the previous one. By Day 7 you will have written your first complete data programme and will be ready to start your main course with confidence.
| Day | Theme | Estimated duration |
|---|---|---|
| Day 1 | Your First Steps in Python | 1h30 |
| Day 2 | Strings, Operators & User Input | 1h45 |
| Day 3 | Control Flow: Decisions and Loops | 2h |
| Day 4 | Collections: Lists, Tuples, Dictionaries & Sets | 2h |
| Day 5 | Functions: Writing Reusable Code | 2h |
| Day 6 | Files, Errors & Modules | 2h |
| Day 7 | OOP, Capstone Project & Next Steps | 2h |
| Total | Approximately 13 hours | |
Day 1
Variables, data types and your first scripts.
Day 2
String manipulation, arithmetic, comparisons and input.
Day 3
if/elif/else, while and for loops, range and loop control.
Day 4
Python data structures you will use every day with pandas.
Day 5
def, return, parameters, *args, **kwargs and docstrings.
Day 6
Reading and writing files, error handling and the standard library.
Day 7
Classes, pip, virtual environments and your first full data programme.