Recently I encountered with very fascinating concept which is “Meta-programming in Python”. I would like to share my findings about this… (more…)
Read more »
Google has found thousands of security vulnerabilities and other bugs using Fuzzing. Now we are introducing the Atheris fuzzing engine. (more…)
Read more »
Don’t override __hash__ and __eq__ to force objects to hashable. Use immutable objects instead. (more…)
Read more »
Starting any project from scratch can be daunting task… But not if you have this ultimate Python project blueprint! (more…)
Read more »
An ultra-lightweight Python engine that can run with 4KB of RAM and 32KB of Flash (such as STM32G030C8 and STM32F103C8), and is very easy to deploy and expand. - GitHub - pikasTech/pikascript: An u... (more…)
Read more »