Steve Holden
Steve Holden
In _introducing-decorators.ipynb_ we apply a class decorator, `barking()`, to two instances, the first of a class with one applicable method, the second of a subclass of that class with two...
Per the recently-completed context manager notebook: ### Possible Discussions - What else is a context manager - Writing a contect manager - Handling in-context uncaught exceptions ### And, of course,...
This improves a single paragraph which did not clearly reflect the intent of implementing the `dataclasses.MISSING` sentinel.
I can establish device ATSAMD20E18 as my device, but not ATSAMD20E18A. Using JLink Commander, either device appears to be acceptable.
`assert` statements are used to validate values in Textual, for example [here](https://github.com/Textualize/textual/blob/f474222a3c4635f6c233b57522162694e9e99673/src/textual/_animator.py#L75-L88). Given that Python, when run with the `-O` or `-OO` option silently removes such statements, when anyone attempts...
Rewrite introductory text for better comprehension and marketing :-)
The attached code causes an exception when it executes the `output.write(outfile)` statement at line 58. The program appears to work with PyPDF2. The zip file also includes a data file...
Surely it is possible to configure the admin representation of users so they are shown alphabetically, with email addresses attached, as in Steve Holden ([email protected]) Certain aspects of the admin...
When a would-be sponsor signs up through a web account the information sits in the database without any notification. This is generally not the best way to treat would-be sponsors....
Hi there. I couldn't see such a discussion in progress, and the roadmap says "GitHub issues are a great place to discuss ideas." So here we are. I think the...