Al Sweigart is an accomplished developer, conference speaker, teacher, and origamist. But some may know him best for his numerous Python programming books, such as Automate the Boring Stuff with Python. (more…)
Read more »
Nornir is an automation framework written in python to be used with python. Most automation
frameworks hide the language they are written in by using some cumbersome pseudo-language
which usually is almost Turing complete, but lacks tooling to debug and t... (more…)
Read more »
In this episode, we take a look at python’s defaultdict function and Counter class in the collections library. 00:00 - Introduction 00:22 - Creating events 0... (more…)
Read more »
As a scientist, interacting with data allows you to gain new insight into the phenomena you’re studying. If you read the New York Times, the D3 docs or you browse distill, you’ll see im… (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 »