Does anyone know of a python IDE that you can use to collaborate on projects?
Something sort of like BlueJ for Java.
Python IDE
Page 1 of 113 Replies - 949 Views - Last Post: 26 November 2011 - 10:53 AM
Replies To: Python IDE
#2
Re: Python IDE
Posted 10 November 2011 - 01:52 PM
You can use Eclipse with plugin PyDev. More information: http://pydev.org/
#4
Re: Python IDE
Posted 10 November 2011 - 03:45 PM
Why would you down-vote a good suggestion?
It's unclear what you actually are looking for in terms of collaboration tools... BlueJ has none that I'm aware of. Do you want a list of Python IDE's? If so, you could simply search the site for Python IDE and you'd find this thread which has plenty of information on it. If this doesn't answer your question, could you please be more specific?
It's unclear what you actually are looking for in terms of collaboration tools... BlueJ has none that I'm aware of. Do you want a list of Python IDE's? If so, you could simply search the site for Python IDE and you'd find this thread which has plenty of information on it. If this doesn't answer your question, could you please be more specific?
This post has been edited by atraub: 10 November 2011 - 03:47 PM
#5
Re: Python IDE
Posted 10 November 2011 - 04:03 PM
BlueJ does have collaboration features where you can connect to a server and collaborate. I am looking for something like that for python. I liked his suggestion, must have been done by someone else here at the house.
#6
Re: Python IDE
Posted 10 November 2011 - 04:26 PM
I think what you need is a code repository such as git or subversion.
Subversion does have a plugin for eclpise, but I can't say how good it is.
Subversion does have a plugin for eclpise, but I can't say how good it is.
This post has been edited by atraub: 10 November 2011 - 04:28 PM
#8
Re: Python IDE
Posted 10 November 2011 - 08:43 PM
I prefer a plain text editor like Vim.
However, for an IDE-- I think Python's IDLE editor is fantastic and contains a nice debugger, stack tracer etc. I like being able to right click and slam a break point anywhere I want.
PyDev for Eclipse is nice, but total over kill.
Python isn't a language where you need an all out swiss army knife IDE to do your work. Even large projects are pretty simple to manage with a plain text editor.
However, for an IDE-- I think Python's IDLE editor is fantastic and contains a nice debugger, stack tracer etc. I like being able to right click and slam a break point anywhere I want.
PyDev for Eclipse is nice, but total over kill.
Python isn't a language where you need an all out swiss army knife IDE to do your work. Even large projects are pretty simple to manage with a plain text editor.
This post has been edited by stackoverflow: 10 November 2011 - 08:45 PM
#10
Re: Python IDE
Posted 14 November 2011 - 12:54 AM
vim + git is good for straight python, but for bigger things (like django apps) you'll want a more robust IDE to stay sane.
#11
Re: Python IDE
Posted 14 November 2011 - 09:29 AM
I will take all these into consideration. Thank you very much!
#13
Re: Python IDE
Posted 14 November 2011 - 01:15 PM
AdamSpeight2008, I knew when I saw you were the last person to respond to this, we'd be in .net world 
Incidentally, I had no idea that VS had support for CPython, that's really cool!
Incidentally, I had no idea that VS had support for CPython, that's really cool!
#14
Re: Python IDE
Posted 26 November 2011 - 10:53 AM
For collaborative projects, I use Geany IDE, and save my files into a folder that I share with my team using SpiderOak. Very simple and effective.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote








|