want to learn a programming language

rorpan

Senior member
Jan 31, 2001
903
0
0
I want to learn a programming language but don't know where to start. I have been more into the hardware end of computers. However, I think I would like to have a go at programming. Any ideas what direction a guy should head in. Linux windows etc. What is the best way to learn. Any wesite info or personal experiance would be very helpful:)
Thanks
 

warcrow

Lifer
Jan 12, 2004
11,078
11
81
I've only taken one programming class (VB), so I'm probably not the best person to give advise, but what the hey....

I would imagine that starting with something like HTML, then moving on to CSS, then JAVA and then C+/C++ would be the way to go. Maybe sprinkle in some UNIX shell scripting/Windows batch and you should have a good idea of what you're interested in doing.
 

rorpan

Senior member
Jan 31, 2001
903
0
0
Hey great info. That makes alot of sence. Html would be a good intro to see if I have any interest in others. I could build a website :) cool thanks warcrow
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
I've tried and failed in the past. I recentlyish started learning perl because it's useful for the type of stuff I've been doing at work. It's a lot easier to learn if you can have reasonable projects to actually work on.
 

ArmchairAthlete

Diamond Member
Dec 3, 2002
3,763
0
0
Originally posted by: rorpan
Hey great info. That makes alot of sence. Html would be a good intro to see if I have any interest in others. I could build a website :) cool thanks warcrow

Well HTML is not a programming language, but yea you could make some pages...

 

Drakkon

Diamond Member
Aug 14, 2001
8,401
1
0
build a website in HTML...move into javascript for some fancy popups/text...then play around with some flash actionscript and php to get true programming going

it seems to be a track that i can get guys going on (i help train a few interns over the past year) and produces not necessarily proficient programmers but guys with enough skill to move forward to bigger better things like Java and Basic.
 

Sam334

Golden Member
Nov 20, 2004
1,150
0
0
I didn't know any language and started with Java (took some classes at school) and don't find it too difficult at all. A good undertstanding of math is what you'll need.
 

Modeps

Lifer
Oct 24, 2000
17,254
44
91
Originally posted by: Drakkon
build a website in HTML...move into javascript for some fancy popups/text...then play around with some flash actionscript and php to get true programming going

it seems to be a track that i can get guys going on (i help train a few interns over the past year) and produces not necessarily proficient programmers but guys with enough skill to move forward to bigger better things like Java and Basic.

I hope you mean visual basic ;)
 

ArmchairAthlete

Diamond Member
Dec 3, 2002
3,763
0
0

imported_Rampage

Senior member
Jun 6, 2005
935
0
0
Originally posted by: n0cmonkey
I've tried and failed in the past. I recentlyish started learning perl because it's useful for the type of stuff I've been doing at work. It's a lot easier to learn if you can have reasonable projects to actually work on.

QFTUFT (quoted for the utter fvcking truth)

I vouch for this too.
Get something with quick and easy results so you arent discouraged, and so you can see your work showing results quickly.

A purist, or expert programmer will say start with C++.. dont do that unless you are a true blue geek.
Start easy. Visual Basic 2005 or webpages, CSS+Javascript.
Python is prob the best way to go if you intend on going to college for Computer Science.

Otherwise, for light work or a hobbyist, webpages or VB.



Edit to add- BTW, I also started due to work. I'd taken general programming classes at the university during high school, but now am moving into web development and further into smaller VB apps that interact with SQL servers.

I work at a worldwide, multi billion dollar corporation, and trust me VB is not worthless like some programmers will have you believe.
If you master that and move on, great.. but if you dont and you just know a little VB like I do.. you'll still be the office hero :D
 

imported_maelstrom

Junior Member
Oct 15, 2005
16
0
0
I'm currently a Senior in a college computer science program. We started with VB->Java->C/C++ Freshman/Sophamore/Junior Years. Also learned javascript/xhtml/asp/php as adjuncts to those languages. VB is the easiest if you're looking for app style programming, Java is a better language but the GUI's are very difficult. C/C++ in my experience is only for unix/linux users who need hardcore stuff.
 

imported_Rampage

Senior member
Jun 6, 2005
935
0
0
Originally posted by: maelstrom
I'm currently a Senior in a college computer science program. We started with VB->Java->C/C++ Freshman/Sophamore/Junior Years. Also learned javascript/xhtml/asp/php as adjuncts to those languages. VB is the easiest if you're looking for app style programming, Java is a better language but the GUI's are very difficult. C/C++ in my experience is only for unix/linux users who need hardcore stuff.

QFTUFT