example-code-2e icon indicating copy to clipboard operation
example-code-2e copied to clipboard

Example code for Fluent Python, 2nd edition (O'Reilly 2022)

Results 35 example-code-2e issues
Sort by recently updated
recently updated
newest added

Bumps [starlette](https://github.com/Kludex/starlette) from 0.40.0 to 0.49.1. Release notes Sourced from starlette's releases. Version 0.49.1 This release fixes a security vulnerability in the parsing logic of the Range header in FileResponse....

dependencies
python

fix(docs): update 20-futures path to 20-executors

Fixes #61 Start the TCP server ```shell % ./tcp_mojifinder.py Building index. Serving on ('127.0.0.1', 2323). Hit CTRL-C to stop. ``` Connect to the TCP server and send a search query...

fix a typo in array-seq.ipynb, which should be tshirts instead of shirts

**Description** This PR improves the implementation of __missing__ methods across several mapping subclasses to ensure safer and more predictable behavior when attempting to access keys in a case-insensitive manner. **Problem**...