Earlier quoted context omitted.
Racket has by far the best I have ever used. Here is everything you need to know about it in a 7 minute read. https://docs.racket-lang.org/pkg/getting-started.html
Yes I'm familiar with Racket.
Current State of Python Packaging
21–30 of 77 posts
Re: Current State of Python Packaging
#22I get mad at the Haskell tools I use every day, and then I remember that nobody else is really in better shape.
This. I still use pip, venv and setup tools and I've packaged everything from third party dlls given by a supplier to my flask applications with html and everything. I keep seeing pipenv and poetry and wonder how all these came about? Is it because people come from other languages and want to do this the way they did it in those?
Re: Current State of Python Packaging
#23I never heard of poetry before and normally use pipenv. The author states that poetry is more popular than pipenv, is that true? I did a quick comparison: https://github.com/sdispater/poetry watchers: 77 stars: 4,690 forks: 318 https://github.com/pypa/pipenv watchers: 348 stars: 17,207 forks: 1,268 I don't know if the authors statement 'Most people seem to prefer Poetry.' is true.
Anecdote, but everyone I personally know in the Python-sphere hates pipenv (and the creator) for various reasons. On another forums community I’m a member of the recommended tool for python packaging is poetry.
edit: sorry I misunderstood, the creator of pipenv doesn't hate pipenv
Re: Current State of Python Packaging
#24no mention of python venv, it's there since python v3.3
Re: Current State of Python Packaging
#25I never heard of poetry before and normally use pipenv. The author states that poetry is more popular than pipenv, is that true? I did a quick comparison: https://github.com/sdispater/poetry watchers: 77 stars: 4,690 forks: 318 https://github.com/pypa/pipenv watchers: 348 stars: 17,207 forks: 1,268 I don't know if the authors statement 'Most people seem to prefer Poetry.' is true.
I wouldn't say more popular, but it's certainly gaining traction in a relatively short time and I prefer it. I haven't used it in anger but it certainly seems faster that Pipenv.
[0] - https://vorpus.org/blog/why-im-not-collaborating-with-kennet...
[1] - https://www.reddit.com/r/Python/comments/8kjv8x/a_letter_to_...
Re: Current State of Python Packaging
#26Earlier quoted context omitted.
Anecdote, but everyone I personally know in the Python-sphere hates pipenv (and the creator) for various reasons. On another forums community I’m a member of the recommended tool for python packaging is poetry.
You are right about the hates for pipenv, but I don't know that the creator hates it too. edit: sorry I misunderstood, the creator of pipenv doesn't hate pipenv
Re: Current State of Python Packaging
#27Earlier quoted context omitted.
Anecdote, but everyone I personally know in the Python-sphere hates pipenv (and the creator) for various reasons. On another forums community I’m a member of the recommended tool for python packaging is poetry.
You are right about the hates for pipenv, but I don't know that the creator hates it too. edit: sorry I misunderstood, the creator of pipenv doesn't hate pipenv
Re: Current State of Python Packaging
#28I get mad at the Haskell tools I use every day, and then I remember that nobody else is really in better shape.