Linked by Thom Holwerda on Wed 11th Apr 2007 16:35 UTC, submitted by ShlomiFish
Permalink for comment 229635
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 06/18/13 22:33 UTC
Linked by Anonymous on 06/18/13 22:26 UTC
Linked by Thom Holwerda on 06/18/13 22:25 UTC
Linked by Thom Holwerda on 06/18/13 17:45 UTC
Linked by Thom Holwerda on 06/18/13 17:32 UTC, submitted by poundsmack
Linked by Thom Holwerda on 06/17/13 17:58 UTC
Linked by Thom Holwerda on 06/17/13 17:52 UTC
Linked by Thom Holwerda on 06/14/13 21:03 UTC
Linked by Thom Holwerda on 06/14/13 20:46 UTC
Linked by Thom Holwerda on 06/14/13 17:32 UTC
More News »
Sponsored Links



Member since:
2007-04-11
As a layman who has chosen to run Linux at home after much learning through trial and error and has had no formal computer training and learned HTML back in 1995 on my own before all of the WYSIWYG exditors there are now, I would just like to say something here.
As I got into the Linux thing back in 2000, I realized I was in for a steep learning curve. With an online community of Mandrake, RedHat, and SuSe as well as the help of Linux Magazine (back when it actually targeted newbies and helped us out) I discovered that I had to learn the shell commands, especially to gain the control over my system that Linux had been lauded to give me in the first place.
All the books/forums said it was C like and to learn C. Then they were recommending I learn C++ rather than C. Then, trying to learn C++ used Microsoft compilers et cetera rather than gcc. There was no how to really good beginning GCC tutorials that taught C++ in combo with Gcc/g++. I turned to languages Perl and Python. I originally bought a book on learning python by O'Neill, but it was too boring and didnt allow me to hit the ground running. I wanted to write stuff that worked NOW! After a year or two of trying Python and getting frustrated, I stepped away from the problem.
This past Chrismtas, I googled "beginner + programming" and found Learn to Program by Scott Pine based on Ruby. There was no Microsoft based software required, I didnt have to learn to use the compiler in Linux, I could just download the program for free, compile it, go through the examples and run it! BAM!
I finished that bare bones book in two weeks and for once had a raw basic idea of what key elements required to program. (Hey Scott, put more examples and the answers in the next edition, if you are listening...Other than that, your book rocked and changed my life!)
I bought the Pickaxe a few weeks later (Considered the defining Ruby book at this time), and now, four months later, I have managed to write a program for dosing aminoglycosides and theophylline that is used in clincial functions for my hospital where I work. I have also started writing a character creation program for the role playing game I am writing.
I consider my self a skilled programmer by no means, but I can play around in there enough to get the things done that I want to get done. I would recommend starting with Ruby for any people with an interest in learning programming rather than for a marketing or resume angle. Especially if you are a linux user writing for tools to help you at your job when your job is a microsoft shop.
Edited 2007-04-11 18:25