Python’s pickle
module is a very convenient way to serialize and de-serialize objects. It needs
no schema, and can handle arbitrary Python objects. But it has problems. This
post briefly explains the problems. (more…)
Read more »
Get Sp0oky. Contribute to Mr-Steal-Your-Script/spooktober development by creating an account on GitHub. (more…)
Read more »
In this post I'll show how to JIT compile a tiny subset of Python into native
x86-64 machine code. (more…)
Read more »
Inquest lets you add log statements to python without restarting your python instance. It helps you quickly uncover what is going wrong. - yiblet/inquest... (more…)
Read more »
Using IP Webcam in
Or any other IP Camera with a .jpg image url.
By Peter Lunk. (more…)
Read more »