What Code Editor Should I Choose for Python and JavaScript?

0
19
Asked By CodeNinja42 On

Hey everyone! I've just started my coding journey after interning at a consulting firm, which really inspired me to dive in. I'm working mostly with Python for machine learning and data tasks, and dabbling a bit with JavaScript. I've got a ThinkPad T440p that I corebooted because I love open-source stuff. I'm looking for your advice on which code editor to use! Here are a few options I'm considering: Vim, Neovim with GUI clients, VSCodium, or Lapce. What do you think?

5 Answers

Answered By DevDude On

As a beginner, you might want something that doesn't overwhelm you with too many features like auto-completion. Try to get comfortable with compiling and running your code in the terminal. Once you tackle more complex projects, an IDE will really help you out!

CodeNinja42 -

Thanks for the tip, I’ll give that a shot!

Answered By TechSavvyGal On

Wait, no love for VS Code? And what do you mean by "corebooted"?

CodeNinja42 -

I’m using VSCode right now, but I prefer open-source options. Corebooting means I replaced the proprietary BIOS with an open-source version that removes Intel Management Engine. It should work with AMD CPUs too, but you might want to research that!

TechSavvyGal -

Got it, thanks for the clarification!

Answered By JetSetCoder On

These days, I'm all about JetBrains tools! If you're doing Python, PyCharm is great, and for JavaScript, WebStorm is awesome.

Answered By CoderCowboy On

You should really test them all out and pick the one you like best! That's honestly the best approach.

Answered By CodingExplorer88 On

There's really no "right" choice here. It's all about what feels better for you. Try them out and see which one matches your workflow!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.