this post was submitted on 02 May 2026
42 points (100.0% liked)

Python

7946 readers
1 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] NotSteve_@lemmy.ca 3 points 1 month ago* (last edited 1 month ago) (1 children)

F-strings and .format() are two features I miss from Python whenever I'm writing stuff in another language. The syntax is just so minimal yet powerful

[–] Vulwsztyn@programming.dev 1 points 1 month ago (1 children)
[–] NotSteve_@lemmy.ca 2 points 1 month ago (1 children)

Go mainly. fmt has some functions to do the same sort of formatting but I loved the minimal syntax in Python. JavaScript has a really nice syntax for it as well actually

[–] Vulwsztyn@programming.dev 1 points 1 month ago

reasonable answer