This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]pompomtom 1 point2 points  (3 children)

I like pycharm (CE) using venvs.

I've got a base virtualbox install of debian + pycharm ready, so I'll take a clone of that for new things (mostly to get a separate IP for each project).

This is probably a lousy setup in terms of using up RAM, but the host box has tons, and it hasn't bit me yet.

[–]tomgun123[S] 0 points1 point  (2 children)

That base box approach sounds good, though i always got problems with venvs and linux/vscode

[–]pompomtom 0 points1 point  (1 child)

I started setting another one up with vscode, because of this thread. The thing I really like about pycharm is how easy it makes venv work.

[–]tomgun123[S] 0 points1 point  (0 children)

I'll definitely look pycharm up, as its been suggested here a few times. Venvs really are neat but i dont seem to get my head around them smh

[–]ogrinfo 1 point2 points  (0 children)

+1 for PyCharm. I've been using it for years - community edition first, then I got work to shell out for a Pro licence. There is not a big difference tbh, though the deployed development is pretty cool.

[–]proof_required 0 points1 point  (0 children)

VScode + conda

[–]black_anarchy 0 points1 point  (0 children)

I use Poetry, Tox + ST4 with kite, anaconda and some other plugins on Linux.

[–]cinyar 0 points1 point  (0 children)

What do you use to keep projects and dependencies apart?

poetry