this post was submitted on 02 Oct 2025
69 points (94.8% liked)

Programming

24452 readers
172 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
[–] namingthingsiseasy@programming.dev 48 points 3 months ago (42 children)

My opinion: Python may not be the best at everything it does, but it's in the top 3-5 languages in the following areas:

  • Very easy to install, write and understand
  • Great libraries for a lot of applications
  • Large community, lots of people with experience in it

It will always be a practical choice for those reasons. There are probably a lot more as well that I can't think of at the moment.

[–] masterspace@lemmy.ca -5 points 3 months ago (21 children)

Python is popular because it's whitespace based syntax make noobs think it's easy to read. This and it's pre-installation on Linux made it popular amongst academics who embraced it for data analysis. This lead to a lot of data scientists embracing it and writing libraries for it which created a virtuous cycle in that arena.

And it's a damn shame because Python, and it's whitespace nonsense and lack of type system, is a horribly impractical language for building anything at scale.

[–] GammaGames@beehaw.org -1 points 3 months ago (2 children)
[–] Feyd@programming.dev 8 points 3 months ago (1 children)

It has optional type annotations for use by linters*

[–] GammaGames@beehaw.org 1 points 3 months ago
load more comments (18 replies)
load more comments (38 replies)