What OS are you on and why? #40
Replies: 7 comments
-
|
Same arguments here |
Beta Was this translation helpful? Give feedback.
-
|
I'm using Windows but have Ubuntu running on a virtual machine on it (using WSL), would have Linux running on my laptop but had driver issues which was frustrating. I find a lot of development work is better/easier on Linux, particularly using the terminal, however Windows isn't too bad for some tooling, and it has plenty of IDE options. VSCode integrates with WSL so you can write in Windows and run in Linux - sample below: (WSL = Windows Subsytem for Linux) |
Beta Was this translation helpful? Give feedback.
-
|
That's good to know. I tested WSL some time ago but didn't keep using it. I use PyCharm and it seems to support Python on WSL as well. WSL2 is going to make GUI programs on guest Linux appear like normal Windows windows. |
Beta Was this translation helpful? Give feedback.
-
|
Pycharm also plays with WSL. |
Beta Was this translation helpful? Give feedback.
-
|
I have been on Mac almost exclusively since late 2019 and very much enjoy it. I previously primarily used Windows for the prior ~7 years (Mac before that). Throughout I've dabbled with different linux distros. |
Beta Was this translation helpful? Give feedback.
-
|
Between WSL (and Docker WSL Integrations), WinGet Package Manager, VSCode and Visual Studio (and Azure Data Studio), Windows Terminal, PowerToys, Office Suite, and the simplicity of PowerShell Windows has really made a surge for development focused OS configurations and setups in my opinion. |
Beta Was this translation helpful? Give feedback.
-
|
I got an M1 mac when they came out and switched from Windows. Remote development is becoming more of a thing lately with GitHub codespaces. Last place I worked at had a lot of people using AWS Sagemaker Studio notebooks. Those development environments are easy to get started but there was no syntax highlighting or jumping to definitions. Instead of Sagemaker's notebooks I would SSH into an Ubuntu EC2 instance with GPU and develop from there in VS Code. Most data scientists didn't like this amount of operational overhead and stuck with the managed notebooks from AWS. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I've been on Windows for long time because of Excel and its dominance in finance,
but the majority of open source developers and data scientist seems to be on Linux (or on Darwin?)
Beta Was this translation helpful? Give feedback.
All reactions