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.
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.
IDE Python emacs. python emacs , , emacs - .
, , . emacs, , Python 1992 .
Google , Emacs Mac OS X.
eclipse PyDev python, , OS X java.
, BBEdit, , Wingware Python Python. Python. .
http://www.wingide.com/
Source: https://habr.com/ru/post/1734972/More articles:What does the endpoint parameter Socket.ReceiveMessageFrom () mean? - c #How to create an individual animation of the mouse cursor with the mouse? - c ++Zoom in a new window? - htmlКак преобразовать вложенную иерархию xml в таблицу sql - sqlHow to improve client-server security? - securityUnit tests for intermittent code - cLinq works in a single statement, but not with a choice in a property - lambdaHow to diagnose a source of failure in F # interactive - debuggingEngines on the client and server side? - javaNoob at C ++: how to make an associative array of an object => value? - c ++All Articles