Board 8 > So I want to get into programming. What should I start with?

Topic List
Page List: 1
36Eagles10
03/15/12 8:49:00 AM
#1:


Homeschooled so no programming classes in high school to do...Any good books/websites to learn and what kind of programming should I learn first?

--
Official Mienshao of the pokemon B/W and BW2 clans
Comc pull list: UXF, WatX, XML, Avengers Academy, Defenders, Secret Avengers, JLI, and Batwing
... Copied to Clipboard!
baron von toast
03/15/12 8:52:00 AM
#2:


10 PRINT "Hello World!"

--
.
... Copied to Clipboard!
shadosneko
03/15/12 8:53:00 AM
#3:


Learn Python so you understand what you're doing first, then once you get a good grasp on how to produce pseudocode and algorithms, then move onto a different language, like Java or C++.

A good starting point is solving text based games using premade algorithms to learn how to properly implement them.

--
http://backloggery.com/shados
http://last.fm/user/ShadosNeko
... Copied to Clipboard!
Ness26
03/15/12 9:05:00 AM
#4:


I'd recommend C++ if you're serious about it.

I learned on Java, but Java really has you ignore some fundamental concepts that I'm still weaker on than I should be because my first years of programming I never had to think about it. Java is nice for learning basic programming logic, but you miss a lot of the details.

If that gets too frustrating then Java is certainly a valid option. The joke is that C gives you the tools to hang yourself, while C++ ties the noose for you.

The higher level languages are easier to learn, but they also cause you to miss more of the underlying concepts. Python's a nice language for scripting, but I wouldn't suggest sticking with it for much longer than understanding basic programming logic if you want to learn the fundamentals.

--
No amount of planning will ever replace dumb luck.
... Copied to Clipboard!
Hrezs
03/15/12 9:47:00 AM
#5:


Java > python in terms of learning. Going from static to dynamic typing is smoother.

I always vote against python because of dynamic typing.

--
PhoneYoshi
... Copied to Clipboard!
The Real Truth
03/15/12 9:51:00 AM
#6:


Been teaching myself some C++ lately (though haven't had time for the last month or so). I recommend picking the best language (from what I hear, C++ is going places) and just practicing it every day, reading some books + online guides. I think stuff is easy to learn as long as you have the time and practice every day.

--
GameFAQs isn't going to be merged in with GameSpot or any other site. We're not going to strip out the soul of the site. -CJayC
... Copied to Clipboard!
Takfloyd_mkII__
03/15/12 10:07:00 AM
#7:


If you want to be able to make games ASAP then use Game Maker. It uses a code language called GML that is very flexible and easy to work with, but you can also use simple click-and-drag interfaces and a graphic level editor to get started without having to learn everything all at once. GML is based on C++ IIRC, so what you learn can definitely be applied to more professional languages.

Me and one of my friends started making games with Game Maker when we were like 10. Now I'm a professional 3D artist and he's a programmer who's already made quite a name for himself making old-school freeware games. So to us at least, it was a very good starting point.
... Copied to Clipboard!
Colegreen_c12
03/15/12 10:09:00 AM
#8:


Start with java, C++ or even C. All three are used frequently so there useful and are rather simple to learn.

--
rawr
... Copied to Clipboard!
_Regaro_
03/15/12 10:12:00 AM
#9:


C is the most pain in the ass language to actually use, of what I've seriously used. However, it's also the best for learning the concepts of how everything actually works, short of Assembly which I wouldn't recommend until you really know what you're doing.

So yeah, I'd start with C. It'll probably be a pain to start with (Though I was spoiled by the relative easy of C++ and Java first, which might be why I found it so annoying <_<), but I think you'll be better off for it in the long run, if you're really serious here.

--
http://img.imgcake.com/RegaroUlquiorrapngse.png
http://img.imgcake.com/regthatchertabletpngyd.png
... Copied to Clipboard!
gotspork
03/15/12 10:14:00 AM
#10:


I only know fortran

--
mreow!
spork for president - metroid composite
... Copied to Clipboard!
LordoftheMorons
03/15/12 10:38:00 AM
#11:


oh god fortran get it away from me

I'd suggest starting with C++ or Java

--
No I'm not a damn furry. Looney Tunes are different. - Guiga
I wanted Sonic/Shadow romance at that time, not sex. - MWE
... Copied to Clipboard!
shadosneko
03/15/12 3:22:00 PM
#12:


You use Python to learn concepts, not intricacies.

--
http://backloggery.com/shados
http://last.fm/user/ShadosNeko
... Copied to Clipboard!
Sceptilesolar
03/15/12 3:27:00 PM
#13:


Don't start with C, please.

Java or C++ is the conventional choice, so might as well. C++ doesn't hold your hand as much.

--
"As the size of an explosion increases, the number of social situations it is incapable of solving approaches zero." -Vaarsuvius, Order of the Stick
... Copied to Clipboard!
tcaz2
03/15/12 3:34:00 PM
#14:


As has been said, Java or C++.

C is "argh why" to start with. Python is also an option, but it's not the best I don't think.

--
http://img149.imageshack.us/img149/2664/7b7aaa038007832d461b28c.jpg
... Copied to Clipboard!
shadosneko
03/15/12 3:38:00 PM
#15:


Python is good for getting into computer science
Java might be better for software engineering

--
http://backloggery.com/shados
http://last.fm/user/ShadosNeko
... Copied to Clipboard!
Mik_Pick
03/15/12 3:38:00 PM
#16:


Do Computer Science when you get to University.

Until then go to Codecademy's website or learn Python.

--
XBL: Mik Pick
PSN: Mik2Pick
... Copied to Clipboard!
Topic List
Page List: 1