Lost Password?


Go Back   CodeCall Programming Forum > Software Development > Software Development Tools

Software Development Tools Tools to help encrypt, install or anything else for Software Development

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-03-2006, 07:00 AM
Dan Dan is offline
Programmer
 
Join Date: Jun 2006
Posts: 145
Rep Power: 9
Dan is on a distinguished road
Default How do you learn a programming language?

As per the title, how do you learn a programming language?

I have used a combination of, tutorials, editing existing scripts for my needs as well as books (usually from amazon).

I actually find editing existing scripts to be the most useful, although it is still hard to master a language such as C++

What methods have other coders used?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 07-03-2006, 12:00 PM
Void's Avatar   
Void Void is offline
Programming Expert
 
Join Date: Jun 2006
Posts: 411
Rep Power: 12
Void is on a distinguished road
Default

I generally read a book or take a class to start with and then *try* to create a small program. Once I'm in the middle of the program tutorials and tips on the internet lead the way for me. I've used existing scripts as examples and learned a lot from them.
__________________
Void
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-03-2006, 09:02 PM
Kaabi's Avatar   
Kaabi Kaabi is offline
Programming God
 
Join Date: Jul 2006
Posts: 884
Rep Power: 14
Kaabi is on a distinguished road
Default

I've never learned a full programming language, but from what I have learned, it's all been online tutorials and speaking with people who know more about the language then I do. I could have probably learned C++ all the way now if I had sticked with it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-03-2006, 09:21 PM
MrDiaz MrDiaz is offline
Learning Programmer
 
Join Date: Jul 2006
Posts: 65
Rep Power: 9
MrDiaz is on a distinguished road
Default

books is the best way, also tutorials, while you see you can also try and do the same on the computer to try to match the exercise.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-04-2006, 08:42 AM
Kaabi's Avatar   
Kaabi Kaabi is offline
Programming God
 
Join Date: Jul 2006
Posts: 884
Rep Power: 14
Kaabi is on a distinguished road
Default

Oh wait, now that I think about it, I did once use a book to learn a programming language (part of one). I was learning Liberty BASIC using Liberty BASIC for Dummies (they have everything, don't they?) I regret doing it though, Liberty BASIC is the most useless language EVER.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 07-21-2006, 05:27 PM
kromagnon kromagnon is offline
Learning Programmer
 
Join Date: Jun 2006
Posts: 53
Rep Power: 10
kromagnon is on a distinguished road
Default

Taking a class for it is definitely the best, because you have an expert there to help you in real life(instead of asking for help over a forum).But this isn't an option for many people. The next best choice I think would be to buy the book that the class teaches from. My C++ book that I got in CS1400 is an invaluable resource.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-21-2006, 05:39 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is online now
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,405
Last Blog:
wxWidgets is NOT code ...
Rep Power: 37
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default

There are some books online for free. Using those can be especially helpful.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-24-2006, 07:54 PM
Kaabi's Avatar   
Kaabi Kaabi is offline
Programming God
 
Join Date: Jul 2006
Posts: 884
Rep Power: 14
Kaabi is on a distinguished road
Default

Well if you go to college there are a lot of programming classes, so that's probably the best way to learn it. I'm pretty sure you can also take classes in high school too.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 07-25-2006, 08:59 AM
hoser2001's Avatar   
hoser2001 hoser2001 is offline
Programmer
 
Join Date: Jul 2006
Posts: 175
Rep Power: 10
hoser2001 is on a distinguished road
Default

I got this really great internship the summer before my junior year of college. Worked for a software company doing .NET and lots of work with ms sql2000. I had almost no programming background when I started and now I feel completely confident in my ability to do anything as long as its possible with code. NO college course could have taught me all the skills I learned working there. So I say hands-on experience in real a life situation is the best way to learn something new.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 07-25-2006, 01:03 PM
Sionofdarkness Sionofdarkness is offline
Programming Expert
 
Join Date: Jul 2006
Posts: 384
Rep Power: 11
Sionofdarkness is on a distinguished road
Default

I haven't really started to learn a full language yet, I'm just trying to learn about programming as a whole before I dive into learning the complete syntax of an individual language.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Easy Program Language to Learn george89 General Programming 20 08-01-2008 12:08 AM
D Programming Language. R-G General Programming 2 04-12-2007 12:22 PM
What language to Learn? mevets General Programming 20 12-20-2006 10:04 AM
For Windows, was is the best language to learn? JBull C and C++ 5 08-07-2006 06:50 PM
Is PHP the best web programming language to learn? Kaabi PHP Forum 9 07-05-2006 10:20 PM


All times are GMT -5. The time now is 03:20 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads