I think Python for starting is good enough:
- Largely used
- Easy for starting and there are tons of well structured free beginners books (such as this
RE: Starting programming.
Registered Members Only
You need to be a registered member to see more on RE: Starting programming.
Login
or
Sign up to get access to a huge variety of top quality leaks.
)
- Once you get confident enough to write your own stuff, you'll be able to find a lot of support online.
But, before doing this, I warmly welcome you to find a good editor and stick with it and start scripts on command line. I've seen a lot of people starting with IDEs (myself, too, back in college) but it's not easier for starters, nor helpful. I'd install VCS (
RE: Starting programming.
Registered Members Only
You need to be a registered member to see more on RE: Starting programming.
Login
or
Sign up to get access to a huge variety of top quality leaks.
) and just use it as Notepad for starting. Then once you'll get familiar with it, you'll notice tons of helpful commands there for you' to use for writing code. They've always been there but you didn't notice them. And, more importantly, the same editor will work perfectly even for other programming languages!