Your goal
I want to build and deploy my first Python application.
In your own words. One sentence is enough.
Early access
A course built around what you want to be able to do — and nothing counts as learned until you have shown it.
Built around your goals, context, and pace.
Adjusts to your progress and closes your gaps.
Show what you can do with credible evidence.
Inside a lesson
A lesson is a sequence you finish by demonstrating it.
Stage 1 of 4
One idea, a worked example, and the output you should expect.
Before installing anything, ask the machine what it already has. The interpreter reports its own version, and the answer decides everything that follows.
A version below 3.9 is why the next step is an install rather than a shortcut.
Stage 2 of 4
A question you have to answer, not a page you have to read.
Your terminal prints Python 2.7.18. What does that tell you?
Correct
Python 2 and Python 3 are different interpreters and can sit side by side. The version string is reporting a real install — just not the one this course needs.
Understand — example reviewed
Stage 3 of 4
Code you write and run. Graded on what it actually printed.
Write a script that reports the interpreter it is running under, so you can prove which Python executed it.
PassedRan, and matched the expected interpreter.
Graded on 3 checks, including one you do not see.
Check — 3 of 3 correct
Stage 4 of 4
What the assessment recorded, and what it opened.
Final assessment · 6 of 7 correct
Installing and verifying a Python interpreter
DemonstratedAnswered correctly across the checks, and applied in a practical that ran on real output.
Now open
Lesson 1.3 · Setting Up Your Development Environment
The one missed question became a review item, not a reset.
Build — practical passed
What progress means
Recorded concept by concept. Where there is no evidence, Ubilum says so instead of guessing.
Illustrative · updated after this lesson
Installing and verifying Python
Verified through a knowledge check and a completed practical task.
Check 3 of 3
Practical passed
Continue
Reading version output
Check 2 of 3
Targeted practice
Using a virtual environment
No evidence yet
Check first
Ubilum is being built now. Leave your email and we’ll write when it is ready for you.