• 0 Posts
  • 15 Comments
Joined 9 months ago
cake
Cake day: October 1st, 2023

help-circle


  • Piggybacking onto this to mention my go-to online RegEx editor: RegExr. It lets you test the regex as you type, explains the particular symbols used, as well as has a sidebar where you can see different pattern types categorically. I’ve been using it for almost 2 years now, and haven’t had any reason to use much else (after I discovered this).










  • malijaffri@feddit.chto> Greentext@lemmy.mlAnon meets a guy online
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    8 months ago

    Honestly, it’s a love-hate relationship. There’s nobody they hate more than the other, at the same time there’s nobody who understands them better than the other.

    Even then, the hate is mostly political. It’s politically beneficial to both countries to keep the hate flowing.

    Source: am Pakistani.




  • malijaffri@feddit.chtoProgrammer Humor@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    9 months ago

    I’m sorry, but when was the last time you actually used Python? Python has had a switch ... case ...-like structure called match ... case ... since v3.10:

    https://www.geeksforgeeks.org/python-match-case-statement/

    As for having to import standard libraries, why should every single function of every single built-in library be included in every single Python program, much less in compiled executables? At that point, it just bloats up your file sizes and RAM usage.

    ETA: You are literally the only person in this whole thread that has such a huge problem with Python. What did it ever do to you?