[BangPypers] BangPypers Digest, Vol 72, Issue 15
Jiban Prakash
jibanprakash.jp at gmail.com
Wed Aug 21 10:29:18 CEST 2013
I ll be available for 24th Aug, let me know the plan and agenda. wud like
to attend.
On Wed, Aug 21, 2013 at 12:55 PM, <bangpypers-request at python.org> wrote:
> 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. Question on FTP (davidsnt)
> 2. Volunteer to conduct workshop on August 24 at SJBIT,
> Bangalore (vijay)
> 3. Re: Question on FTP (Samarendra)
> 4. Re: Question on FTP (steve)
> 5. Re: Question on FTP (Noufal Ibrahim)
> 6. Re: Question on FTP (Anand B Pillai)
> 7. python material I had used for training at CIT, Gubbi (saurabh)
> 8. Re: Volunteer to conduct workshop on August 24 at SJBIT,
> Bangalore (Nitin Kumar)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 20 Aug 2013 17:14:08 +0530
> From: davidsnt <davidsnt at gmail.com>
> To: Bangalore Python Users Group - India <bangpypers at python.org>
> Subject: [BangPypers] Question on FTP
> Message-ID:
> <
> CAGvL6KUwmKPchoS55r8Z3fnCH5sfWd+C0-gP_M+heKob+2g0Lw at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Can some one please help me to find the best way to do a file upload and
> file download to a FTP server in python.
>
> --David
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 20 Aug 2013 22:28:34 +0800 (SGT)
> From: vijay <vnbang2003 at yahoo.com>
> To: Bangalore Python Users Group - India <bangpypers at python.org>
> Subject: [BangPypers] Volunteer to conduct workshop on August 24 at
> SJBIT, Bangalore
> Message-ID:
> <1377008914.32151.YahooMailNeo at web192205.mail.sg3.yahoo.com>
> Content-Type: text/plain; charset=iso-8859-1
>
> Hi ,
> ? ?We are looking for 2 more volunteer to conduct workshop
> at?SJBIT,Bangalore? on august 24.?it's ?a basic python workshop .
> ? ?College will take care of transportation .
>
> With Thanks
> Vijay
>
> ------------------------------
>
> Message: 3
> Date: Tue, 20 Aug 2013 22:25:43 +0530
> From: Samarendra <knightsamar at gmail.com>
> To: Bangalore Python Users Group - India <bangpypers at python.org>
> Subject: Re: [BangPypers] Question on FTP
> Message-ID:
> <
> CAFHKfKKgUipqoGPhHHMUTEhyLoxiS_Zud+Y_3jQ3TQk0peTzeQ at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Tue, Aug 20, 2013 at 5:14 PM, davidsnt <davidsnt at gmail.com> wrote:
>
> > Can some one please help me to find the best way to do a file upload and
> > file download to a FTP server in python.
> >
>
> ?Are you looking to write a FTP client in python ? You can have a look at
> the *ftplib* library (http://docs.python.org/2/library/ftplib.html) which
> ships with Python.
> ?
>
>
> >
> > --David
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers at python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
> >
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 20 Aug 2013 21:44:21 +0530
> From: steve <steve at lonetwin.net>
> To: bangpypers at python.org
> Subject: Re: [BangPypers] Question on FTP
> Message-ID: <521395DD.4040703 at lonetwin.net>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> On Tuesday 20 August 2013 05:14 PM, davidsnt wrote:
> > Can some one please help me to find the best way to do a file upload and
> > file download to a FTP server in python.
> >
>
> http://bit.ly/KKiEQX
>
> cheers,
> - steve
>
>
>
> ------------------------------
>
> Message: 5
> Date: Wed, 21 Aug 2013 10:24:15 +0530
> From: Noufal Ibrahim <noufal at nibrahim.net.in>
> To: davidsnt <davidsnt at gmail.com>
> Cc: Bangalore Python Users Group - India <bangpypers at python.org>
> Subject: Re: [BangPypers] Question on FTP
> Message-ID: <87d2p7r6dk.fsf at sanitarium.localdomain>
> Content-Type: text/plain
>
> davidsnt <davidsnt at gmail.com> writes:
>
> > Can some one please help me to find the best way to do a file upload and
> > file download to a FTP server in python.
>
> There is an ftplib module in the standard library. I'd start with that.
>
> [...]
>
>
> --
> Cordially,
> Noufal
> http://nibrahim.net.in
>
>
> ------------------------------
>
> Message: 6
> Date: Wed, 21 Aug 2013 11:45:59 +0530
> From: Anand B Pillai <anandpillai at letterboxes.org>
> To: bangpypers at python.org
> Subject: Re: [BangPypers] Question on FTP
> Message-ID: <52145B1F.8000409 at letterboxes.org>
> Content-Type: text/plain; charset=ISO-8859-1
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Tuesday 20 August 2013 05:14 PM, davidsnt wrote:
> > Can some one please help me to find the best way to do a file
> > upload and file download to a FTP server in python.
>
> Courtesy F-bot, http://effbot.org/librarybook/ftplib.htm
>
> (F-bot is the pseudonym for "Frederik Lundh", not a chat-bot,
> for the uninitiated.)
>
> >
> > --David _______________________________________________ BangPypers
> > mailing list BangPypers at python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
> >
>
>
> - --
> Regards,
>
> - --Anand
>
> -
>
> --------------------------------------------------------------------------------------
> Software Architect/Consultant
> anandpillai at letterboxes.org
>
> Please note my updated email address <anandpillai at letterboxes.org>.
> Kindly update your address books.
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iQEcBAEBAgAGBQJSFFsfAAoJEHKU2n17CpvDpLQIAJZyTZ8JShmzWxx6h5SRNOjw
> 6+LikKU5h9Xm/P5XZtmm0rYiD9TJjqsbXR4GJTSetUCEhhJZ53oDWvkR2pqqw+c9
> QQgIPjsEILKpiuRV+rJ+ltNoPZnmF3BjSbeUw98YEmTz+1BS4FA6u25d/i3XQ8ZZ
> /6y+ywIX2hq/Zfw4l8Yy08sSbDXf8iTeDxcv0aySIFIweRl7k1jXUGAjd4t4c3mT
> 9jxkO8vNokDVtN5MV8Fq1FLoQOG5+msuvTnIxg/3nINrspjkL41GtlnFFcHAJH/u
> QVUN66ltTalCiqdABNjRtkGJfUQWEmrvaf2lsWWF1/UIqmKN8XYat4LzLc8jufo=
> =jBAM
> -----END PGP SIGNATURE-----
>
>
> ------------------------------
>
> Message: 7
> Date: Tue, 20 Aug 2013 23:42:31 -0700 (PDT)
> From: saurabh <saurabh.hirani at gmail.com>
> To: bangpypers at python.org
> Subject: [BangPypers] python material I had used for training at CIT,
> Gubbi
> Message-ID: <1377067351582-5028894.post at n6.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> Hi everyone,
>
> I had conducted basic python training at CIT, Gubbi. Was travelling, so
> could not upload the code to github, Have done so now. The repo is at:
> https://github.com/saurabh-hirani/python-training
>
> As it was an introductory session, I had planned accordingly and was doing
> 2
> things - using http://anandology.com/python-practice-book/ (very good
> material for referring to while teaching) and using the following sample
> programs in the attachment to teach the students. I covered upto Chapter 3
> in the book and observed that it was better to go to the right depth rather
> than painting the picture broadly.
>
> For the code I had written sample programs - each building upon the other
> in
> developing a simple command line calculator. The idea was to increase
> complexity gradually and tailor the programs to introduce new concepts in
> the limited time I had for the training.
>
> Had written the entire code base in around 2 hours. So there may be scope
> for improvement and subtle changes. Feel free to build upon this work to
> teach others.
>
> --
> regards,
> Saurabh.
> http://curiosityhealsthecat.blogspot.in/
>
>
>
> --
> View this message in context:
> http://python.6.x6.nabble.com/python-material-I-had-used-for-training-at-CIT-Gubbi-tp5028894.html
> Sent from the Bangalore (BangPypers) mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 8
> Date: Wed, 21 Aug 2013 12:54:56 +0530
> From: Nitin Kumar <nitin.nitp at gmail.com>
> To: vijay <vnbang2003 at yahoo.com>, Bangalore Python Users Group -
> India <bangpypers at python.org>
> Subject: Re: [BangPypers] Volunteer to conduct workshop on August 24
> at SJBIT, Bangalore
> Message-ID:
> <CALqiT-sU7f6yS7gqfBOsWBtOfQ6anTwWumvwS+a=
> azNPmCg2rA at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> What will be the timing as its a working day?
>
> Nitin K
>
>
> On Tue, Aug 20, 2013 at 7:58 PM, vijay <vnbang2003 at yahoo.com> wrote:
>
> > Hi ,
> > We are looking for 2 more volunteer to conduct workshop
> > at SJBIT,Bangalore on august 24. it's a basic python workshop .
> > College will take care of transportation .
> >
> > With Thanks
> > Vijay
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers at python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
> >
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
>
> ------------------------------
>
> End of BangPypers Digest, Vol 72, Issue 15
> ******************************************
>
More information about the BangPypers
mailing list