I am working on two Python cheat sheets. The first one is ready for review . It covers the basics of Python. The second one, still in develo...
Read more »
I’ll take you step by step through how I recovered the source code of remapped compiled Python opcodes. (more…)
Read more »
Chattanooga, Tenn. (January 16, 2015) – The Tennessee Aquarium’s Electric Eel, Miguel Wattson (@EelectricMiguel), is now the conductor of his very own Twitter account. As shocking as it may seem, this fish uses his unique abilities to trigger tweets. “In ... (more…)
Read more »
Extending Python has been a core feature of the platform for decades, the Python runtime provides a “C API”, which is a set of headers and… (more…)
Read more »
Dependency injection is a controversial topic. There are known problems, hacks, and even whole methodologies on how to work with DI frameworks. It is not the case when using functional approach: which is simple and explicit. (more…)
Read more »