Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 08-02-2004, 08:54 AM   #1 (permalink)
ADZ
 
Master Techie

Join Date: May 2003

Posts: 2,233

ADZ is on a distinguished road

Send a message via Yahoo to ADZ
Default Best Method For Learning

I am curious.

For those of you who have learnt a new programming language orpicked up a computer-related book and learnt it, what is YOUR way of obtaining info from a written document and learning it???
ADZ is offline  
Old 08-02-2004, 10:04 AM   #2 (permalink)
 
Wizard Techie

Join Date: Jan 2003

Posts: 3,320

Shakie

Send a message via ICQ to Shakie Send a message via Yahoo to Shakie
Default

When I go to learn something new like this, I put myself in the environment to learn, ie. I am right in front of a computer trying to duplicate examples and scenarios. Books a lot of time give you examples and say "If you do this, you will get this... see?" and a lot of times I didn't, so I learned to make it happen on my PC.
__________________
<code>
(\ /) This is Bunny. Add him to your signature
(O.o) to help him achieve <a href=\"http://carboxymoron.com/sigbunny/\" title=\"the signature bunny\">world domination</a>.
(> <)
</code>
<code>Shakie<br>Smodministrator<br>\"If I don\'t step over the line every now-and-then, how will I know where it is?\"</code>
Shakie is offline  
Old 08-03-2004, 09:52 AM   #3 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

I try and make my own examples, to add to the ones in the books. Once I know that I can easily apply it to my real tasks in work and such. Somtimes the examples in the book are a little hoky
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 08-04-2004, 12:19 AM   #4 (permalink)
 
Newb Techie

Join Date: Jul 2004

Posts: 23

Punch-M6.net

Default

Often books will give an example at the end of a section that ties everything they've been talking about together into and example prog. I've found it useful to skip straight to that example, copy it into the language, compile it, and then go back through the sections learning what each part of the code does, with the constant reference of a working example. This way you can also tweak the code like they mention in the text and see the results.

The other thing is to fiddle with the examples once you've programmed them to work out how they really work, not just rush on to the next chapter. It takes longer this way, but I've found I understand a lot more if I do it.
Punch-M6.net is offline  
Old 08-04-2004, 02:55 AM   #5 (permalink)
 
Ultra Techie

Join Date: May 2004

Posts: 827

didi

Default

but sometimes the exercises of the book very hard to do.
__________________
http://blog.diyersitzone.net/

AMD Athlon 64x2 4000+
2GB Kingston DDRII667Mhz
MSI K9Neo-F
MSI 256MB GeForce8500GT
Western Digital 160GB SATAII HDD
Maxtor 80GB 8M ATA133 HDD
LG 4163B DVDRW
17" Samsung 793Dfx Monitor
Win XP Pro
didi is offline  
Old 08-04-2004, 03:03 AM   #6 (permalink)
 
Newb Techie

Join Date: Jul 2004

Posts: 23

Punch-M6.net

Default

That's true. I was talking more about the examples they often give that are complete code samples. Having these in a working state while you learn is really useful.
Punch-M6.net is offline  
Old 08-04-2004, 07:55 AM   #7 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

Yeah, usually they have one major "class project" so to speak. It's normally in the last chapter, or in one of the appendixes. Sometimes they work on it throughout the book though.
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 08-04-2004, 09:33 AM   #8 (permalink)
milen's Avatar
 
Super Techie

Join Date: Feb 2004

Posts: 304

milen is on a distinguished road

Default

Books with examples
Just retype the examples and you are on
Only to read it it will not clear your picture...

Examples..Examples..Exampless
milen is offline  
Old 08-04-2004, 06:03 PM   #9 (permalink)
 
Ultra Techie

Join Date: Feb 2004

Posts: 833

hygor

Default

Personally I find the best way to get a good textbook, read that and also read online tutorials... however additionally (and probably one of the most important activities) I also like to look at things other people have done with that language and see if i can edit it or recreate it. This I find really helps me to learn.
Perhaps trial and error is the most powerful learning tool... as when I use all of the above, i find myself trying things and experimenting with code which helps me to understand it better and then it seems to stick better as well.

Personally I think learning from all of the sources I have mentioned is important as alone they are helpful, but together they can be a great way to learn things quickly and thoroughly!
__________________
hygor is offline  
Old 08-06-2004, 01:54 PM   #10 (permalink)
 
True Techie

Join Date: Apr 2004

Posts: 168

nak-1

Default

Have a goal to aim for. If your just learning the language with no reason for doing so you'll find it hard to maintain your motivation when the going gets tough.

I've always found that printed material is much easier to learn from.

Having a go. If you think you've got your head round the syntax and structure of a language ditch the text book and have a go. Break down the task into the smallest possible pieces and just start writing them. Research the problems you come across, this will also stop you learning things that you don't need to know to achieve what you are trying to do.
__________________
--------------------

Nak

Is it just me, or does something smell suspicious about all this?
nak-1 is offline  
 
Closed Thread

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