My last article was about Creating a Serverless Python API Using AWS Lambda & Chalice. (more…)
Read more »
2to3 is a Python program that reads Python 2.x source code and applies a series
of fixers to transform it into valid Python 3.x code. The standard library
contains a rich set of fixers that will handle almost all code. 2to3 supporting
library lib2to3 is...
Read more »
Build a car hacking spy device to remotely read and send CAN commands and track GPS location. All based on open source software/hardware. By Marcelo Sacchetin. (more…)
Read more »
How to build a dynamic instrumentation agent for Python Security. From Python instrumentation to recovering from callback errors or allowing arbitrary callbacks.
Read more »