Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 10-02-2006, 06:43 PM   #1 (permalink)
revenge2's Avatar
 
Super Techie

Join Date: Oct 2006

Location: earth

Posts: 361

revenge2 is on a distinguished road

Default help

hello, im just wondering what would be a good and easy "advanced"programming language learn. and i emphasize the "easy"

-thanks
revenge2 is offline  
Old 10-02-2006, 07:50 PM   #2 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

There really is no such thing as an 'advanced' programming language. Just pick one and learn it thoroughly. You can write 'advanced' software in nearly any language. If you're just starting out, I'd recommend Python.
jaeusm is offline  
Old 10-02-2006, 09:32 PM   #3 (permalink)
 
Junior Techie

Join Date: Sep 2006

Posts: 74

iambrian

Default

Also, you can try out using Visual Basic. I dont know what the most current language they use is, but at school, it is C++. Now, it is not the most popular language anymore because they use other things, but it will give you a starting point with tons of tutorials of the feel of writing code.
iambrian is offline  
Old 10-03-2006, 02:06 AM   #4 (permalink)
 
True Techie

Join Date: May 2006

Posts: 101

jonmon6691

Default

call me crazy but i think perl offers the best insight on programing basics like for if then variables and so on. That an python which i havnt gotten around to looking at but i hear good things.
__________________
<small>
.:HP Pavillion dv6000:.
1.8 ghtz Intel Core 2 Duo
2GB RAM
120 GB HDD
nVidia Go graphics
Apache 2.2 (looking for a domain name)
</small>
jonmon6691 is offline  
Old 10-03-2006, 03:39 AM   #5 (permalink)
revenge2's Avatar
 
Super Techie

Join Date: Oct 2006

Location: earth

Posts: 361

revenge2 is on a distinguished road

Default

yeah i chekd out python and c++, the tutorials an all, but c...they just start off immediately giving me instructions on what to do
for eg, "hello world" i get that but it doesnt exactly tell you clearly what the code does...
revenge2 is offline  
Old 10-03-2006, 10:30 AM   #6 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

Quote:
call me crazy but i think perl offers the best insight on programing basics
You're crazy
Perl is a bit cryptic for a beginner.

Quote:
yeah i chekd out python and c++, the tutorials an all, but c...they just start off immediately giving me instructions on what to do
Go for python tutorials -- or better yet, books. You can do C or C++, but you'll have to learn more before you can start being productive. In a couple days with python, you'll be surprisingly productive.

Quote:
for eg, "hello world" i get that but it doesnt exactly tell you clearly what the code does...
Sometimes when first learning a language, you have to accept that some things just work until you have learned a sufficient amount to comprehend what is actually happening. I've never been a big fan of online tutorials. I'd check amazon for book reviews and purchase a good book on whatever language you want to learn. If you would like to see what books other people at this forum have used to learn certain programming languages, just ask.
jaeusm is offline  
Old 10-03-2006, 04:51 PM   #7 (permalink)
revenge2's Avatar
 
Super Techie

Join Date: Oct 2006

Location: earth

Posts: 361

revenge2 is on a distinguished road

Default

Quote:
Go for python tutorials -- or better yet, books. You can do C or C++, but you'll have to learn more before you can start being productive. In a couple days with python, you'll be surprisingly productive.
im trying out python but i cant get hold of a compiler, anyone know where i can find one>
revenge2 is offline  
Old 10-03-2006, 07:25 PM   #8 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

www.python.org

Make sure you get a good resource for a tutorial -- one that explains how to use and set up a development environment.
jaeusm is offline  
Old 10-05-2006, 10:27 PM   #9 (permalink)
revenge2's Avatar
 
Super Techie

Join Date: Oct 2006

Location: earth

Posts: 361

revenge2 is on a distinguished road

Default

hello this is probably a very stupid question but where should i start?
there is alot and it is some what confusing and a little intimidating

it says it can be used for(in python)

databases
xml
ide's
cgi
gui
msql

and so on....

where should i start and which should be appropriate
-thanks
revenge2 is offline  
Old 10-05-2006, 11:20 PM   #10 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

Follow this tutorial. It may seem a bit long, but just do a little bit at a time. It's broken up into chapters, and was originally written by the man who created python: http://docs.python.org/tut/
jaeusm 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