Computing.Net > Forums > Programming > starting learning of programing

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

starting learning of programing

Reply to Message Icon

Name: Dummy
Date: June 11, 2009 at 13:07:34 Pacific
OS: Microsoft Windows XP Professional
CPU/Ram: 1.596 GHz / 1014 MB
Product: Dell / Mxc061
Subcategory: C/C++
Comment:

i m 14 and i want to learn about programing....where should i start?i want learn online and no classes



Sponsored Link
Ads by Google

Response Number 1
Name: cyoung311
Date: June 11, 2009 at 13:14:27 Pacific
Reply:

There are lots of tutorials out there. Try Googling "Software Development", "beginning programming", etc. You should also look into what the course materials are for some of the junior college programming courses (like CSC 101). This will give you a leg-up on what you're going to have to know in order to get started. You can also look at code examples on the web. Find out what problem or task the program performs or solves and look at the steps in the programming language code to see how it was done. I first learned programming from a FORTRAN class that I took.. Later I learned assembly language by literally reading the assembly output listing of the assembler program itself.
Good luck! You can do it!!!

http://www.soyouwanna.com/course/78...


0

Response Number 2
Name: ghostdog
Date: June 11, 2009 at 18:05:48 Pacific
Reply:

to aid in your programming course, you can try using Python as the programming tool.


0

Response Number 3
Name: Dummy
Date: June 12, 2009 at 01:38:25 Pacific
Reply:

print "Hello, World!"

i type this in Python shell but it seem does not work....i should type at where?in a untitled?


0

Response Number 4
Name: ghostdog
Date: June 12, 2009 at 02:41:16 Pacific
Reply:

on the command prompt type :

c:\test> python

please read the python tutorial (google python tutorial) and follow it through.


0

Response Number 5
Name: Dummy
Date: June 12, 2009 at 03:19:41 Pacific
Reply:

i try that but it din work


0

Related Posts

See More



Response Number 6
Name: ghostdog
Date: June 12, 2009 at 04:12:26 Pacific
Reply:

come on, show why it didn't work..what did you do ???
see this


0

Response Number 7
Name: Dummy
Date: June 12, 2009 at 04:26:28 Pacific
Reply:

well...i type :
>>> def welcome():
print "Welcome to Paris"

it appears
SyntaxError: expected an indented block (<pyshell#8>, line 2

and i try
c:\test> python in command prompt but it is not working...



0

Response Number 8
Name: ghostdog
Date: June 12, 2009 at 05:44:12 Pacific
Reply:

you need to indent your code (4 spaces) to the right

>>> def test():
...   print "hello"
...
>>>          

anyway, if you are beginner, its too early to learn functions. please take the Python tutorial at the Python documentation site (doc.python.org)


0

Response Number 9
Name: Dummy
Date: June 12, 2009 at 07:09:01 Pacific
Reply:

okok thanks for hlp


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: starting learning of programing

Where can I learn to program????? www.computing.net/answers/programming/where-can-i-learn-to-program/14348.html

Learning to Program www.computing.net/answers/programming/learning-to-program/10238.html

Learning to program with C: A viable opt www.computing.net/answers/programming/learning-to-program-with-c-a-viable-opt/391.html