Possible duplicate:
What IDE would you recommend for developing Python?
I am very new to python development and can use your help.
I am developing code in python that will eventually run as a daemon in the Amazon web services window. The idea is that it can be a multi-threaded daemon that will import several RSS feeds and send them to the MySQL database in the same field. Django will be used to display processed results from feeds on a web page.
I am looking for an IDE development environment for the Macbook Air that will allow me to write code efficiently (i.e. develop code on a remote box so that I donβt have to create a working environment on a Mac and then duplicate it on the aws box).
Any suggestions on the right tools for remote development? Is this something that could be done with the Aptan studio and the pid? If so, what settings do I need to configure? What resources (besides stackoverflow answers - you should see).
Considering that I am struggling at this stage of development, any constructive help is welcome.
NeedsHelpWithPython
source share