[BangPypers] BangPypers Digest, Vol 9, Issue 10

Rohan Sharma gates.plusplus at gmail.com
Fri May 9 19:35:53 CEST 2008


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
<banibrata.dutta at gmail.com> 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 <srinivas_puvvala at yahoo.co.in> 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, bangpypers-request at python.org
>> <bangpypers-request at python.org> wrote:
>>
>> From: bangpypers-request at python.org <bangpypers-request at python.org>
>> Subject: BangPypers Digest, Vol 9, Issue 10
>> To: bangpypers at python.org
>> Date: Friday, 9 May, 2008, 3:30 PM
>>
>> Send BangPypers mailing list submissions to
>> 	bangpypers at 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
>> 	bangpypers-request at python.org
>>
>> You can reach the person managing the list at
>> 	bangpypers-owner at python.org
>>
>> 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" <gates.plusplus at gmail.com>
>> Subject: Re: [BangPypers] training inst in delhi??
>> To: "Bangalore Python Users Group - India"
>> <bangpypers at python.org>
>> Message-ID:
>> 	<7dd811cb0805080330p2bd385c9nd1f5f99a4e711383 at mail.gmail.com>
>> Content-Type: text/plain; charset=ISO-8859-1
>>
>> On 5/8/08, Samit Jain <samitjainmca at gmail.com> wrote:
>> > Hi All,
>> >
>> > can you please tell me any training institute for python language in
>> > delhi
>> >
>> > --
>> > Regards,
>> > Samit Jain
>> > Intellisoft Services
>> > samit at intellisoft-services.com
>> >  +91-9899765287
>> > _______________________________________________
>> >  BangPypers mailing list
>> >  BangPypers at 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 <maxin_john at yahoo.co.uk>
>> Subject: [BangPypers] Adventures with Neko, A Book on Python for
>> 	Children
>> To: bangpypers at python.org
>> Message-ID: <715610.34294.qm at web26604.mail.ukl.yahoo.com>
>> 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 <khuranavivek_in at yahoo.com>
>> Subject: Re: [BangPypers] How to sort the IP(s)
>> To: Bangalore Python Users Group - India <bangpypers at python.org>
>> Message-ID: <872464.36281.qm at web55202.mail.re4.yahoo.com>
>> Content-Type: text/plain; charset=us-ascii
>>
>>
>> --- On Thu, 5/8/08, Kushal Das <kushaldas at gmail.com> wrote:
>>
>> > From: Kushal Das <kushaldas at gmail.com>
>> > Subject: [BangPypers] How to sort the IP(s)
>> > To: bangpypers at 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 <srsy70 at gmail.com>
>> Subject: Re: [BangPypers] How to check file size before downloading it
>> To: "Bangalore Python Users Group - India"
>> <bangpypers at python.org>
>> Message-ID:
>> 	<d60e5b0f0805082143x680fef8aw88c49dbb1878a5ee at mail.gmail.com>
>> Content-Type: text/plain; charset=ISO-8859-1
>>
>> On Thu, May 8, 2008 at 11:15 AM, Gurpreet Sachdeva
>> <gurpreet.sachdeva at gmail.com> 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 at 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 at 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 at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
>


More information about the BangPypers mailing list