|
|
|
|
|
by cc81
3100 days ago
|
|
That is a language that is perfectly fine to start without an IDE but for example Java and C# are pretty much designed to use with an IDE, at least when you are building something that is non trivial. You don't have to use all the power but letting for example Visual Studio handle the project references and build for a .NET project will allow a beginner to focus on coding. Not to mention all the tutorials will assume they use Visual Studio. |
|
I finally settled on Python after jumping around quite a bit and am still learning.