Yeah, there are way too many IDEs around. I use Emacs + python_mode.
It probably does not make me any more productive, but it sure as hell
makes me geekier.

I've used IDLE and Eclipse + pydev and must admit they are quite
solid. Also, no matter what IDE/editor you are using, get IPython; it
is much better than the default interactive interpreter.

On Fri, May 9, 2008 at 6:50 PM, Banibrata Dutta
<[EMAIL PROTECTED]> wrote:
> be prepared for atleast 20 odd suggestions... :-)
> you didn't mention which OS you are working on...
>
> on Windows, I use PyScripter... but Idle is also okay (though I like
> PyScripter better).
> on Linux you have lots of options, eric4, BoaConstructor, ... , emacs (of
> course), Vim -- not an IDE but a lot of programmers swear by it.
> if you already have Java IDEs s.a. Eclipse or Netbeans, plugins are
> available on them, for working with Python.
>
>
> On 5/9/08, srinivasarao puvvala <[EMAIL PROTECTED]> wrote:
>>
>> hi friends,
>>
>> can i know which IDE is suitable to develop python applications and could
>> u mention the download link .
>>
>> --- On Fri, 9/5/08, [EMAIL PROTECTED]
>> <[EMAIL PROTECTED]> wrote:
>>
>> From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>> Subject: BangPypers Digest, Vol 9, Issue 10
>> To: bangpypers@python.org
>> Date: Friday, 9 May, 2008, 3:30 PM
>>
>> Send BangPypers mailing list submissions to
>>      bangpypers@python.org
>>
>> 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. Re: training inst in delhi?? (Rohan Sharma)
>>    2. Adventures with Neko, A Book on Python for Children (Maxin B John)
>>    3. Re: How to sort the IP(s) (vivek khurana)
>>    4. Re: How to check file size before downloading it (S.Ramaswamy)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Thu, 8 May 2008 16:00:05 +0530
>> From: "Rohan Sharma" <[EMAIL PROTECTED]>
>> Subject: Re: [BangPypers] training inst in delhi??
>> To: "Bangalore Python Users Group - India"
>> <bangpypers@python.org>
>> Message-ID:
>>      <[EMAIL PROTECTED]>
>> Content-Type: text/plain; charset=ISO-8859-1
>>
>> On 5/8/08, Samit Jain <[EMAIL PROTECTED]> wrote:
>> > Hi All,
>> >
>> > can you please tell me any training institute for python language in
>> > delhi
>> >
>> > --
>> > Regards,
>> > Samit Jain
>> > Intellisoft Services
>> > [EMAIL PROTECTED]
>> >  +91-9899765287
>> > _______________________________________________
>> >  BangPypers mailing list
>> >  BangPypers@python.org
>> >  http://mail.python.org/mailman/listinfo/bangpypers
>> >
>> >
>>
>> A "training institute" is not at all necessary for learning a
>> programming _language_, especially a language like Python that is
>> relatively minimalist. I believe GVR's tutorial
>> (http://docs.python.org/tut/tut.html) and _Dive into Python_
>> (http://www.diveintopython.org/#download) are all you need to become a
>> Pythonista - and you can do so in less than a day. You might also want
>> to buy the _Cookbook_  (http://www.oreilly.com/catalog/pythoncook2/)
>> and read _Code Like a Pythonista_
>> (http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html)
>> to get familiar with idiomatic Python.
>>
>> And the Python Challenge (http://www.pythonchallenge.com/) is useful
>> for honing your skills.
>>
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Thu, 8 May 2008 12:15:39 +0100 (BST)
>> From: Maxin B John <[EMAIL PROTECTED]>
>> Subject: [BangPypers] Adventures with Neko, A Book on Python for
>>      Children
>> To: bangpypers@python.org
>> Message-ID: <[EMAIL PROTECTED]>
>> Content-Type: text/plain; charset=iso-8859-1
>>
>> Hi,
>>
>> Adventures with Neko
>> (http://gnuvision.com/books/pybook/) is an
>> introductory book on Python programming for school
>> children by Mr. Pramode CE.
>>
>> It is fun for children (when I tried it, me too liked
>> it) to do programming with Neko, the cat. It is using
>> the Tkinter module for graphics and it works in all
>> the platforms where python can run.
>>
>> Regards,
>>
>> Maxin B. John
>>
>>
>>
>>       __________________________________________________________
>> Sent from Yahoo! Mail.
>> A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html
>>
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Thu, 8 May 2008 08:03:14 -0700 (PDT)
>> From: vivek khurana <[EMAIL PROTECTED]>
>> Subject: Re: [BangPypers] How to sort the IP(s)
>> To: Bangalore Python Users Group - India <bangpypers@python.org>
>> Message-ID: <[EMAIL PROTECTED]>
>> Content-Type: text/plain; charset=us-ascii
>>
>>
>> --- On Thu, 5/8/08, Kushal Das <[EMAIL PROTECTED]> wrote:
>>
>> > From: Kushal Das <[EMAIL PROTECTED]>
>> > Subject: [BangPypers] How to sort the IP(s)
>> > To: bangpypers@python.org
>> > Date: Thursday, May 8, 2008, 11:53 PM
>> > Hi,
>> > What is the best way to sort IP numbers
>> > numbers like
>> > 192.168.20.1
>> > 192.168.1.1
>> > 172.18.13.2
>> >
>>
>>  this way
>> http://wadofstuff.blogspot.com/2007/02/sorting-ip-addresses-in-python.html
>>
>> regards
>> VK
>>
>>
>>
>>
>>
>> ____________________________________________________________________________________
>> Be a better friend, newshound, and
>> know-it-all with Yahoo! Mobile.  Try it now.
>> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>>
>>
>> ------------------------------
>>
>> Message: 4
>> Date: Fri, 9 May 2008 10:13:18 +0530
>> From: S.Ramaswamy <[EMAIL PROTECTED]>
>> Subject: Re: [BangPypers] How to check file size before downloading it
>> To: "Bangalore Python Users Group - India"
>> <bangpypers@python.org>
>> Message-ID:
>>      <[EMAIL PROTECTED]>
>> Content-Type: text/plain; charset=ISO-8859-1
>>
>> On Thu, May 8, 2008 at 11:15 AM, Gurpreet Sachdeva
>> <[EMAIL PROTECTED]> wrote:
>> > Yeah thats what I found. Any idea what settings need to be done in the
>> > webserver (Apache) to report content-length header? Or any other
>> > alternative?
>> >
>> > Thanks for your help,
>> > Gurpreet
>> >
>> AFAIK, Apache 2 reports Content-Length by default. mod_headers can be
>> used to configure HTTP headers (
>> http://httpd.apache.org/docs/2.0/mod/mod_headers.html ). You might
>> want to check the config files.
>>
>> HTH
>> Ramaswamy
>>
>>
>> ------------------------------
>>
>> _______________________________________________
>> BangPypers mailing list
>> BangPypers@python.org
>> http://mail.python.org/mailman/listinfo/bangpypers
>>
>>
>> End of BangPypers Digest, Vol 9, Issue 10
>> *****************************************
>>
>> ________________________________
>> Bring your gang together. Do your thing. Find your favourite Yahoo! Group.
>> _______________________________________________
>> BangPypers mailing list
>> BangPypers@python.org
>> http://mail.python.org/mailman/listinfo/bangpypers
>>
>
>
>
> --
> regards,
> Banibrata
> http://www.linkedin.com/in/bdutta
> http://octapod.wordpress.com
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
>
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to