You are viewing our Forum Archives. To view or take place in current topics click here.
Getting into programming?
Posted:

Getting into programming?Posted:

-tranmere-
  • Prospect
Status: Offline
Joined: Oct 18, 201211Year Member
Posts: 629
Reputation Power: 24
Status: Offline
Joined: Oct 18, 201211Year Member
Posts: 629
Reputation Power: 24
Hi, I want to get into programming but I don't know how to learn it. Is there any sites that offer coding courses or tutorials or anything like that? thanks!

[EDIT]
And does anybody know the easiest coding language to start off with?
#2. Posted:
Mensch
  • V5 Launch
Status: Offline
Joined: Jan 03, 201113Year Member
Posts: 1,165
Reputation Power: 56
Status: Offline
Joined: Jan 03, 201113Year Member
Posts: 1,165
Reputation Power: 56
wouldn't consider html a "coding" language, more of a markup language, but definitely a good place to start and if you ever decide to work for yourself there is always local people you can make a few bucks on who need websites/web content developed. Google CodeAcademy, they offer free lessons in an interactive way that is very user friendly!
#3. Posted:
Custom1v1er
  • Challenger
Status: Offline
Joined: Dec 15, 201310Year Member
Posts: 167
Reputation Power: 6
Status: Offline
Joined: Dec 15, 201310Year Member
Posts: 167
Reputation Power: 6
In my opinion i would suggest visual basic 2008 or visual basic 2010 because its free and its very easy to learn that's how i learned to code, just look up tutorials for visual basic on YouTube then when you become familiar with all the coding in visual basic move up and start making games and web designing.
#4. Posted:
BWFCMATTY
  • Resident Elite
Status: Offline
Joined: May 09, 201211Year Member
Posts: 253
Reputation Power: 9
Status: Offline
Joined: May 09, 201211Year Member
Posts: 253
Reputation Power: 9
First of all I would advise either using Codeacademy as earlier suggested which is what I am currently using to learn Java,Python and HTML.

Secondly if you don't want to use Codeacademy try starting with something basic like Visual Basic 2010 and looking up tutorials and following a tutorial programme to learn parts of it then try and think of your own designs!

Good luck friend!
#5. Posted:
Hueri
  • New Member
Status: Offline
Joined: Jun 24, 20149Year Member
Posts: 22
Reputation Power: 0
Status: Offline
Joined: Jun 24, 20149Year Member
Posts: 22
Reputation Power: 0
I learnt minor HTML at school on my ICT work haha.

Got a cracked version of dreamweaver on my own pc and taught myself. But i'm sure youtube would be easy to find a tutorial.
#6. Posted:
swindler
  • Resident Elite
Status: Offline
Joined: Sep 01, 201310Year Member
Posts: 253
Reputation Power: 12
Status: Offline
Joined: Sep 01, 201310Year Member
Posts: 253
Reputation Power: 12
My first was C++. Look around and see what you like, then buy a few books to get you started.
#7. Posted:
var
  • TTG Senior
Status: Offline
Joined: Dec 24, 201211Year Member
Posts: 1,498
Reputation Power: 79
Status: Offline
Joined: Dec 24, 201211Year Member
Posts: 1,498
Reputation Power: 79
For a first language, I recommend Java. It's syntax is clean, and easy for beginners to learn. It also teaches key concepts of object oriented programming, and doesn't allow as many shortcuts as VB or Obj-C does with their IDE. Java also is very C like and can help you transfer over to another language such as Javascript rather easily (though not related).

I recommend using books first, then going onwards to videos once you have a better understanding of a particular concept. Videos won't help you as much as books. it-ebooks.info is a great site for free programming related books. No surveys or anything. If you choose a site, I recommend Lynda, or teamtreehouse ($9 student discount).
#8. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Muah wrote For a first language, I recommend Java. It's syntax is clean, and easy for beginners to learn. It also teaches key concepts of object oriented programming, and doesn't allow as many shortcuts as VB or Obj-C does with their IDE. Java also is very C like and can help you transfer over to another language such as Javascript rather easily (though not related).

I recommend using books first, then going onwards to videos once you have a better understanding of a particular concept. Videos won't help you as much as books. it-ebooks.info is a great site for free programming related books. No surveys or anything. If you choose a site, I recommend Lynda, or teamtreehouse ($9 student discount).


First time I've ever seen anyone recommend Java. Well done. Java is fantastic to know.
#9. Posted:
var
  • TTG Senior
Status: Offline
Joined: Dec 24, 201211Year Member
Posts: 1,498
Reputation Power: 79
Status: Offline
Joined: Dec 24, 201211Year Member
Posts: 1,498
Reputation Power: 79
ObscureCoder wrote
Muah wrote For a first language, I recommend Java. It's syntax is clean, and easy for beginners to learn. It also teaches key concepts of object oriented programming, and doesn't allow as many shortcuts as VB or Obj-C does with their IDE. Java also is very C like and can help you transfer over to another language such as Javascript rather easily (though not related).

I recommend using books first, then going onwards to videos once you have a better understanding of a particular concept. Videos won't help you as much as books. it-ebooks.info is a great site for free programming related books. No surveys or anything. If you choose a site, I recommend Lynda, or teamtreehouse ($9 student discount).


First time I've ever seen anyone recommend Java. Well done. Java is fantastic to know.


I'm not a big fan of Java, with the exception for the clean syntax. Once I moved on to Ruby, and Objective-C, my appreciation for Java's syntax grew incredibly.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.