Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

taptic

macrumors 65816
Original poster
Dec 5, 2012
1,341
437
California
Hi,

I know how to program in Python. Would it be terribly difficult to learn X Code? Are they about the same? or extremely different?
 
Yeah, I guess :p. I don't even know exactly what it's called. Whatever is used to program iOS and Mac OSX applications.
 
What's your goal?

You can run Python code on Macs and iOS devices, so what do you want to do you can't already do?

B
 
Wait a second, I just did what smart people do.... I googled it. (I wonder if I'm smart now... probably not.) Just to make sure I have the correct info, X Code is just a program that makes it easier to program for Apple devices, but it does support most programming languages, right?

EDIT: Just saw your previous post after I posted this. Thanks!
 
Isn't Python still a command line compiler ?

Xcode uses extensive Objective C so I'd start there. It too is a compiler. Only Xcode has modules you can use to make an app. Learning Xcode is something that takes as much from you as you put in.

Are egg drop bots still written using Python ?
 
It really depends on what you are writing.

If you are looking to compile for IOS or Mac OS you will need some Objective-C and perhaps C/C++.

You really can't do a lot with Python since it doesn't do GUI I don't think.
 
You can actually build GUI programs using Cocoa with Python.

http://stackoverflow.com/questions/861188/what-gui-options-are-available-for-python-on-mac-os-x

B
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.