I was recently looking at the source of a wxPython-based GUI application, about 45.5KLOC in size, not counting the libraries used (e.g. Twisted). The code was written by Java developers who are relatively new to Python, and it suffers from some performanc... (more…)
Read more »
This video was recorded at Weehawken-Lang1 on 2020-12-09With the release of Scala 3 just around the corner and a large fraction of the library ecosystem now ... (more…)
Read more »
pyekaboo - A proof-of-concept program that is able to to hijack/hook/proxy Python module(s) thanks to $PYTHONPATH variable... (more…)
Read more »
In version 3.8, Python supports System V style shared memory. This support allows creation of memory segments that can be shared between… (more…)
Read more »