Python now has support for type hints. In this article, we will see how to enable better IntelliSense and type checking analysis in VSCode. (more…)
Read more »
The problemLet's say you have more than one version of Python installed on your machine. What version does python3 point to? If you said, "the newest version", you may actually be wrong. That's because python3 points at the last version of Python you inst... (more…)
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 »