jdev - 2022-01-25


  1. moparisthebest

    I thought the python devs might like this one https://twitter.com/apccurtiss/status/1461802911277662215

  2. Zash

    π‘–π‘›π‘‘π‘’π‘Ÿπ‘›π‘Žπ‘™ π‘ π‘π‘Ÿπ‘’π‘Žπ‘šπ‘–π‘›π‘” 𝑖𝑛𝑑𝑒𝑛𝑠𝑖𝑓𝑖𝑒𝑠

  3. 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

  4. jonas’

    python is indeed very batteries included

  5. moparisthebest

    Zash had the correct reaction haha