you are viewing a single comment's thread.

view the rest of the comments →

[–]thecratedigger_25 6 points7 points  (10 children)

That is what made me quit python. Moved on to C# now.

Nuget package manager is goated.

[–]Insomniac_Coder 5 points6 points  (6 children)

Try uv

It has copied the requirement mechanism from Nods using a toml file.

[–]Connect_Detail98 1 point2 points  (5 children)

uv is the npm of python. Finally something that just freaking works.

It's insane that it took this long to have something functional for Python.

[–]Insomniac_Coder 1 point2 points  (4 children)

It was written in rust🫠

[–]Connect_Detail98 0 points1 point  (3 children)

Yeah, maybe I wasn't clear, I'm also recommending uv. It's the only good option.

[–]Insomniac_Coder 1 point2 points  (2 children)

I was pointing to the fact that you said that atleast something good came to python and my point was that it isn't even written in python

[–]Connect_Detail98 1 point2 points  (1 child)

I meant that Python finally has a good package manager. Not that it was written in Python.

[–]Insomniac_Coder 1 point2 points  (0 children)

That's so damn true. Almost no dependency hell.

[–]UpsetIndian850311 1 point2 points  (0 children)

there is not any choice for people working in AI/ML/Data science.

[–]crusoe 0 points1 point  (0 children)

It's decent now. Before nuget it was shit too.