I am now attempting to answer the question only after reading all the existing responses. My personal focus has always been in helping absolute beginners (those who have little to no experience in programming). So my answer will come from that point of view rather than a beginning professional developer who has seen many things in school but not in the work environment. Also, IDE (Integrated Development Environment) is differnet from a code Editor, although some editors blur the lines between the two. For me and IDE is anenvironment where you can enter code, test it with integrated debugging, and package it for distribution or sharing. Editors mostly rely on external tools to do everything but type and save code. The choice of IDE will often be dictated by the choice of programming language to be used and vice versa. To this day I still recommend BASIC as a starting point but also often recommend Python. I think most true beginners need to learn programming concepts. To me the best way to learn those is to not have things get in the way such as scattered tools and syntax distractions. So I like BASIC and Python for the simple syntax. I like BASIC256 and THONNY respectively as IDEs for those languages. Both are uncluttered, easy for beginners, have built in debugging, and in the case of Thonny have miltiple use modes (easy, basic and advanced).
A dedicated Backend Junior developer. proficient in Node.js. Strong in RESTful API development, and database systems. And now, I'm writing about using Dart beyond building beautiful UI with Flutter.
Charles, thanks for not repeating what has already been said and filling in the gaps.
I really love your point about establishing the difference between an IDE and a Code Editor, many like to blur the line....but the difference is important.
One suggestion though, your comment is insightful but many people who scroll over it because it's a huge block of text...it would be nice if you break it down in 3-line segment like I'm doing with this one — it would be more inviting
VSCode is always the beginners go-to. This is because it is extensible, so no matter the language you're learning, there is definitely a support for it on VSCode.
But personally, when I started out as a Web developer I started with Brackets which is very beginner-friendly for html css and js, but it's too bad that it's no longer being maintained.
Xojo is a great choice for beginners. The IDE is self-contained with no weird dependencies. The language is object-oriented and similar to VB so anyone can easily learn it.
Latest comments (40)
I am now attempting to answer the question only after reading all the existing responses. My personal focus has always been in helping absolute beginners (those who have little to no experience in programming). So my answer will come from that point of view rather than a beginning professional developer who has seen many things in school but not in the work environment. Also, IDE (Integrated Development Environment) is differnet from a code Editor, although some editors blur the lines between the two. For me and IDE is anenvironment where you can enter code, test it with integrated debugging, and package it for distribution or sharing. Editors mostly rely on external tools to do everything but type and save code. The choice of IDE will often be dictated by the choice of programming language to be used and vice versa. To this day I still recommend BASIC as a starting point but also often recommend Python. I think most true beginners need to learn programming concepts. To me the best way to learn those is to not have things get in the way such as scattered tools and syntax distractions. So I like BASIC and Python for the simple syntax. I like BASIC256 and THONNY respectively as IDEs for those languages. Both are uncluttered, easy for beginners, have built in debugging, and in the case of Thonny have miltiple use modes (easy, basic and advanced).
Charles, thanks for not repeating what has already been said and filling in the gaps.
I really love your point about establishing the difference between an IDE and a Code Editor, many like to blur the line....but the difference is important.
One suggestion though, your comment is insightful but many people who scroll over it because it's a huge block of text...it would be nice if you break it down in 3-line segment like I'm doing with this one — it would be more inviting
VSCode is always the beginners go-to. This is because it is extensible, so no matter the language you're learning, there is definitely a support for it on VSCode.
But personally, when I started out as a Web developer I started with Brackets which is very beginner-friendly for html css and js, but it's too bad that it's no longer being maintained.
Xojo is a great choice for beginners. The IDE is self-contained with no weird dependencies. The language is object-oriented and similar to VB so anyone can easily learn it.
With Emacs, you can start coding in ELisp right away.
I staryed with sublime, but I find vscode more easy to use.
For beginners, the best IDE is none. Learn before automate. It's not a good idea to leave a lot of work to an IDE without understanding what it does.
Why not jetbrain? jetabrain hava excellently Tutorial for beginner.
Visual Studio 2022, imo
but, it's actually depends on what language you wanna use; VS don't have Python, afaik
VS Code for web development.
PyCharm for Python programming.
i am a beginner, and i love programming in Vim