Re: [BangPypers] Pyladies Bangalore in Times of India

2013-09-24 Thread Pratham Gadre
Please forgive me for replying to this thread. I would have written to her off-list, but she has a pretty reputation of slamming who sends her an email! On Tue, Sep 24, 2013 at 3:03 AM, Annapoornima Koppad wrote: > Morever, I was busy last night, sending this email thread to all the women > group

Re: [BangPypers] September Bangpypers meetup

2013-09-24 Thread Baiju M
Hi, We had a great BangPypers meetup last Saturday. I have uploaded few photos at meetup site (The photos are showing up in July meetup, can someone change it to September meetup ?) http://www.meetup.com/BangPypers/photos/16191232/285368942/#285368942 Around 30 people came for the meetup. It st

Re: [BangPypers] Pyladies Bangalore in Times of India

2013-09-24 Thread Anand B Pillai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 24 September 2013 01:47 PM, Pratham Gadre wrote: > Please forgive me for replying to this thread. I would have written > to her off-list, but she has a pretty reputation of slamming who > sends her an email! > > On Tue, Sep 24, 2013 at 3:03

Re: [BangPypers] September Bangpypers meetup

2013-09-24 Thread Anand Chitipothu
On Tue, Sep 24, 2013 at 2:33 PM, Baiju M wrote: > Hi, > > We had a great BangPypers meetup last Saturday. I have uploaded few > photos at meetup site (The photos are showing up in July meetup, can > someone change it to September meetup ?) > > http://www.meetup.com/BangPypers/photos/16191232/285

Re: [BangPypers] September Bangpypers meetup

2013-09-24 Thread Anand B Pillai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 24 September 2013 02:33 PM, Baiju M wrote: > Hi, > > We had a great BangPypers meetup last Saturday. I have uploaded > few photos at meetup site (The photos are showing up in July > meetup, can someone change it to September meetup ?) > >

Re: [BangPypers] September Bangpypers meetup

2013-09-24 Thread kracekumar ramaraju
For july month meetup there was 60+ participants :-) ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] September Bangpypers meetup

2013-09-24 Thread Noufal Ibrahim
Anand B Pillai writes: [...] > That sounds very good. It has been a long time since we had that > kind of response. Keep up the good work. > > We need more efforts like this to spread the cheer. I think keeping http://bangalore.python.org.in/ upto date would be nice. A one stop shop for all P

Re: [BangPypers] September Bangpypers meetup

2013-09-24 Thread Anand B Pillai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 24 September 2013 03:04 PM, kracekumar ramaraju wrote: > For july month meetup there was 60+ participants :-) Wasn't aware - possibly we have not been updating the blog often ? I think we should sent out emails like what Baiju did with a b

Re: [BangPypers] September Bangpypers meetup

2013-09-24 Thread kracekumar ramaraju
I haven't updated since last two months, I will update this month activities. ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] File upload to Server using FTP in Django?

2013-09-24 Thread sameerkatti
Hello, I am trying to incorporate FTP using 'pyftplib' in Django. I tried searching in the forum for help. When i attach a file and click send, i do not get any error but the page is redirected to "File Uploaded" template. I wish to know the procedure for the same. I have the code running in m

Re: [BangPypers] File upload to Server using FTP in Django?

2013-09-24 Thread Gora Mohanty
On 24 September 2013 16:13, sameerkatti wrote: > Hello, > > I am trying to incorporate FTP using 'pyftplib' in Django. > > I tried searching in the forum for help. > > When i attach a file and click send, i do not get any error but the page is > redirected to "File Uploaded" template. [...] Nobod

Re: [BangPypers] File upload to Server using FTP in Django?

2013-09-24 Thread sameerkatti
Hi, I said i want to know the entire procedure. Code is not the issue. I wanted to know whether i am following the right procedure. Regards Sameer -- View this message in context: http://python.6.x6.nabble.com/File-upload-to-Server-using-FTP-in-Django-tp5033494p5033502.html Sent from the Ba

Re: [BangPypers] (no subject)

2013-09-24 Thread Dhananjay Nene
On Tue, Sep 24, 2013 at 10:38 AM, bab mis wrote: > Hi ,Any XML parser which gives the same kind of data structure as yaml parser > gives in python. Tried with xmlmindom but ir's not of a proper datastrucure > ,every time i need to read by element and create the dict. Just think about it for a

Re: [BangPypers] (no subject)

2013-09-24 Thread Vineet Naik
Hi, On Tue, Sep 24, 2013 at 10:38 AM, bab mis wrote: > Hi ,Any XML parser which gives the same kind of data structure as yaml > parser gives in python. Tried with xmlmindom but ir's not of a proper > datastrucure ,every time i need to read by element and create the dict. > You can try xmltodic

Re: [BangPypers] (no subject)

2013-09-24 Thread Dhananjay Nene
On Tue, Sep 24, 2013 at 5:48 PM, Vineet Naik wrote: > Hi, > > On Tue, Sep 24, 2013 at 10:38 AM, bab mis wrote: > >> Hi ,Any XML parser which gives the same kind of data structure as yaml >> parser gives in python. Tried with xmlmindom but ir's not of a proper >> datastrucure ,every time i need t

Re: [BangPypers] (no subject)

2013-09-24 Thread Vaidik Kapoor
> You can try xmltodict[1]. It also retains the node attributes and makes > than accessible using the '@' prefix (See the example in README of the repo) +1 for xmltodict ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/li

