Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
CodeNoir7347yI deploy in Docker containers, so no co-existence issues ever. I also use Docker for any other language I ship into.
-
Shacham63467y@CodeNoir that would be lovely, but we have a private network.. And no docker inside
-
TheHanna2587yHave you tried pipenv?
https://pypi.python.org/pypi/pipenv
I believe it works with 2.7, but I've only used it with 3.x. It changed the I manage Python applications -
Oooh ur the first person I ever saw hating python 😱 my life is now successful 😭😭☺️☺️
-
I once tried to develop a package manager similar to npm for Python with another fella from here.
The Python ecosysten is too fucked up. -
py2js33777yDocker, VMs are your saviour for python deployments. I keep my virtual environment inside the project and gitignored, so feels the same as npm kind. But yeah it's kinda hard to manage deps
-
cyanly6287yNever liked it either. I know people have their good reasons, and undoubtedly for data analytical tasks, but it just never occur to me the amount of time I observe people spent (esp hopping between Win and Posix) is worthy, particularly years down the line maintaining as production services.
I hate Python.
Deploying it is annoying, and the fact that I basically need to create another Python instance via 'virtualenv' only so that projects can co-exist without dependency-issues is maddening.
I would be greatfull for Python 3.6+ at least, but NO we're stuck on Python 2.7
rant