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