18

At this time Textmate's official Python bundle is really bare bones, especially in comparison to the Ruby bundle. Does anyone know of a Python bundle that is more complete?

EDIT:

I am fully aware that there are editors and environments that are better suited to Python development, but I am really just interested to see if there is a third party Textmate bundle available.

guns
  • 10,550
  • 3
  • 39
  • 36

2 Answers2

9

I took a look and noticed that there has been a lot of work on Python-related bundles recently. Also, it seems I missed the memo on the best new way to get bundles:

Install GetBundles

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
guns
  • 10,550
  • 3
  • 39
  • 36
-18

I use Komodo Edit and BBEdit for MacOS development.

  1. They handle Python whitespace perfectly.

  2. It's easy to roll my own snippets and components in either tool.

  3. They are really good editors for Python.

But I don't want to discuss these things.

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
S.Lott
  • 384,516
  • 81
  • 508
  • 779
  • 4
    Yes, I know about these editors already, and I use vim cross-platform with great success, so this really doesn't answer my question. – guns Mar 27 '09 at 02:06
  • 2
    @guns: Here's the point. Consider changing to another IDE. It might be better than textmate. – S.Lott Mar 27 '09 at 02:09
  • @S.Lott I have already mentioned that I believe that there are better editors for Python. What are you trying to prove? I was gathering information for more than just myself. – guns Mar 27 '09 at 02:14
  • @guns: I was trying to provide information for anyone else considering Mac OS IDE's. Also, I don't understand your question. Why list things you don't want to discuss? – S.Lott Mar 27 '09 at 02:16
  • @S.Lott I listed them so that I could avoid answers like yours actually. I see that was a mistake. And also, the question is specifically tagged 'Textmate'. If I wanted advice about Mac IDEs in general, don't you think I would have tagged it as such? – guns Mar 27 '09 at 02:20
  • @guns: Sorry, but, when one IDE doesn't work very well, do you suspect it might be time to change? Or are you going to stick with that IDE in spite of it not meeting your requirements? Here's my point: I think you can solve your problem by ditching textmate. You don't have to agree. – S.Lott Mar 27 '09 at 10:16
  • @S.Lott You're reading too much into my question. My problem is not that I cannot find a proper Python editor, nor is it that I use Textmate religiously (I don't). I was asking a very specific question and wanted a specific answer, which is what I thought StackOverflow was all about. – guns Mar 27 '09 at 19:15
  • 2
    @S.Lott I'm not sure why you have to be so snarky and insulting. Do you also go around to questions about ruby and answer "use python"? – guns Mar 27 '09 at 19:31
  • 1
    @guns: I tried to help by offering two solutions -- (1) use a different IDE if textmate doesn't meet your requirements, and (2) some links to other folks using Textmate for Python. I'm not sure what's snarky about two complementary solutions. – S.Lott Mar 27 '09 at 21:02
  • 1
    @S.Lott Your answer was a mockery of my question, and that link was an insulting page leading to the google results of "textmate python". – guns Mar 27 '09 at 21:18
  • 1
    @guns: It appears that both contain solutions to your problem. I'm not sure how a Google search result can be insulting, but you're free to interpret it any way you want to interpret it. – S.Lott Mar 27 '09 at 22:30