The Move to Python 3 Begins https://lobste.rs/s/e1oalq #python
https://www.eveonline.com/news/view/the-move-to-python-3-begins
python
:Authenticity incoming:
One thing that isn't always obvious about open source projects is how they keep going year after year.
I've worn a lot of hats in the eight years maintaining this project. In today's economy, I'm back to my roots teaching what I know best: tech.
I'll keep these posts to a minimum here, but for those interested in learning more tech regularly, you can follow my personal account here:
#BastilleBSD #FreeBSD #Python #InfoSec #Learning #training #cybersecurity
Tracing np.add, all the way down https://lobste.rs/s/eocel9 #c #python
https://blog.veitheller.de/numpy.html
Functionally Zen [Seven tenets for keeping Python codebases simple] https://lobste.rs/s/ic3xiy #python
https://testdouble.com/insights/functionally-zen
RE: https://fosstodon.org/@novelwriter/117218912909489410
I made some pretty significant changes under the hood for this release, which introduces real Qt threading, something that wasn't really used properly before. (Spell checking now runs off the main UI thread.)
The risk here is that the Python garbage collector isn't really designed for running on multiple threads. I now handle it the same way Calibre does.
I've spent many hours working on my own projects with this version, and it has been very stable on my system.
Teaching NumPy’s ufuncs new tricks https://lobste.rs/s/fvdo91 #c #python
https://labs.quansight.org/blog/teaching-numpys-ufuncs-new-tricks
