-2

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!

Daniel Roseman
  • 588,541
  • 66
  • 880
  • 895
Ryan
  • 501
  • 1
  • 12
  • 26
  • This question doesn't make much sense, quite apart from being off topic. Sequel Pro is a database application, Python is a programming language. What do they have in common? – Daniel Roseman Nov 08 '15 at 20:30
  • 1
    @DanielRoseman I think what he's asking for is a Python IDE. –  Nov 08 '15 at 20:39
  • A Python IDE? In which case the answer is probably [iPython](http://ipython.org). – Norman Gray Nov 08 '15 at 22:19
  • @DanielRoseman Sorry if this question didn't make much sense, but I don't see how it's off topic? I'm asking for an application that would make Python as easy to use as Sequel Pro make SQL easy to use. I don't think that deserves down-votes. – Ryan Nov 09 '15 at 01:52
  • @DanielRoseman If asking for a tool to help is off-topic, I was unaware -- and I'm happy to close the question. – Ryan Nov 09 '15 at 01:59
  • @duskwuff Thank you! Based on learning your IDE suggestion, I learned what the proper terminology was and was able to find PyCharm -- which so far seems great. Thanks again for helping! – Ryan Nov 09 '15 at 02:06
  • @NormanGray Thanks for helping also! – Ryan Nov 09 '15 at 02:07

1 Answers1

0

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

Ryan
  • 501
  • 1
  • 12
  • 26