Re: [BangPypers] File upload to Server using FTP in Django?

2013-09-24 Thread Gora Mohanty
On 24 September 2013 17:34, sameerkatti wrote: > Hi, > > I said i want to know the entire procedure. > > Code is not the issue. > > I wanted to know whether i am following the right procedure. Same issue there: You do not share nearly enough information for anyone to be able to help you. What pro

Re: [BangPypers] (no subject)

2013-09-24 Thread Dhananjay Nene
On Tue, Sep 24, 2013 at 6:04 PM, Dhananjay Nene wrote: > On Tue, Sep 24, 2013 at 5:48 PM, Vineet Naik wrote: >> Hi, >> >> On Tue, Sep 24, 2013 at 10:38 AM, bab mis wrote: >> >>> Hi ,Any XML parser which gives the same kind of data structure as yaml >>> parser gives in python. Tried with xmlmind

Re: [BangPypers] (no subject)

2013-09-24 Thread Dhananjay Nene
On Tue, Sep 24, 2013 at 6:11 PM, Dhananjay Nene wrote: > On Tue, Sep 24, 2013 at 6:04 PM, Dhananjay Nene > wrote: >> On Tue, Sep 24, 2013 at 5:48 PM, Vineet Naik wrote: >>> Hi, >>> >>> On Tue, Sep 24, 2013 at 10:38 AM, bab mis wrote: >>> Hi ,Any XML parser which gives the same kind of data

Re: [BangPypers] File upload to Server using FTP in Django?

2013-09-24 Thread sameerkatti
I am using the Django Framework and i have written a small snippet in a function in views.py The same function is called in the urls.py . The code in the Views is /session = ftplib.FTP('abc.com','Username','Password') file = open('filename','rb') session.storbinary('STOR filename'

Re: [BangPypers] File upload to Server using FTP in Django?

2013-09-24 Thread Gora Mohanty
On 24 September 2013 22:21, sameerkatti wrote: > I am using the Django Framework and i have written a small snippet in a > function in views.py > The same function is called in the urls.py . > > The code in the Views is > > /session = ftplib.FTP('abc.com','Username','Password') > file = open('file

[BangPypers] Teaching Python in school

2013-09-24 Thread Lakshman Prasad
Here is a teacher in Alaska who is pleased using IPython Notebooks stored on Github for teaching his students : http://peak5390.wordpress.com/2013/09/22/how-ipython-notebook-and-github-have-changed-the-way-i-teach-python/ In the programming community, it should be fairly obvious to us that this is

Re: [BangPypers] File upload to Server using FTP in Django?

2013-09-24 Thread sameerkatti
Chill, I took care of the problem myself. I have run this code and i was able to upload it to the server. May be u have learnt some different python. Regards -- View this message in context: http://python.6.x6.nabble.com/File-upload-to-Server-using-FTP-in-Django-tp5033494p5033555.html Sen

Re: [BangPypers] Teaching Python in school

2013-09-24 Thread Palak Mathur
On Tue, Sep 24, 2013 at 1:10 PM, Lakshman Prasad wrote: > How I wished I was a decade younger and in college today! So true. This surely is a nice way for teachers and learners both to adopt and use in their curriculum. Regards, Palak Mathur http://palakmathur.in

Re: [BangPypers] File upload to Server using FTP in Django?

2013-09-24 Thread Amit Sethi
Hi Sameerkatti , First of all , My first recommendation would be not to possibly to do what you are trying to . If you have to an open ftp connection to upload a file in a web application. I am also most certain that there is something wrong in your application by design . 2. Wether you like it o

Re: [BangPypers] Teaching Python in school

2013-09-24 Thread konark modi
Thanks for sharing this... Very nice... On Wed, Sep 25, 2013 at 12:10 AM, Palak Mathur wrote: > On Tue, Sep 24, 2013 at 1:10 PM, Lakshman Prasad >wrote: > > > How I wished I was a decade younger and in college today! > > > So true. This surely is a nice way for teachers and learners both to ad

Re: [BangPypers] File upload to Server using FTP in Django?

2013-09-24 Thread Amit Sethi
By the way for 1. I do not mean you should not use ftp at all but opening a connection syncronously with the request/response flow of your web app may definitely be a bad idea -- A-M-I-T S|S ___ BangPypers mailing list BangPypers@python.org https://ma

Re: [BangPypers] File upload to Server using FTP in Django?

2013-09-24 Thread Ramdas S
On Wed, Sep 25, 2013 at 12:31 AM, Amit Sethi wrote: > Hi Sameerkatti , > > First of all , My first recommendation would be not to possibly to do what > you are trying to . > If you have to an open ftp connection to upload a file in a web > application. I am also most certain that > there is someth

Re: [BangPypers] File upload to Server using FTP in Django?

2013-09-24 Thread Noufal Ibrahim
sameerkatti writes: > Chill, > I took care of the problem myself. > > I have run this code and i was able to upload it to the server. > > May be u have learnt some different python. You should read your email after a few months when you're no longer working on the project and see how incomprehen

Re: [BangPypers] Functional testing wih headless browser framework

2013-09-24 Thread Amber Jain
Hello, > > On 17 September 2013 02:24, Amit Sethi > > wrote: > > > > Hi , > > > > > > > > I am looking to add some functional testing to my application. I have > > > seen > > > > a couple of tools via google search but the reason I am a little > > > > circumspect is that last time, I did somethin