it’ll take a while to reach 3.141 or 3.1415
Eager Eagle
- 3 Posts
- 551 Comments
you can actually call it from command line in this release:
$ 𝜋thon --version Python 3.14.0
Eager Eagle@lemmy.worldto
Programmer Humor@programming.dev•When you screw up gitEnglish
2·2 months agoIt exists too, it seems to be a support line from British Columbia, CA
and the more we vibe code, the more it thinks
Eager Eagle@lemmy.worldto
Programmer Humor@programming.dev•The only way one should code C btw.English
7·2 months agoDon’t forget the keyboard shortcuts. Office products would change shortcuts according to the language, so it would be more mnemonic. Ctrl-F for find and Ctrl-B for bold would be reassigned to whatever initials that language had. Fun! /s
Eager Eagle@lemmy.worldto
Programmer Humor@programming.dev•Master vs main (again)English
10·2 months agoI work on a few repos that have branches that are rarely merged to the default one and it’s quite annoying
Eager Eagle@lemmy.worldto
Programmer Humor@programming.dev•Master vs main (again)English
22·2 months agodoesn’t matter:
maTAB
ah, it’s a massive improvement. Everything is in your project dir, so you can move it around. But uv is the fastest package manager, so reinstalling most things doesn’t take time; with the exception of dependencies that need to compile code in different langs.
uvmostly gets rid of the “venv activation” thing (mostly bc you can still use it if you really want, but you don’t need to), you can douv run main.pyand it’ll just work, no need to even install packages explicitly, it’ll also do that for you and make sure youruv.lockis in sync with your environment.it’s the most hassle-free experience I’ve had with python, by a long shot.
whoa, that email is wild, wtf
it’s not even just a shitpost troll you can shrug off, what’s wrong with that person
[object Object]?[object Object]
Eager Eagle@lemmy.worldto
Programming@programming.dev•Why Is Python So Popular in 2025?English
3·2 months agouv. Is like cargo for Python.
I think pip should be PyPI, which makes it even more insulting
Eager Eagle@lemmy.worldto
Programmer Humor@programming.dev•stop over engineeringEnglish
231·2 months agograpql in a nutshell
Eager Eagle@lemmy.worldto
Programming@programming.dev•Why Is Python So Popular in 2025?English
31·2 months agoI’ve written C, JS, PHP, and a few others. Today I write Python almost everyday and wouldn’t trade it for any of them. Maybe Rust, but not because of brackets.
Eager Eagle@lemmy.worldto
Programming@programming.dev•Why Is Python So Popular in 2025?English
52·2 months agoIt does make it easier to read. We primarily use indentation to match brackets, so clearly, indentation is the most important readability feature between the two, not brackets.
Try reading the same piece of code: without brackets, and then without whitespaces and tell me which is better.
Whitespaces as syntax force you to indent your code properly and not be misleading.
Eager Eagle@lemmy.worldto
Programming@programming.dev•Why Is Python So Popular in 2025?English
6·2 months agoIn the Python documentary they mention the early creation of numeric as an alternative for closed options like Matlab; which led to Python being used in the sciences and data processing. Then later it became the natural choice for machine learning in the early 2010s and the AI explosion of 2020+.
Eager Eagle@lemmy.worldto
Programming@programming.dev•Why Is Python So Popular in 2025?English
4·2 months agoIf compilation takes more than a few single-digit seconds, IME, it breaks the development flow when you’re working on small fixes.
aamoooopTttt*




it’s fine, python releases don’t use semantic versioning