DEV Community

Discussion on: You Probably Don't Need a Mac

Collapse
 
bloodgain profile image
Cliff • Edited

WSL is a nice step forward, but is still lacking. They only recently announced planned support for Linux GUI-based apps. NVIDIA doesn't allow virtualization on consumer graphics cards (i.e. GTX/RTX series), so that's a barrier to a lot of things.

When I can basically have Windows on a Linux kernel (or dual kernels, however that would work), I'll be happy with Windows for development. It's a perfectly nice user environment, and I use it on my HTPC/Gaming rig, but it's often a hassle for getting real work done.

Side note, always go Anaconda for Python. Solves a lot of problems up front, even on Windows. Also try the PyCharm IDE from JetBrains. I also hear the Python plugin for VS Code is good, and it has support from Anaconda now.