PDA

View Full Version : What coding language should I start with?


jjj
October 23rd, 2008, 08:15 PM
I am totally new to coding... What is a language that I could begin with?

freetibet
October 23rd, 2008, 09:22 PM
html... BUAHAHAHAH!

twenglish1
October 23rd, 2008, 09:31 PM
i started with Basic but whatever you want really i am also currently teaching myself C and C++ HTML is good too though

Exploding_viper
October 23rd, 2008, 09:34 PM
html and basic

deathlord888
October 23rd, 2008, 10:07 PM
visual basic

darkzero
December 22nd, 2008, 08:37 PM
Hm. A language that will be useful you mean? Maybe HTML. You'll use it more than you'd imagine. Another good one is C++

With C++ or even plain C, you get a good head start.

deathlord888
December 23rd, 2008, 11:16 PM
dude dont necro
and C++ is not a good beginner language
good language but very discouraging if you dont know code

Garret722
January 6th, 2009, 05:39 PM
im currently learning html. its not as hard as i thought it would be.
but which one should i go for next? like ones that i might actually use.

deathlord888
January 6th, 2009, 06:03 PM
visual basic

ishkur88
January 6th, 2009, 06:22 PM
Lord no. Play around with something like Python where you'll actually be learning fun stuff.

CHEETZzz
January 6th, 2009, 06:25 PM
where can i get Python and can i run it on XP?
i could prob google this but i'd rather hear it from Ishy

ishkur88
January 6th, 2009, 07:43 PM
You can get it from

http://python.org/

And yes, it runs on XP.

Durandal4
January 6th, 2009, 07:43 PM
where can i get Python and can i run it on XP?
i could prob google this but i'd rather hear it from Ishy

You can get Python Here:

http://www.activestate.com/store/download.aspx?prdGUID=b08b04e0-6872-4d9d-a722-7a0c2dea2758

And here's a tutorial on some basic functions:

http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python/Contents

I haven't used Python myself, so I don't know how accurate the tutorial is.

deathlord888
January 6th, 2009, 09:30 PM
whaT??? i hate python, i think visual basic is the way to go, you can make visually appealing things with out even knowing how to code

ishkur88
January 6th, 2009, 09:48 PM
That is the exact reason I despise it. There is no skill involved. Visually oriented languages piss me off to no end.

DoG MikkyW
January 6th, 2009, 10:38 PM
Boom!!! Biatch.

deathlord888
January 6th, 2009, 10:43 PM
That is the exact reason I despise it. There is no skill involved. Visually oriented languages piss me off to no end.

i like them because i can rapidly develop something for other people. i myself do not care if the code is bulletproofed or looks nice, i just find that more people are more into visual apps

Garret722
January 7th, 2009, 07:46 PM
what all is python used for?

ishkur88
January 7th, 2009, 08:26 PM
i like them because i can rapidly develop something for other people. i myself do not care if the code is bulletproofed or looks nice, i just find that more people are more into visual apps

Merely because you know the language. Given sufficient time to learn the nuances of any language you will see productivity.

@Garret722, anything you want to use it for, or nearly so. Google uses it in hundreds of places all over its operations. Youtube is written mainly in Python. There are hundreds of desktop programs written in it. And it is a very good tool for learning about algorithmic processes (computer science stuff). Plus a few things I probably don't know about.

deathlord888
January 7th, 2009, 08:53 PM
NASA uses python, i do know C++ (first language i learned) ,C (programming the schools robot) and visual C# (learned for grade 12 programming because i already knew vb)

ishkur88
January 7th, 2009, 09:30 PM
You dont know C++ ;)

There aren't but maybe three or four people in the world that "know" C++.

And Hmmm. Have some fun with Common Lisp. So far you've been fairly exposed to ALGOL derived languages. Learn some Lisp!

deathlord888
January 7th, 2009, 09:34 PM
hahaha for the most part i know C++, enough to get by anyway. and i have never tried lisp i will give it ago later

gray_hat
January 12th, 2009, 03:48 PM
I started out using Java. It seemed to work out pretty well for me. Although I don't use it really anymore, I stick to C now and look into some fun playing with ASM. But I think Java has a lot to offer to an upcoming programmer.

Cheers.

Razor5189
January 29th, 2009, 05:38 AM
I am totally new to coding... What is a language that I could begin with?

q-basic then Visual basic then C# then C++

ishkur88
January 29th, 2009, 07:40 PM
q-basic then Visual basic then C# then C++

Interesting... care to explain the reasoning behind learning C# and then C++ ?

