|
|
|
Ask HN: Can or should I learn to code on a Windows computer?
|
|
7 points
by shytey
2354 days ago
|
|
I have done a few online courses in HTML, CSS and Javascript and created my first website. My next step is do a Python course and then create a small web app as a project. Is it possible to learn on a Windows computer? Git and Python programs exist for Windows and there is a cmd line. General wisdom seems to point towards installing a version of Linux like Ubuntu. I'd like to know your reasons why I should or shouldn't do this. Thanks. |
|
It is often best to learn skills one by one to contextualize them better. Linux is a useful skill to have, but trying to learn Linux, Git, and Python at the same time might be overload.
Personally I use Visual Studio Code (free) for Python which is available on Linux, Windows, and MacOS. It also has fantastic Git integration. But I think "learn one thing at a time" also applies to IDEs/Editors, so if you already know a Python compatible one maybe use that first.