Spaces:
Runtime error
Runtime error
| title: Learn Python | |
| description: > | |
| These notebooks will help you learn the basics of Python | |
| programming in an easy, interactive way. | |
| You can open and run these notebooks in [molab](https://molab.marimo.io), marimo's free hosted notebook platform. | |
| ## Notebooks | |
| - [](https://molab.marimo.io/github/marimo-team/learn/blob/main/python/01_numbers.py) Numbers | |
| - [](https://molab.marimo.io/github/marimo-team/learn/blob/main/python/02_strings.py) Strings | |
| - [](https://molab.marimo.io/github/marimo-team/learn/blob/main/python/03_collections.py) Collections | |
| - [](https://molab.marimo.io/github/marimo-team/learn/blob/main/python/04_conditional_logic.py) Conditional logic | |
| - [](https://molab.marimo.io/github/marimo-team/learn/blob/main/python/05_loops.py) Loops | |
| - [](https://molab.marimo.io/github/marimo-team/learn/blob/main/python/06_dictionaries.py) Dictionaries | |
| - [](https://molab.marimo.io/github/marimo-team/learn/blob/main/python/07_advanced_collections.py) Advanced Collections | |
| - [](https://molab.marimo.io/github/marimo-team/learn/blob/main/python/08_functions.py) Functions | |
| - [](https://molab.marimo.io/github/marimo-team/learn/blob/main/python/09_modules.py) Using Modules | |
| - [](https://molab.marimo.io/github/marimo-team/learn/blob/main/python/10_exceptions.py) Handling Errors | |
| ## Contributors | |
| Thanks to our notebook authors: | |
| * [Srihari Thyagarajan](https://github.com/Haleshot) | |