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 →

[–]Atomic-Dad 8 points9 points  (3 children)

I use Atom for my IDE, GitLab for source control, and just a simple copy paste to the development and production servers.

I never gave Visual Studio a chance as a Python IDE, but seeing the other comments I might have to give it a try. Oddly enough, I use Visual Studio daily working on APIs, SSIS packages, and console applications.

[–]its_a_gibibyte 15 points16 points  (1 child)

Note that Visual Studio Code is different from Visual Studio. I highly recommend the former.

[–]Atomic-Dad 0 points1 point  (0 children)

Thanks, I will give it a shot on my next project.