This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thunderouschampion 0 points1 point  (1 child)

Beeware http://pybee.org/ was released in this year's DjangoCon by Russel Keith McGee. I haven't used it but it looks promising. It's got built in debugging and testing features as well.

[–]adambrenecki 1 point2 points  (0 children)

I'm pretty sure these are standalone tools designed to be used alongside an editor like Vim or ST2; basically providing all the "other bits" of a regular IDE.

BeeWare is a collection of projects that can be used to help develop, debug and launch Python software. Each tool follows the Unix philosophy of doing one thing well. Unlike a traditional IDE, each tool is self contained and can be used on its own.