Question:
How can I get started with programming?
2008-02-28 08:17:12 UTC
I am currently in High School but I'm quite interested in programming. I've never learnt any programming language like C++ or Java and wanted to ask if anyone knew where I could find tutorials or something else to help me?

Also, which language should I start with?

P.S. When sending links to sites, make sure the sites aren't too complicated as I haven't done anything like this before.
Eight answers:
2008-02-28 08:43:32 UTC
Alright, fresh blood. God I miss those days when I was reading through all of the beginner books and tutorials to figure out how to program. Personally I started out with python (See links below). The links I will provide for you will help you learn python and get the resources you need to start learning it.



First off, before anything else you need to download an install python. So heres that link to start you off.

http://www.python.org/download/releases/2.5.2/



Personally I would prefer a book to learn from instead of tutorials online because they are professionals that can explain it sooo much better.

http://www.amazon.com/Python-Programming-Introduction-Computer-Science/dp/1887902996/ref=sr_1_2?ie=UTF8&s=books&qid=1204216245&sr=8-2

This is the book I used to learn Python and I thought it was a very good book. Very easy to follow and has a good learning setup.





If you don't want to spend a little bit one money on one of these books. Then check out some of these online tutorials.

http://www.pixel2life.com/tutorials/python/

http://www.tutorialized.com/tutorials/Python/1

http://www.programmingtutorials.com/python.aspx

http://www.sthurlow.com/python/



I'm pretty good in Python so you can feel free to contact me with your programming issues and I will try to answer them for you.



Also I see alot of people have been recommending C and Pascal and other languages like that. I recommend not listening to them, those languages are and will always be more complex than java. Also some people may say visual basic because its the easiest, but thats barely any programming at all. I suggest not learning that unless you really have to. I know I don't enjoy using that language at all.



I hope you found this useful!

-Brandon
?
2016-09-07 20:14:04 UTC
It depends upon what form of programming you propose on doing. If it is a few form of scripting that you simply wish to do, then all you'll be able to mostly want is a textual content editor. If you wish to put in writing in a compiled language you'll be able to want an editor and a compiler. Basically do a little study on-line to come to a decision what form of programming you're proceeding on finding out, then ask once more... nevertheless by the point you've gotten performed adequate study to grasp what you wish to do, you'll be able to mostly now not ought to ask!
2008-02-28 08:31:36 UTC
hmmm its gud to know tht u r interested in prgrmng...as u r a beginner so i'd suggest u to learn C first....coz it is easier than any other language...try to develop smaller programs in C, like addition , subtraction , multiplication etc...n then try to solve some complex problem gradually....as far as help is concerned then i'd say tht C language itself provides u the help .... by using C 's help u can learn C easily.....install Turboo C++ n run it, when screen appears press the key f1....tht will show u the complete help list ...then select stdio.h n press enter....it is the library tht is used in C prgrmng. see the contents of the library n copy the examples n then try to thnk like a compiler , try to thnk tht wht is happening at the back end, how the statement is executing n how the compiler is doing its work, a facility named watch is available in C which lets c know the step by step working of the compiler..if u need more info then u can contact me or u can add me too..i'll try my level best to help u in learning the programming languages..coz i am a student of software eng. so dont hesitate to contact me.....but if u want to visit any other website for theory then go n visit

Cplusplus.com

cprogramming.com

n u can find other tutorials by searching @ google or yahoo.com
MoronZzZ
2008-02-28 08:44:44 UTC
Hi, based on my experience:



1. LISP <---- the magic of recurrence!!!!

2. PASCAL <------ easiest procedural programming language

3. C <------ most versatile procedural programming language

4. C++ & JAVA <------ object oriented programming language
hashmatullah
2017-04-17 04:34:17 UTC
C language is the basic of all language if you know C others language is very easy keep practice and do programming every day

don t follow the people just learn syntax and go ahead make something from your own self .

#START_CODE_PUSH
2008-02-28 08:25:24 UTC
I started with pascal and then I passed to Java.

Here you'll find how to start in Java:

http://java.sun.com/docs/books/tutorial/
Saleem
2008-02-28 08:26:48 UTC
first, to learn the programming basics and algorithms, use C Language.



tutorial from

http://www.simonhuggins.com/courses/cbasics/index.htm



then, to learn the Object Oriented Concepts, migrate to C++

a free C++ book from

http://www.computer-books.us/cpp_4.php



Good luck dude :D
2008-02-28 08:20:54 UTC
a good starting language is delphi, then progress to c#. try tubo delphi and visual c# express


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...