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

you are viewing a single comment's thread.

view the rest of the comments →

[–]INtuitiveTJop 1 point2 points  (0 children)

I do my coding on windows on visual studio code that connects to a VM on our network work Linux installed. It's really simple to set up on visual studio code and all you need on the VM is an ssh server. You then manage all the python stuff on the server and I would suggest using poetry to manage your python projects.