materials icon indicating copy to clipboard operation
materials copied to clipboard

Bonus materials, exercises, and example projects for our Python tutorials

Results 86 materials issues
Sort by recently updated
recently updated
newest added

Bumps [black[jupyter]](https://github.com/psf/black) from 24.4.2 to 24.8.0. Release notes Sourced from black[jupyter]'s releases. 24.8.0 Stable style Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#4363)...

dependencies

**Where to put new files:** - New files should go into a top-level subfolder, named after the article slug. For example: `my-awesome-article` **How to merge your changes:** 1. [Make sure...

**Where to put new files:** - New files should go into a top-level subfolder, named after the article slug. For example: `my-awesome-article` **How to merge your changes:** 1. [Make sure...

**Where to put new files:** - New files should go into a top-level subfolder, named after the article slug. For example: `my-awesome-article` **How to merge your changes:** 1. [Make sure...

**Where to put new files:** - New files should go into a top-level subfolder, named after the article slug. For example: `my-awesome-article` **How to merge your changes:** 1. [Make sure...

**Where to put new files:** - New files should go into a top-level subfolder, named after the article slug. For example: `my-awesome-article` **How to merge your changes:** 1. [Make sure...

**Where to put new files:** - New files should go into a top-level subfolder, named after the article slug. For example: `my-awesome-article` **How to merge your changes:** 1. [Make sure...

**Where to put new files:** - New files should go into a top-level subfolder, named after the article slug. For example: `my-awesome-article` **How to merge your changes:** 1. [Make sure...

**Where to put new files:** - New files should go into a top-level subfolder, named after the article slug. For example: `my-awesome-article` **How to merge your changes:** 1. [Make sure...

When selecting specific Ruff rules, I think we need to add W292 so that it checks for final newlines in code files. (Might be that black is doing that in...