this post was submitted on 02 Oct 2025
71 points (93.8% liked)

Programming

22979 readers
304 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] furrowsofar@beehaw.org 5 points 4 days ago* (last edited 4 days ago) (1 children)

Presumably because it minimizes developer time in writing code and is easy to use and it come with great libraries. That is why I have been using it since 1998.

Edit: People use to think I was crazy using Python. It was interesting seeing people slowly get a clue over the years.

[–] Feyd@programming.dev 5 points 4 days ago (2 children)

It minimizes greenfield development time and increases it later for anything at scale. It's the mongodb of programming languages.

[–] Flamekebab@piefed.social 1 points 4 days ago (2 children)

That doesn't sound like much of a "gotcha". The requirements for small stuff and big stuff are drastically different.

[–] QuazarOmega@lemy.lol 1 points 3 days ago

But isn't mongo webscale?? °O°

[–] Feyd@programming.dev 4 points 4 days ago (1 children)

Good thing python only gets used for small stuff then /s

[–] Flamekebab@piefed.social 2 points 4 days ago (2 children)

...and people use MS Excel as a database, it's not the fault of the tech that people force things to do things they're not designed for.

[–] furrowsofar@beehaw.org 1 points 4 days ago (1 children)

Reason I started using Python. C takes too much effort, Excel VBA is nut over 100 lines. Matlab or Python would be the next step. Matlab is nuts too in many ways.

[–] Flamekebab@piefed.social 1 points 4 days ago

I started doing CS50 way back when and pretty much bailed when it got to C. I could understand it but it felt like I had to build the entire universe to do the simplest of things.

I like that with Python I can knock something together quickly enough to justify the time it takes. Having to do something manual and repetitious at work? Knock out a Python script to make it less error prone in future. If it took a lot of time I'd just have to suck it up and suffer through.

[–] Feyd@programming.dev 1 points 4 days ago (1 children)

You seem to think I'm saying python shouldn't be used at when all I said was it increases development time for projects at scale.

[–] Flamekebab@piefed.social 3 points 4 days ago

Fair enough, it read to me as a "gotcha" (as in "if python is do great then why can't it..."). I've spent too much time on places like Reddit where every interaction is three seconds from becoming a knife fight!