Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pure Python in Xcode?

Tags:

python

xcode

Could anyone tell me how to use pure Python without Cocoa support in Xcode? I can only find the Cocoa-Python template on the Internet.

Thanks in advance.

like image 726
nonamelive Avatar asked Mar 18 '26 14:03

nonamelive


1 Answers

If you are just trying to write pure Python command line tools, using Xcode is like using a big sledge hammer to hit a tiny nail, in other words, probably not the best tool for the job. There are some old posts out there about how to set up a pure Python Xcode project, like this one, but, in the end, you might be better off using an editor you're already familiar with, like emacs, or, if you don't mind spending a little bit of money, TextMate, all along with a free vcs like mercurial or git. Or take a look in MacPorts for those and other options.

like image 174
Ned Deily Avatar answered Mar 20 '26 05:03

Ned Deily



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!