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

Python

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

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