How to Learn to Code – Python for Data Science
Welcome 👋
This site hosts the UNC How to Learn to Code Python curriculum.
Read lessons here, run small code snippets live in your browser, or launch the full notebook in Google Colab with one click.
Lessons
(Rows link to the rendered lesson pages; the right-hand URL opens the same notebook in Colab.)
Try an interactive Pyodide cell
Below is a small Python snippet running in your browser via Pyodide. Click Run Code to execute it:
sum([10, 20, 30, 40, 50])