What program language should a beginner use?

Reply

Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: What program language should a beginner use?

 
0
  #11
Jan 15th, 2005
Originally Posted by jwenting
That's the first part of learning actually
Next part (which you seem ready for) is getting a solid theoretical foundation beneath that knowledge you have.

{ Removed }

Skip anything that says "teach yourself in XXX", "for dummies", etc. (but not anything by O'Reilly, their books are almost always well worth the investment).

Now THAT is words of wisdom
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 90
Reputation: Soral 3.0 is an unknown quantity at this point 
Solved Threads: 1
Soral 3.0's Avatar
Soral 3.0 Soral 3.0 is offline Offline
Junior Poster in Training

Re: What program language should a beginner use?

 
0
  #12
Jan 15th, 2005
Originally Posted by reezin14
I have heard of python,yabasic,and perl along with several others and was wondering if anyone could point me in the right direction. I'm not interested in web creation I just want to be able to make a computer or network work better

thanxs, Reezin14
I would try either window shell script or linux shell scripting. Both of them aren't web development scripting languages -- they don't make apps -- but if you can use them properly -- it will allow you to make your machine and or network run more efficiently because you can instruct to do your computer to accomplish many tasks that would take you precious time to do manually.
-Soral 3.0
"Success is peace of mind
which is a direct result of self-satisfaction
in knowing you did your best to become the best
that you are capable of becoming."
~John Wooden
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 366
Reputation: Sphyenx is an unknown quantity at this point 
Solved Threads: 2
Sphyenx's Avatar
Sphyenx Sphyenx is offline Offline
Posting Whiz

Re: What program language should a beginner use?

 
0
  #13
Jan 15th, 2005
mix it up.. books and tutorials. You can get multiple opinions and you can think more openly on thing's. Im more in to web design then programming.
is this a dream



We should all respect Dani, shes the admin and she does a damn good job!. Not to forget the rest of the mod's =)


http://img.photobucket.com/albums/v5...46/Sphyenx.jpg
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 571
Reputation: moderate_rock48 is an unknown quantity at this point 
Solved Threads: 0
moderate_rock48's Avatar
moderate_rock48 moderate_rock48 is offline Offline
Posting Pro

Re: What program language should a beginner use?

 
0
  #14
Jan 15th, 2005
To me programming and web design is very attractive. I would love to learn the language and be able to create programs, but I took a year of C++ and a year of Java, I just didnt understand it. I guess I dont have the brains for it
My karma ran over your dogma.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 68
Reputation: harshchandra is an unknown quantity at this point 
Solved Threads: 1
harshchandra harshchandra is offline Offline
Junior Poster in Training

Re: What program language should a beginner use?

 
0
  #15
Jan 16th, 2005
hi :rolleyes: ......these days only most of the ppl will suggest u to use c or C++ as a beginners...me too will advice u the same but if u really wants to start from the scratch then i will suggest u BASIC ...its a beginners all purpose symbolic instruction code
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 213
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: What program language should a beginner use?

 
0
  #16
Jan 16th, 2005
basic will just teach poor programming practices... It's just too basic (pun intended)

Pascal, Modula 2, Python, are all there and far better suited for the beginner.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 24
Reputation: sosco is an unknown quantity at this point 
Solved Threads: 4
sosco's Avatar
sosco sosco is offline Offline
Newbie Poster

Re: What program language should a beginner use?

 
0
  #17
Jun 27th, 2006
you think that VB is a paint programm? you say pascal or java. ok. so how much is pascal used anymore? or what you can do with pascal and you can't do with VB. java? java is good jost for web and phone application. nothing else.

anyway.. it is ok if he will choose VC not vb or C#. why? because VB is so simple to learn.. that when you will try to learn C++ will be to hard to understand the code! so it is better to start learning the hardest thing and then the easy one!

and maby he want to work in linux. with C he will have a good army!
Last edited by sosco; Jun 27th, 2006 at 11:44 am.
---------------------------
Modest Valentin, Ticu
IATAR Studio

http://iatar.no-ip.org/
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 138
Reputation: GriffIT34 is an unknown quantity at this point 
Solved Threads: 1
GriffIT34's Avatar
GriffIT34 GriffIT34 is offline Offline
Junior Poster

Re: What program language should a beginner use?

 
0
  #18
Jul 6th, 2006
This thread has been very helpful, programming is the next step of what I want learn. I do alot with hardware, and using applications, but I want to understand from start to finish how everything comes together. I've read some books to pick up html and css(again starting from scratch) i could've used more advanced programs but why not learn the basics.

So after reading this I think I'll get some books and hit the C++ on a linux box.
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 4
Reputation: Numen is an unknown quantity at this point 
Solved Threads: 0
Numen Numen is offline Offline
Newbie Poster

Re: What program language should a beginner use?

 
0
  #19
Jul 6th, 2006
All the advice given thus far is reasonable. My own suggestion would be to also consider at least playing with Prolog or Lisp at some point.

Python is a nice easy scripting language to get into.... Ruby if you're more Web inclined.

If you're partial to Linux then Java... if Windows then C#... if you have access to Visual Studio then VS.NET + C# can make the learning curve a lot more gentle.

If you're interested in admin and/or automation then as suggested above shell scripting under *nix or Monad/PowerScript under Windows might be more fruitful for you.

Best of luck.
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 138
Reputation: GriffIT34 is an unknown quantity at this point 
Solved Threads: 1
GriffIT34's Avatar
GriffIT34 GriffIT34 is offline Offline
Junior Poster

Re: What program language should a beginner use?

 
0
  #20
Jul 7th, 2006
How do I go about learning shell scripting?
Anybooks that we know are good??

If I learn shell scripting with linux would it give me more understanding and control over drivers with linux?

Thanks for the suggestions, the more I learn the more fun I'm having
I've recently read (haven't finished yet) books on html and apache web administration, really fancinating stuff
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the IT Professionals' Lounge Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC