Search code examples
pythonmacossequelpro

Is there a good standalone Mac application for Python?


I'm just getting into Python coding on my Mac using El Capitan. The main code I use is SQL, which I almost exclusively do through Sequel Pro. But as I'm using Python more-and-more (mostly through TextWrangler currently) and I was wondering if anybody knows of a Python-type-version of Sequel Pro? Just in terms of usability and stuff. Sequel Pro is so helpful, and it made learning SQL so much easier a few years back -- it would be great if there was something similar for Python.

Here's a screengrab of Sequel Pro for anyone not familiar:

SequelPro

Thanks!


Solution

  • Closing this question in case it's off-topic -- but I found PyCharm and that seems to be exactly what I was looking for.