Pure Python in Xcode?

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

Thanks in advance.

+3
source share
4 answers

If you're just trying to write clean Python command line tools, using Xcode is like using a big sledgehammer to hit a tiny nail, in other words, maybe not the best tool to work with. There are some old posts on how to set up a clean Python Xcode project, like this one , but in the end, you can better use an editor you are already familiar with like emacs, or if you don't mind spending some money TextMate . all together with free vcs like mercurial or git . Or check out MacPorts for these and other options.

+7
source

IDE Python emacs. python emacs , , emacs - .

, , . emacs, , Python 1992 .

Google , Emacs Mac OS X.

0

eclipse PyDev python, , OS X java.

0

, BBEdit, , Wingware Python Python. Python. .

http://www.wingide.com/

0

Source: https://habr.com/ru/post/1734972/


All Articles