software programming for brginners- where to start

8 posts / 0 new
Last post
Offline
Last seen: 8 years 10 months ago
Joined: Sep 2 2004 - 23:45
Posts: 170
software programming for brginners- where to start

Hi, im very interested in programming, barely have any knowlege of it.
I want to know where I should start, what books to buy, and what would realy get me off on the riht foot, i realy have no knowledge of programming. So any help would b much appreciated!

thanks!
eric

doug-doug the mighty's picture
Offline
Last seen: 3 weeks 1 day ago
Joined: Apr 14 2004 - 17:52
Posts: 1396
VB

VB (Visual Basic is a good one to start with. It is the macro language for things like MS Excel and should be pretty easy to come across. The structure of the language is a good gateway to other languages like C and COBOL. Of course, you can just as easily segway from VB into Java and other things. Not exactly Mac, but is a good gateway as it is pretty commonplace, plenty of doc and help around it, and you may be able to get into it for little or no out-of-pocket.

Hokusai's picture
Offline
Last seen: 21 hours 30 min ago
Joined: Dec 20 2003 - 10:38
Posts: 256
Hmm...

I've heard that Python is a good starter language and is quite powerful in its own right. I suppose it can be though of as a 'gateway' language, allowing you to better grasp and eventually master other languages.

BDub's picture
Offline
Last seen: 2 years 3 weeks ago
Joined: Dec 20 2003 - 10:38
Posts: 703
Re: Hmm...

I've heard that Python is a good starter language and is quite powerful in its own right. I suppose it can be though of as a 'gateway' language, allowing you to better grasp and eventually master other languages.

Python is a nicely structured language that will force you to write good code. There's something about a language where indents matter that just makes me happy.

I'd stay away from Visual Basic at the moment. Just personal bias.

I shy away from recommending programming languages without knowing the problem you're attempting to solve.

-BDub

Offline
Last seen: 8 years 10 months ago
Joined: Sep 2 2004 - 23:45
Posts: 170
ok so id like to try python!

ok so id like to try python! where do i start?

eric

aladds's picture
Offline
Last seen: 1 month 2 days ago
Joined: Dec 26 2003 - 16:21
Posts: 298
Real Basic

(I know you said you're interested in Python, but…)Real Basic's ok (I use it a lot) and you can compile for Mac, Linux(never tried it myself, but it is possible) and Wln. It runs on Mac(OS9 or OSX) or Wln

There are also some good books on RealBasic and you can convert Vlsual Basic programs for it (special converter program made by Real Software(Free))

http://www.realbasic.com

Eudimorphodon's picture
Offline
Last seen: 3 months 3 weeks ago
Joined: Dec 21 2003 - 14:14
Posts: 1207
Re: ok so id like to try python!

ok so id like to try python! where do i start?

pythong.org

BDub's picture
Offline
Last seen: 2 years 3 weeks ago
Joined: Dec 20 2003 - 10:38
Posts: 703
Re: ok so id like to try python!

ok so id like to try python! where do i start?

http://www.python.org/moin/BeginnersGuide is the beginners guide to Python. If you're running OS X, you already have Python installed.

If you're running Mac OS 10.3, I recommend using SubEthaEdit (http://www.codingmonkeys.de/subethaedit/) as a good text editor. It's one of my favorite pieces of software, just because of the syntax highlighting on it. It also contains some cool features allowing multiple users on one document, and being able to see what's been changed. Of course, those are after you've started doing more advanced projects, however it's nice working with an editor that you won't outgrow anytime soon.

-BDub

Log in or register to post comments