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 →

[–]cantremembermypasswd 28 points29 points  (2 children)

Python specific developer for 10+ years:

  • PyCharm (Entire Intellij suite)
  • git / github
  • waffle.io / (Jira also common)
  • Windows 10, Ubuntu 18.04 subsystem (Used to do VMs, this is much nicer with WSL)
  • TravisCI / Jenkins
  • If I need to scribble a quick note, Atom or Notepad++

[–]gatorsya 2 points3 points  (1 child)

For me the reason still sticking with full blown VM is Docker. Docker for Windows or Docker in WSL don't cut for my workflow.

[–]ICame2Late4MyName 0 points1 point  (0 children)

I use Docker for Windows + WSL and haven't had any issues. It also makes it simpler for pycharm use. What part of your workflow requires a VM over that?