d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Programming On A Mac > Getting Started
Add Reply New Topic New Poll
Member
Posts: 1,337
Joined: Feb 7 2011
Gold: 0.85
Jun 22 2012 06:34am
Which language should I start with, since I never touched any coding before.

I'm looking for something to make programs for computer with and NOT internet coding/Design coding stuff.


also which program can I use on a mac to code also.

Thanks
Member
Posts: 4,605
Joined: Sep 15 2011
Gold: 9,464.00
Jun 22 2012 12:11pm
what kind of programs?

generally, unless you're doing stuff for Windows, coding on a mac is actually easier.

on a mac, python and gcc are installed by default (as is a version of the JSDK), and of course a cocoa compiler for writing stuff for Mac OS and iOS. there are also some great tools for writing/editing code -- mac versions of Eclipse and IntelliJ, command line editors like emacs and vim, and a zillion different GUI-based text editors (some great ones too) available.


so if you've never done any coding before, I'd say you should start with Python. that's easy enough to get into, and you don't need to download any additional software to start doing it. just open up a TextEdit editor (or download your favorite - XCode and SubethaEdit are two that come to mind) and start coding...
Member
Posts: 1,337
Joined: Feb 7 2011
Gold: 0.85
Jun 22 2012 12:26pm
Quote (irimi @ Jun 22 2012 07:11pm)
what kind of programs?

generally, unless you're doing stuff for Windows, coding on a mac is actually easier.

on a mac, python and gcc are installed by default (as is a version of the JSDK), and of course a cocoa compiler for writing stuff for Mac OS and iOS.  there are also some great tools for writing/editing code -- mac versions of Eclipse and IntelliJ, command line editors like emacs and vim, and a zillion different GUI-based text editors (some great ones too) available.


so if you've never done any coding before, I'd say you should start with Python.  that's easy enough to get into, and you don't need to download any additional software to start doing it.  just open up a TextEdit editor (or download your favorite - XCode and SubethaEdit are two that come to mind) and start coding...


thank you.
Member
Posts: 428
Joined: Jan 20 2006
Gold: 0.00
Jun 22 2012 05:58pm
A God of Python made http://programming-motherfucker.com/, there's a giant list of free resources available on it.

If you are going to start with Python I would first look into MIT OCW introductory classes (video) and Zed Shaw's Learn Python the Hard Way.
Member
Posts: 9,257
Joined: Sep 6 2007
Gold: 196.63
Jul 2 2012 10:02pm
I would start with Visual Basic.net (Microsoft).. You can download this by googling visual basic express 2010 and download it directly off MS website.

There are a ton of tutorials on youtube and the syntax is pretty easy to learn.
Banned
Posts: 2,525
Joined: Jan 2 2012
Gold: 0.01
Warn: 10%
Jul 3 2012 06:40am
Quote (bringyourbig @ 3 Jul 2012 05:02)
I would start with Visual Basic.net (Microsoft).. You can download this by googling visual basic express 2010 and download it directly off MS website.

There are a ton of tutorials on youtube and the syntax is pretty easy to learn.


Member
Posts: 46
Joined: Jun 23 2007
Gold: 0.00
Jul 3 2012 09:10am
Quote (Maynard @ Jun 22 2012 11:58pm)
A God of Python made [URL=http://programming-motherfucker.com/,]http://programming-motherfucker.com/,[/URL] there's a giant list of free resources available on it.

If you are going to start with Python I would first look into MIT OCW introductory classes (video) and Zed Shaw's Learn Python the Hard Way.


thanks for that link! :P
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll