• jagoan@lemmy.world
    link
    fedilink
    arrow-up
    101
    ·
    11 months ago

    Isn’t Wordpress powering like 40% of the internet? PHP isn’t going anywhere anytime soon.

    For me the weirder part of that meme is Python in 2022?

    • Zeppo@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      36
      ·
      edit-2
      11 months ago

      12 years after we learned Flask. 19 years after Django, which also was apparently hot 2 years before it was released.

    • Kerandir@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      11 months ago

      Can you elaborate on the python part? I’m not a programmer ( I don’t work in the field but I studied programming in high school) but I see python mentioned everywhere, is the language obsolete?

      • jagoan@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        11 months ago

        It’s not obsolete, it’s very good, still is. Just that Flask and Django both built on top of Python. So if it’s like late 90s or early 00s. Definitely before either Django / Flask. Python isn’t the new and thing of 2022.

    • EnderMB@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      11 months ago

      IMO, Ruby is a better Python than Python. It’s simpler, has a cleaner syntax, and if you want to do funky stuff metaprogramming can allow you to do cool, and sometimes unspeakable things. Python has great library support, and slowness and Rails did make Ruby unpopular for a bit, but I would love to see a Ruby resurgence that wasn’t to do with Rails, because it is truly a lovely language to use.

      Hell, I would say that in 2023, it’s easier/faster to get something set up and working in Rails than it is with frameworks like Symfony, Express, ASP.NET, etc.