NEBians
search Sign In Register
data_object
Coding Adventures Ages 12-19 Intermediate

Python Playground

Python is the world's most popular programming language — the one behind AI, data science, and the tools at NASA and Google. This course runs real Python right in your browser: type code, press Run, see output instantly. Learn printing and f-strings, master loops and logic, build functions that pass Neby's secret tests, and finish with a real project: a NEB marks-to-grade calculator. Friendly error messages point you at the exact line whenever something goes wrong.

You will learn: donePython syntax and printing doneVariables and f-strings doneLoops, conditions and logic doneLists and functions doneBuilding a complete program
play_arrow Start course play_lesson4 lessons schedule~80 min total

Lessons

1 waving_hand Hello, Python! Your first real Python: print messages, store values in variables, and weave them into sentences with f-strings. Coding game 15 min done 2 all_inclusive Loops & Logic Count with for and range, decide with if/elif/else, repeat with while — then beat the Fizz boss challenge. Coding game 20 min done 3 list_alt Lists & Functions Store collections in lists, grow them with append, and write functions that survive Neby's secret tests — including biggest(). Coding game 20 min done 4 workspace_premium Final Quest: Grade Calculator The graduation project: build a real NEB marks-to-grade calculator with grade bands, averages and a formatted report. Coding game 25 min done