Razor5189
January 29th, 2009, 07:45 PM
Interesting... care to explain the reasoning behind learning C# and then C++ ?

well in terms of difficulty C++ is the hardest and C# is in between Visual Basic and C++. I just think it would be better to take the easier languages first and take your time so you learn it properly instead of rushing in and missing out a lot.

ishkur88
January 29th, 2009, 08:43 PM
Please elaborate on how C# is "easier" than C++. If anything, it's simply "different". You're not working with pointers and references anymore, and you're using a much more powerful code framework (.NET). Its completely object oriented.

C++ is merely a pseudo-OOP hack built on top of C that seems fairly popular.

Visual Basic, when placed in comparison between either of those, ranks so far down it's almost invisible unless you stretch the chart.. it's so fucking childisly easy.

No self respecting programmer of any sort would recommend someone learn QBASIC or VB anymore. I mean really, man, what the fuck have you been smoking?

Cuddles
January 29th, 2009, 09:01 PM
that's not how learning a programming language works. you start with a basic language, all you're gonna be able to code when you get to more advanced things will be based on that knowledge of a basic language. i would firmly advise learning one more complex language very thoroughly, including what's believed to be good coding practice, instead of working your way up the ladder.

twenglish1
January 29th, 2009, 09:12 PM
i started with visual basic(when i was like 10 years old, i am not joking), now i use C and C++, and occasionally visual basic

torchwing7
January 29th, 2009, 09:21 PM
Assembly is ok i guess.. it has its own "assembler" you can down load.. its not very big so it D loads pretty fast (faster than others) and it comes with some example programs and a TUT, just google FASM

freetibet
January 29th, 2009, 09:40 PM
No self respecting programmer of any sort would recommend someone learn QBASIC or VB anymore. I mean really, man, what the fuck have you been smoking?

So basically all i know is HTML, and i barely even know that.

do you think i should learn CSS and XHTML, and then go right into C++?

or just start trying to learn C++ now?

Twisted420
January 29th, 2009, 10:59 PM
That is the exact reason I despise it. There is no skill involved. Visually oriented languages piss me off to no end.

So do you hate Visual C++??? Or only languages that are for morons with no skill( like me! ).

ishkur88
January 29th, 2009, 11:28 PM
So do you hate Visual C++???

Yes. And actually, with the exception of maybe Python and Java, I despise almost every ALGOL based language. In every one of them, it seems, you get to the same point where you realize... "So.. this is all I can do. Nice."

I like a language I can build and use according to my needs and education.

scr34mhaxxor
March 16th, 2009, 01:44 AM
Lord no. Play around with something like Python where you'll actually be learning fun stuff.

Python is a compiler for C/C++ not a language...hmm i started with Qbasic and VB for Apps through microsoft word. But you can download the whole Visual Studios Express Edition from microsoft.com for free and try a bunch of the different languages if your wanting to learn C you could start with C# and work your way up. Its a little easier then C++. kinda dumbs it down a little. but VisualBasic is pretty easy to learn if you want to start with that.
P.S. if you decide to go with C# you could always download the XNA game studios from creators.xna.com and download premade engines to games and learn while your making a game. its pretty neat

slowz
March 27th, 2009, 04:07 AM
Python is a compiler for C/C++ not a language...hmm i started with Qbasic and VB for Apps through microsoft word. But you can download the whole Visual Studios Express Edition from microsoft.com for free and try a bunch of the different languages if your wanting to learn C you could start with C# and work your way up. Its a little easier then C++. kinda dumbs it down a little. but VisualBasic is pretty easy to learn if you want to start with that.
P.S. if you decide to go with C# you could always download the XNA game studios from creators.xna.com and download premade engines to games and learn while your making a game. its pretty neat

Giving advise on what to start programing with and you dont know what python is ?

mshayise
April 17th, 2009, 04:41 PM
is C++ hard to learn on your own???which sites to user though!!is
www.functionX.com still good?

palmer87
April 24th, 2009, 01:42 AM
i'm a newbie at this shit but i started learning xhtml first (cuz its what browsers are gonna be using in the future). but heres a couple sites to learn wit: this ones good to see where u wanna start learning and teachs u everything u need to know about each language http://www.w3schools.com/ (http://www.w3schools.com/default.asp)

this one is fun to use once you've got the basics down, it shows u neat things u can use in any websites ur making http://www.javascriptmall.com/ (http://www.javascriptmall.com/learn/contents.htm)

Camper
April 28th, 2009, 02:57 AM
Python, html basic your not going to learn shit.