this post was submitted on 25 Jun 2025
24 points (90.0% liked)

Python

7250 readers
3 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
 

This is a question for people more experienced with Python, but everybody feel free to answer if you feel like you can provide something decent to the discussion.

Also feel free to explain why you feel that way and your experiences with Python and the paradigms.

you are viewing a single comment's thread
view the rest of the comments
[–] LodeMike@lemmy.today 1 points 2 days ago (4 children)

Neither: it's a piece of shit.

If I had a gun to my head and had to answer, it'd be procedural because scopes are a lie in this language.

[–] FooBarrington@lemmy.world 2 points 2 days ago (3 children)
[–] LodeMike@lemmy.today 0 points 2 days ago* (last edited 2 days ago) (2 children)

Python is good if you need to write a hundred or two or maybe three lines of code.

Its not good for large programs.

Conversely its good for large systems. Facebook makes all its microservices in python because the data model and how that scales along with data safety matters much more than a microservice taking 10-100 times as long to execute.

I consider it a scripting language. Just one without integer++ for some goddamn reason.

[–] el_bhm@lemm.ee 0 points 2 days ago

Python is good if you need to write a hundred or two or maybe three lines of code

Sooooo, any language?

load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)