Car Hacking with Python – Part 1 Data Exfiltration: GPS and Obdii/Can Bus
Create a Python car hacking device to track GPS and CAN bus data remotely from a cloud service. Read and send CAN messages from OBDII port. (more…)
Read more »
Package managers – the most popular being Pip – are an integral part of the Python ecosystem. This article provides a broad summary of the history of Python package managers.. Read more