Spaces:
Runtime error
Runtime error
File size: 1,924 Bytes
477e2cb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ---
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)
|