Robert Wallace
@siliconchaos
Great video on map/filter in #Python: youtube.com/watch?v=ylzo04… “If performance is really important to you, don’t use Python.” — ArjanCodes Totally agree. I use Python to get results fast and move on. If performance ever matters, rewrite the slow parts in a compiled language. As