<table cellspacing='0' cellpadding='0' border='0' ><tr><td style='font: inherit;'><P>hi friends,</P>
<P>can i know which IDE is suitable to develop python applications and could u mention the download link .<BR><BR>--- On <B>Fri, 9/5/08, bangpypers-request@python.org <I>&lt;bangpypers-request@python.org&gt;</I></B> wrote:<BR></P>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">From: bangpypers-request@python.org &lt;bangpypers-request@python.org&gt;<BR>Subject: BangPypers Digest, Vol 9, Issue 10<BR>To: bangpypers@python.org<BR>Date: Friday, 9 May, 2008, 3:30 PM<BR><BR><PRE>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
        bangpypers-request@python.org

You can reach the person managing the list at
        bangpypers-owner@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" &lt;gates.plusplus@gmail.com&gt;
Subject: Re: [BangPypers] training inst in delhi??
To: "Bangalore Python Users Group - India"
&lt;bangpypers@python.org&gt;
Message-ID:
        &lt;7dd811cb0805080330p2bd385c9nd1f5f99a4e711383@mail.gmail.com&gt;
Content-Type: text/plain; charset=ISO-8859-1

On 5/8/08, Samit Jain &lt;samitjainmca@gmail.com&gt; wrote:
&gt; Hi All,
&gt;
&gt; can you please tell me any training institute for python language in delhi
&gt;
&gt; --
&gt; Regards,
&gt; Samit Jain
&gt; Intellisoft Services
&gt; samit@intellisoft-services.com
&gt;  +91-9899765287
&gt; _______________________________________________
&gt;  BangPypers mailing list
&gt;  BangPypers@python.org
&gt;  http://mail.python.org/mailman/listinfo/bangpypers
&gt;
&gt;

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 &lt;maxin_john@yahoo.co.uk&gt;
Subject: [BangPypers] Adventures with Neko, A Book on Python for
        Children
To: bangpypers@python.org
Message-ID: &lt;715610.34294.qm@web26604.mail.ukl.yahoo.com&gt;
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 &lt;khuranavivek_in@yahoo.com&gt;
Subject: Re: [BangPypers] How to sort the IP(s)
To: Bangalore Python Users Group - India &lt;bangpypers@python.org&gt;
Message-ID: &lt;872464.36281.qm@web55202.mail.re4.yahoo.com&gt;
Content-Type: text/plain; charset=us-ascii


--- On Thu, 5/8/08, Kushal Das &lt;kushaldas@gmail.com&gt; wrote:

&gt; From: Kushal Das &lt;kushaldas@gmail.com&gt;
&gt; Subject: [BangPypers] How to sort the IP(s)
&gt; To: bangpypers@python.org
&gt; Date: Thursday, May 8, 2008, 11:53 PM
&gt; Hi,
&gt; What is the best way to sort IP numbers
&gt; numbers like
&gt; 192.168.20.1
&gt; 192.168.1.1
&gt; 172.18.13.2
&gt; 

 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 &lt;srsy70@gmail.com&gt;
Subject: Re: [BangPypers] How to check file size before downloading it
To: "Bangalore Python Users Group - India"
&lt;bangpypers@python.org&gt;
Message-ID:
        &lt;d60e5b0f0805082143x680fef8aw88c49dbb1878a5ee@mail.gmail.com&gt;
Content-Type: text/plain; charset=ISO-8859-1

On Thu, May 8, 2008 at 11:15 AM, Gurpreet Sachdeva
&lt;gurpreet.sachdeva@gmail.com&gt; wrote:
&gt; Yeah thats what I found. Any idea what settings need to be done in the
&gt; webserver (Apache) to report content-length header? Or any other
&gt; alternative?
&gt;
&gt; Thanks for your help,
&gt; Gurpreet
&gt;
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
*****************************************</PRE></BLOCKQUOTE></td></tr></table><br>


      <!--9--><hr size=1></hr> Bring your gang together. Do your thing. <a href="http://in.rd.yahoo.com/tagline_groups_9/*http://in.promos.yahoo.com/groups/">Find your favourite Yahoo! Group.</a>