Jump to content

Best programming software?  It depends on what you want to program, for interpreted languages like Javascript or Python all you need is a text editor that edits in plain text like Notepad, and an interpreter.  If you want to program a compiled language like c# or c++, all you need is a text editor like notepad and a compiler, and to compile the program after you write it. 

 

For Windows, arguably the best IDE is Visual Studio, and for plain text Visual Studio Code I like a lot, or you can use Atom, both of them have a lot of similarities.  Just make sure you actually know some basic computer science concepts before you start writing code, there are many great free courses for these online.  I advise them.  They will hopefully teach you about basic programming concepts, what an OS is, algorithmic concepts and how a compiler and interpreter actually work.  

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×