Google Community
Latest Forums Rules Resources
Custom Search

Go Back   Google Community > Webmaster Forums > Web Design, Coding & Programming Forum

GoogleCommunity Sponsor
Cirtex Hosting
Use coupon "forum" for 50% Off!

Reply
 
LinkBack Thread Tools Display Modes
Old 10-25-2005, 04:57 AM   #1 (permalink)
Google Guru
 
IamTheKing9's Avatar
 
Join Date: Sep 2005
Location: Mumbai, India
Posts: 3,000
Thanks: 3
Thanked 10 Times in 9 Posts
IamTheKing9 is an unknown quantity at this point
Send a message via MSN to IamTheKing9 Send a message via Yahoo to IamTheKing9
Is there a way to learn programming for free on the Net?

I think the subject tells everybody the question. But anyway, I'll repeat it - Is there a way to learn programming for free on the Net?

If you (it can be anyone) think that there is, then please post about it here, in this topic.
IamTheKing9 is offline   Reply With Quote
 
Sponsored Links
Old 10-25-2005, 05:56 AM   #2 (permalink)
Google Guru
 
Join Date: Sep 2005
Location: Vancouver, BC.
Posts: 4,002
Thanks: 0
Thanked 4 Times in 3 Posts
mondine is an unknown quantity at this point
It is, after all, the Google Community.
Sometimes, the most obvious answer is the best one.
May I suggest a search for "Programming Tutorials".
__________________
mondine is offline   Reply With Quote
Old 10-25-2005, 09:12 PM   #3 (permalink)
Google Guru
 
IamTheKing9's Avatar
 
Join Date: Sep 2005
Location: Mumbai, India
Posts: 3,000
Thanks: 3
Thanked 10 Times in 9 Posts
IamTheKing9 is an unknown quantity at this point
Send a message via MSN to IamTheKing9 Send a message via Yahoo to IamTheKing9
Quote:
Originally Posted by mondine
It is, after all, the Google Community.
Sometimes, the most obvious answer is the best one.
May I suggest a search for "Programming Tutorials".
Thanks mondine!!!
IamTheKing9 is offline   Reply With Quote
Old 10-29-2005, 04:02 PM   #4 (permalink)
nsj
Junior Googler
 
Join Date: Oct 2005
Location: Jamaica
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
nsj
Send a message via MSN to nsj
Any particular language you're interested in?
I would recommend dedicated sites for each language that would give you step by step instructions from the basic level.
nsj is offline   Reply With Quote
Old 10-29-2005, 08:11 PM   #5 (permalink)
Master Googler
 
Join Date: Sep 2005
Location: Brisbane, Australia
Posts: 512
Thanks: 0
Thanked 0 Times in 0 Posts
Vimialp
Send a message via MSN to Vimialp
I would like to learn lua
Vimialp is offline   Reply With Quote
Old 10-29-2005, 09:21 PM   #6 (permalink)
Elite Googler
 
Join Date: Nov 2004
Location: Kansas City, Missouri
Posts: 1,065
Thanks: 0
Thanked 0 Times in 0 Posts
Lupine1647
Quote:
Originally Posted by Vimialp
I would like to learn lua
http://www.lua.org/pil/
Lupine1647 is offline   Reply With Quote
Old 10-30-2005, 10:36 PM   #7 (permalink)
Google Guru
 
IamTheKing9's Avatar
 
Join Date: Sep 2005
Location: Mumbai, India
Posts: 3,000
Thanks: 3
Thanked 10 Times in 9 Posts
IamTheKing9 is an unknown quantity at this point
Send a message via MSN to IamTheKing9 Send a message via Yahoo to IamTheKing9
Quote:
Originally Posted by nsj
Any particular language you're interested in?
Well, what about Java?
IamTheKing9 is offline   Reply With Quote
Old 10-31-2005, 03:19 PM   #8 (permalink)
Noogle
 
Join Date: Jul 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
amlegypt
that is great plus you can search 'free code project' and u can read and learn from it
amlegypt is offline   Reply With Quote
Old 11-01-2005, 12:41 AM   #9 (permalink)
Google Guru
 
IamTheKing9's Avatar
 
Join Date: Sep 2005
Location: Mumbai, India
Posts: 3,000
Thanks: 3
Thanked 10 Times in 9 Posts
IamTheKing9 is an unknown quantity at this point
Send a message via MSN to IamTheKing9 Send a message via Yahoo to IamTheKing9
Quote:
Originally Posted by amlegypt
that is great plus you can search 'free code project' and u can read and learn from it
Code Project, huh? Not a bad site. In fact, thanks for recommending it!
IamTheKing9 is offline   Reply With Quote
Old 01-15-2006, 08:43 PM   #10 (permalink)
Noogle
 
Join Date: Jul 2005
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
killerpants
another way to learn: go freelance!

With Java, which follows a C-like syntax, I found those online guides to be a bit slow. If the same happens to you, another option that you have to learn is the following:
-learn the syntax (for, while, function headers, abstract, implements/extends, import, public/private/protected, switch/case, throw/catch, declaring/initializing primitives vs initializing an Object, if/else, arrays)
-learn the structure (inheritance, object-oriented, libraries)
-get an idea of the main primitive types (int, long, double, float, byte, char, boolean)
-get an idea of the standard language classes (String, Integer, Double, etc)
-LEARN TYPECASTING!!!
-get to know a few util classes (ArrayList, etc)
-start going through source for simple stuff, starting with your standard Hello World

after you've got the hang of these basics (I know it looks like a lot, but it's very similar to picking up a new spoken language: the more you practice, the better you get and the more you retain)

for practice, you can try some practice programs from online guides. there's this really good free online java textbook to use for practice problems:
http://math.hws.edu/javanotes/

after that, you'll probably feel like putting your new knowledge to good use, but still feel very limited in your abilities because you'll have an idea of what you want to do, but not know exactly how to do it. there are two ways to approach this problem: search the Google to see if there are guides to perform your specific task, and two, organize your thoughts in some format, regardless of whether you think it's possible, and then start exploring the Java API. You'll be surprised by how much Sun's developers have already done for you. This is the beauty of Java. It's got all this great ready-made stuff for your use in the API, and it's still growing.

Learning a new language takes a lot of time, whether it be spoken or computer. Make sure you're ready to make a relatively large time commitment if you want to be able to create things that amaze you (and your friends, and US @ the googleboard place)
killerpants is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where i can learn more about blog nuttaphong191 All About Google 1 11-22-2006 06:58 PM
Large Collection Free Programming Books pmsprasa Books and Google Book Search 0 10-31-2006 03:25 AM
Where do we Learn our Beliefs? A journey into the SELF! Earth.Child Chit Chat 4 03-09-2006 12:00 AM
Learn how to Search Google geekerati All About Google 2 03-06-2005 02:55 AM
How to learn C++ Anonymous Web Design, Coding & Programming Forum 6 08-29-2004 11:40 AM


All times are GMT -8. The time now is 10:47 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004–2007 Google Community