I recommend you ignore this guys takes, he’s posted a lot of wild and controversial takes on other topics and honestly it’s not like we have too much posts in this community anyway. Post if you like, up- and downvotes are meant to give and indication of what people think. Not a single person. Conversation is good even if it’s on a alpha release!
Doccool
- 0 Posts
- 9 Comments
Doccool@lemmy.worldto
Python@programming.dev•Python on the Edge: Fast, sandboxed, and powered by WebAssembly
2·11 months agoOkay, I guess I must be missing something cause somehow I’m not understanding how it works
Doccool@lemmy.worldto
Python@programming.dev•Python on the Edge: Fast, sandboxed, and powered by WebAssembly
2·11 months agoELI5 why is this better than something like ECS or a Lambda?
Doccool@lemmy.worldto
Python@programming.dev•Avoiding boilerplate by using immutable default arguments
4·1 year agoOh wow! This would be great I really hope it’s accepted and implemented, makes a lot of sense!
Doccool@lemmy.worldto
Python@programming.dev•Pyrefly vs. ty: Comparing Python’s Two New Rust-Based Type Checkers
1·1 year agoVery interesting! I have been waiting for ty (or rather red-knot) for a long time. Still holding out for a few more features, probably end of year, before swapping over.
Doccool@lemmy.worldto
Python@programming.dev•A year of uv: pros, cons, and should you migrate
1·2 years agoReal Python is great in general! They explain stuff well and correctly. I don’t know if it’s good for learning start to finish, but at least if there’s a specific topic you need to deep diver deeper into. It’s my go tho when exploring a new python related topic.
Doccool@lemmy.worldto
Python@programming.dev•A year of uv: pros, cons, and should you migrate
5·2 years agoThe article quite clearly mentions competition:
Because I’m a freelancer dev, and also a trainer, I get to navigate those waters and I’ve seen all other tools fail spectacularly. pyenv, poetry, pipenv, pdm, pyflow, pipx, anaconda…
As well as discusses anaconda later in relation to CLI and GUI.
The speed is really fantastic, there’s nothing else I can say. If you don’t see a benefit, the it’s fine of course. But going from insanely long resolution times in my previous work place using conda to now resolving stuff in a matter of seconds is incredible. uv is the first tool I have used for Python that just feels right.
I recommend listening to the podcast from Real Python that talks with Charlie, they discuss the commercial aspect https://realpython.com/podcasts/rpp/238/
Conda is, to the alternative already mentioned, a great way to keep different versions of python and it’s packages for each project!
Same honestly. Mypy is sooo slow… Very excited for the emerging landscape with both Ty and Pyrefly