this post was submitted on 18 Nov 2024
36 points (89.1% liked)

Python

6392 readers
61 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 47 points 2 days ago (16 children)

Python is by far the fastest to write, cleanest, more maintainable programming language I know

Maintainable? I have not ever had to work with any large Python projects, but from what I have heard, maintenance is a large pain point.

[–] FizzyOrange 8 points 2 days ago (1 children)

It's not too bad if you strictly enforce Pyright, Pylint and Black.

But I have yet to work with Python code other than my own that does that. So in practice you are right.

[–] [email protected] 4 points 2 days ago

There are dozens of us. Dozens!

load more comments (14 replies)