Well...rather than an IDE, you should probably just use a good python editor and then use the command line.The 2 best python editors (in my opinion are) 1.Jedit http://www.jedit.org/index.php?page=download 2.Kate http://kate-editor.org/
On Sat, Oct 2, 2010 at 3:30 PM, <[email protected]> wrote: > Send BangPypers mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/bangpypers > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of BangPypers digest..." > > > Today's Topics: > > 1. Beginner help (Dennis Varkey) > 2. Re: Beginner help ([email protected]) > 3. Re: Beginner help (Senthil Kumaran) > 4.Re: Beginner help (Vikram Kamath) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 2 Oct 2010 14:57:54 +0530 > From: Dennis Varkey <[email protected]> > To: [email protected] > Subject: [BangPypers] Beginner help > Message-ID: > > <[email protected]<aanlktinjfcamedbpw3awbemkb6k5prpja2nrb598ud%[email protected]> > > > Content-Type: text/plain; charset=ISO-8859-1 > > I heard about python and found that it was very simple to code. > I would like to know any IDE's in which i can code python in windows > > > ------------------------------ > > Message: 2 > Date: Sat, 2 Oct 2010 09:30:29 +0000 > From: [email protected] > To: "Bangalore Python Users Group - India" <[email protected]> > Subject: Re: [BangPypers] Beginner help > Message-ID: > > > <603797363-1286011829-cardhu_decombobulator_blackberry.rim.net-17509800...@bda2349.bisx.produk.on.blackberry > > > > Content-Type: text/plain > > Textpad or notepad++ should do. One comes with python itself. > Sent from my BlackBerry wireless device from MTN > > -----Original Message----- > From: Dennis Varkey <[email protected]> > Sender: [email protected] > Date: Sat, 2 Oct 2010 14:57:54 > To: <[email protected]> > Reply-To: Bangalore Python Users Group - India <[email protected]> > Subject: [BangPypers] Beginner help > > I heard about python and found that it was very simple to code. > I would like to know any IDE's in which i can code python in windows > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > > > > ------------------------------ > > Message: 3 > Date: Sat, 2 Oct 2010 15:01:00 +0530 > From: Senthil Kumaran <[email protected]> > To: Bangalore Python Users Group - India <[email protected]> > Subject: Re: [BangPypers] Beginner help > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=UTF-8 > > On Sat, Oct 2, 2010 at 2:57 PM, Dennis Varkey <[email protected]> wrote: > > I heard about python and found that it was very simple to code. > > I would like to know any IDE's in which i can code python in windows > > Download ActiveState Python and use the IDE which comes along with it. > It is called PythonWin IDE. > > Also, have a look at article: > http://wiki.python.org/moin/IntegratedDevelopmentEnvironments > > -- > Senthil > > > ------------------------------ > > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > > > End of BangPypers Digest, Vol 38, Issue 2 > ***************************************** > _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
