A lesson on reducing repetition and structuring code into reusable functions.
Topics
Tagged Content
Explorer
Everything currently tagged Explorer across Chips’nCode.
A lesson on reading tracebacks, isolating problems, and using a reliable debugging routine.
A lesson on storing collections of values and presenting them clearly in summaries.
A lesson on repetition, validation, and structuring repeated actions in Python.
An introduction to conditional logic and decision-making in Python programs.
A lesson on collecting user input, converting types correctly, and using what the user enters.
An introduction to strings, numbers, and boolean-style thinking through the Explorer build.
A lesson focused on storing information and reusing it clearly through variable names.
An introduction to output and the cycle of writing, running, and checking Python code.
The central chapter hub for the Explorer sequence across output, variables, input, logic, loops, lists, functions, and debugging.
The opening Explorer chapter introducing what code is and what it means to make a simple Python program run.