Bruce Eckel
Bruce Eckel
I've switched over to using Rye for all my Python examples and am quite pleased with how it's developing. I hope to see it continue to evolve into a complete...
### Steps to Reproduce I did a `rye self update` just now and my Windows Defender (I'm on Windows 11) fired up and said it contained the "Bearfoos" virus and...
Under this header: https://trio.readthedocs.io/en/stable/contributing.html#documentation At the beginning of the 2nd paragraph: "For docstrings, we use [the Google docstring format](https://www.sphinx-doc.org/en/3.x/usage/extensions/example_google.html#example-google-style-python-docstrings)." The link goes to a 404 page.
At least, not when I search for it in the search box on the Table of Contents. Perhaps this was intentional? Thanks for all the great work on this.
This works fine on CPython, but breaks when run in Pyoxidizer using `python_config.run_filename`: ```python from concurrent.futures import ProcessPoolExecutor import math import time import os def cpu_intensive(n: int, multiplier: int) ->...
I ran the site through https://validator.w3.org/checklink error Line: 1971 http://www.oreilly.com/programming/free/files/functional-programming-python.pdf redirected to https://www.oreilly.com/programming/free/files/functional-programming-python.pdf Status: 301 -> 404 Not Found The link is broken. Double-check that you have not made any...
[Why we need a Python functional programming initiative: a manifesto](https://www.leftfile.org/) - Leftfile 2023 Takes you to a page that says: "This service has been suspended by its owner."
The readme says "You can install from source with stack." Stack does work on Windows, but it would be nice to indicate whether it works so people know whether to...
On this page: https://returns.readthedocs.io/en/latest/pages/contrib/mypy_plugins.html#mypy-plugins The second sentence below: https://returns.readthedocs.io/en/latest/pages/contrib/mypy_plugins.html#configuration Is: You can also use [nitpick](https://wemake-python-stylegui.de/en/latest/pages/usage/integrations/nitpick.html) tool to enforce the same mypy configuration for all your projects. That link goes to...