-
moparisthebest
I thought the python devs might like this one https://twitter.com/apccurtiss/status/1461802911277662215
-
Zash
πππ‘πππππ π ππππππππ πππ‘πππ πππππ
-
defanor
I gave Python another try recently, rewrote a program in it. Was surprised by it having everything needed in the standard library: even a Telnet client, an sqlite library, and though it didn't have a path search on graphs that I needed, it had heap queues (making it easy to implement optimized Dijkstra's algorithm). And with HMAC too: checked now, it is in the standard library -- https://docs.python.org/3/library/hmac.html
-
jonasβ
python is indeed very batteries included
-
moparisthebest
Zash had the correct reaction haha