Re: [BangPypers] help needed

2015-08-13 Thread Jaysinh Shukla
Hello, While I was learning Python, I Googled and found this . It contains many python starting projects. Hope it will be helpful to you. On Thursday 06 August 2015 06:34 PM, Rajat Jain wrote: Hello everyone; I'm a student interested in getting so

Re: [BangPypers] help needed

2015-08-06 Thread Senthil Kumaran
On Thu, Aug 6, 2015 at 6:04 AM, Rajat Jain wrote: > I was wondering if anyone could suggest me some projects ,resources or some > bugs which are beginner friendly. > Would you like to attempt to write a sudoku solver in python? Start with understanding the algorithm, write it in english and then

[BangPypers] help needed

2015-08-06 Thread Rajat Jain
Hello everyone; I'm a student interested in getting some open source experience. I know very little about programming i.e c++(STL) and python 2.7. I was wondering if anyone could suggest me some projects ,resources or some bugs which are beginner friendly. Thanks; __

Re: [BangPypers] help needed to in Client Cookie module

2012-09-22 Thread Deepu Thomas Philip
> -suprabha > > > > > > On Thu, Sep 20, 2012 at 12:12 PM, Yoganand Anandaraju >wrote: > > > >> Do you get any errors when downloading the pdf? > >> > >> - Original Message ----- > >> From: suprabha ekka > >> Sent: 09/20/12

Re: [BangPypers] help needed to in Client Cookie module

2012-09-20 Thread suprabha ekka
PM, Yoganand Anandaraju wrote: > >> Do you get any errors when downloading the pdf? >> >> - Original Message - >> From: suprabha ekka >> Sent: 09/20/12 11:01 AM >> To: Bangalore Python Users Group - India >> Subject: Re: [BangPypers] help

Re: [BangPypers] help needed to in Client Cookie module

2012-09-20 Thread suprabha ekka
- Original Message - > From: suprabha ekka > Sent: 09/20/12 11:01 AM > To: Bangalore Python Users Group - India > Subject: Re: [BangPypers] help needed to in Client Cookie module > > I am providing the complete code import urllib2 import urllib import > ClientCoo

Re: [BangPypers] help needed to in Client Cookie module

2012-09-19 Thread Yoganand Anandaraju
Do you get any errors when downloading the pdf? - Original Message - From: suprabha ekka Sent: 09/20/12 11:01 AM To: Bangalore Python Users Group - India Subject: Re: [BangPypers] help needed to in Client Cookie module I am providing the complete code import urllib2 import urllib

Re: [BangPypers] help needed to in Client Cookie module

2012-09-19 Thread suprabha ekka
I am providing the complete code import urllib2 import urllib import ClientCookie import ClientForm import sys cj = ClientCookie.LWPCookieJar() opener = ClientCookie.build_opener(urllib2.HTTPSHandler(), ClientCookie.HTTPCookieProcessor(cj)) ClientCookie.install_opener(opener) # input-type val

Re: [BangPypers] help needed to in Client Cookie module

2012-09-19 Thread Ramchandra Apte
On 19 September 2012 16:09, suprabha ekka wrote: > Hi , > > I wanted to download a file from a content url . The content of the file is > pdf/doc/docx/.xls/ any ms supported file. > The simple text file i am able to download but i am unbal eto download any > other file. > The snippet of the code

[BangPypers] help needed to in Client Cookie module

2012-09-19 Thread suprabha ekka
Hi , I wanted to download a file from a content url . The content of the file is pdf/doc/docx/.xls/ any ms supported file. The simple text file i am able to download but i am unbal eto download any other file. The snippet of the code is : import urllib2 import urllib import ClientCookie import s

Re: [BangPypers] help needed to understand an error message.

2012-03-23 Thread स्वक्ष
On Sat, Mar 24, 2012 at 03:10, Aloke Ghosh wrote: > Hi, > I am learning Python and do not have programming experience. > I was following an exercise from > http://learnpythonthehardway.org/book/ex2.html > and made a mistake in entry : > > *Print"I like typing this."* > > and got the following erro

[BangPypers] help needed to understand an error message.

2012-03-23 Thread Aloke Ghosh
Hi, I am learning Python and do not have programming experience. I was following an exercise from http://learnpythonthehardway.org/book/ex2.html and made a mistake in entry : *Print"I like typing this."* and got the following error message: *In [2]: Print"I like typing this."* *-

Re: [BangPypers] Help Needed for an NGO based Project

2011-01-18 Thread Kenneth Gonsalves
On Wed, 2011-01-19 at 11:17 +0530, vikas ruhil wrote: > can anybody join me on chat or facebook to giving help me related to > sap > project beacuse they need help .in realted to django-registration > to > help them? come to #django on IRC - we will sort out your problems in a jiffy -- regar

Re: [BangPypers] Help Needed for an NGO based Project

2011-01-18 Thread vikas ruhil
can anybody join me on chat or facebook to giving help me related to sap project beacuse they need help .in realted to django-registration to help them? On Wed, Jan 19, 2011 at 11:13 AM, vikas ruhil wrote: > i am also facing problem in installation i try it with both window > ,Linux..

Re: [BangPypers] Help Needed for an NGO based Project

2011-01-18 Thread vikas ruhil
i am also facing problem in installation i try it with both window ,Linux.. now i need help ,or might use my mind to solve problem ..django registration task is not difficult but installation is On Wed, Jan 19, 2011 at 11:04 AM, Kenneth Gonsalves wrote: > On Tue, 2011-01-18 at 20:39 +

Re: [BangPypers] Help Needed for an NGO based Project

2011-01-18 Thread Kenneth Gonsalves
On Tue, 2011-01-18 at 20:39 +0530, Mandar Vaze / मंदार वझे wrote: > > install django registration > > > > Is there something similar for pylons ? no idea > Does Django registration module work with pylons (easily?) that I doubt -- regards Kenneth Gonsalves

Re: [BangPypers] Help Needed for an NGO based Project

2011-01-18 Thread Mandar Vaze / मंदार वझे
On Tue, Jan 18, 2011 at 4:43 PM, Kenneth Gonsalves wrote: > On Tue, 2011-01-18 at 15:48 +0530, Young J wrote: > > I have registered with an email id and an email containing activation > > link > > must be sent to the before said email id. Once the link is clicked the > > user > > status should be

Re: [BangPypers] Help Needed for an NGO based Project

2011-01-18 Thread Kenneth Gonsalves
On Tue, 2011-01-18 at 17:02 +0530, vikas ruhil wrote: > i facing problem in django installation i use this type code help me? > > rm ~/webapps/django/lib/python2.5/django_registration-0.7-py2.5.egg > > https://bitbucket.org/ubernostrum/django-registration/wiki/Home -- regards Kenneth Gonsalves

Re: [BangPypers] Help Needed for an NGO based Project

2011-01-18 Thread vikas ruhil
i facing problem in django installation i use this type code help me? rm ~/webapps/django/lib/python2.5/django_registration-0.7-py2.5.egg On Tue, Jan 18, 2011 at 4:43 PM, Kenneth Gonsalves wrote: > > install django registration ___ BangPypers mailing

Re: [BangPypers] Help Needed for an NGO based Project

2011-01-18 Thread Kenneth Gonsalves
On Tue, 2011-01-18 at 15:48 +0530, Young J wrote: > I have registered with an email id and an email containing activation > link > must be sent to the before said email id. Once the link is clicked the > user > status should be changed to active. > Please help. install django registration -- reg

[BangPypers] Help Needed for an NGO based Project

2011-01-18 Thread Young J
Hi, Need on an urgent basis, some help for an NGO based project. Description We are doing a Charity based project which involves a developing of a portal for NGO's and Volunteers. We have a small task that we seek volunteers for. Any help in this regard we would be grateful. The Task ===

Re: [BangPypers] Help needed on reviewing my presentation for pycon.

2010-07-08 Thread Anand Balachandran Pillai
Hi Shiv, On Sat, Jun 26, 2010 at 8:12 PM, Shiv Shankar wrote: > Guys, > > The below mentioned is an overview of the contents included in the > presentation I would like to present in this years pycon. Could you guys > please look through it and let me know if you will get benefited from such > a

Re: [BangPypers] Help needed on reviewing my presentation for pycon.

2010-06-28 Thread Senthil Kumaran
On Mon, Jun 28, 2010 at 07:36:45PM +0530, Jeffrey Jose wrote: > experience I've never found a document which portrays Twisted as an > answer for I/O concurrency problems. Seriously? Perhaps you were not looking for I/O Concurrency in the first place but where trying to use Reactor model for other

Re: [BangPypers] Help needed on reviewing my presentation for pycon.

2010-06-28 Thread Jeffrey Jose
> > > Read about SEDA, I don't know if you have experience developing multi > > I am hearing about SEDA for the first time and it says it is a 'Staged > Event Driven Approach' and gives the details of how staging can help > in the Event Driven Approach. Now, we have quickly moved to a 'staged' > ev

Re: [BangPypers] Help needed on reviewing my presentation for pycon.

2010-06-28 Thread Senthil Kumaran
On Mon, Jun 28, 2010 at 10:25:57AM +0530, Shiv Shankar wrote: > Please read my presentation notes, I am not talking about Twisted, I am > talking more about the 2 approaches, the second approach being used in > designing twisted giving you a clear reason to use twisted. Okay, I read it again to ge

Re: [BangPypers] Help needed on reviewing my presentation for pycon.

2010-06-27 Thread Zubin Mithra
On Mon, Jun 28, 2010 at 10:25 AM, Shiv Shankar wrote: > But I know the limitations of threads in python, how to break it and where > >> twisted comes in. > >> > >> Twisted is not just a solution for threads and more over threads in > > python are problematic (?) at CPU level and not at IO level

Re: [BangPypers] Help needed on reviewing my presentation for pycon.

2010-06-27 Thread Shiv Shankar
But I know the limitations of threads in python, how to break it and where >> twisted comes in. >> >> Twisted is not just a solution for threads and more over threads in > python are problematic (?) at CPU level and not at IO level and > twisted is for asynchronous operation at IO level that is wh

Re: [BangPypers] Help needed on reviewing my presentation for pycon.

2010-06-27 Thread Senthil Kumaran
On Sat, Jun 26, 2010 at 09:50:03PM +0530, Shiv Shankar wrote: > I have experience on designing composable memory transactions library in C, > which basically is aids in designing thread safe, non blocking concurrent > systems. Thanks for responding back. > I use twisted, experiment with it, run

Re: [BangPypers] Help needed on reviewing my presentation for pycon.

2010-06-26 Thread Shiv Shankar
I have experience on designing composable memory transactions library in C, which basically is aids in designing thread safe, non blocking concurrent systems. I use twisted, experiment with it, run benchmarks on it for my curiosity, never have written production code in it. But I know the limitat

Re: [BangPypers] Help needed on reviewing my presentation for pycon.

2010-06-26 Thread Senthil Kumaran
On Sat, Jun 26, 2010 at 08:12:47PM +0530, Shiv Shankar wrote: > The below mentioned is an overview of the contents included in the > presentation I would like to present in this years pycon. Could you guys Hey Shiv, Just one suggestion, speak from your practical knowledge of Twisted. I hope you a

Re: [BangPypers] Help needed on reviewing my presentation for pycon.

2010-06-26 Thread Shiv Shankar
> > - Are there genuine advantages to event driven code or is it just the > "current trend"? This talk which I saw around a year ago suggests that > event driven is not *that* great - http://carlfk.blip.tv/file/2232349 > > Python's GIL (*global interpreter lock*) is so awesome that it prevents a l

Re: [BangPypers] Help needed on reviewing my presentation for pycon.

2010-06-26 Thread Sudheer Satyanarayana
On 06/26/2010 08:12 PM, Shiv Shankar wrote: Guys, The below mentioned is an overview of the contents included in the presentation I would like to present in this years pycon. Could you guys please look through it and let me know if you will get benefited from such a presentation. Also your sugge

Re: [BangPypers] Help needed on reviewing my presentation for pycon.

2010-06-26 Thread Noufal Ibrahim
On Sat, Jun 26, 2010 at 8:12 PM, Shiv Shankar wrote: > Guys, > > The below mentioned is an overview of the contents included in the > presentation I would like to present in this years pycon. Could you guys > please look through it and let me know if you will get benefited from such a > presentati

Re: [BangPypers] Help needed on reviewing my presentation for pycon.

2010-06-26 Thread Zubin Mithra
Hello Shiv, On Sat, Jun 26, 2010 at 8:12 PM, Shiv Shankar wrote: > Guys, > > The below mentioned is an overview of the contents included in the > presentation I would like to present in this years pycon. Could you guys > please look through it and let me know if you will get benefited from such

[BangPypers] Help needed on reviewing my presentation for pycon.

2010-06-26 Thread Shiv Shankar
Guys, The below mentioned is an overview of the contents included in the presentation I would like to present in this years pycon. Could you guys please look through it and let me know if you will get benefited from such a presentation. Also your suggestions and thoughts on it. Topic: *A peek int

Re: [BangPypers] help needed with dictionary

2008-08-29 Thread Sidharth Kuruvila
Hi Sonny, Not if you run kev={} in front of your code. It will keep getting reinitialized to an empty dict. On Fri, Aug 29, 2008 at 3:42 PM, sunny_plone <[EMAIL PROTECTED]> wrote: > > hi , > actually my main problem is the the key name or Name should store multiple > values, but now the old va

Re: [BangPypers] help needed with dictionary

2008-08-29 Thread Ataulla S H
hi, use list as a value for a key ex: mydict = {'phno':[32232323,3435,6756452342323,43343434], 'name':['ksdhsdhji','sdhghjsdh']} On Fri, Aug 29, 2008 at 3:42 PM, sunny_plone <[EMAIL PROTECTED]> wrote: > > hi , > actually my main problem is the the key name or Name should store multiple > values

Re: [BangPypers] help needed with dictionary

2008-08-29 Thread sunny_plone
hi , actually my main problem is the the key name or Name should store multiple values, but now the old value gets replced wen new value is entered. how can i store old n new values for same key. Anand-17 wrote: > > On Fri, Aug 29, 2008 at 3:27 PM, sunny_plone <[EMAIL PROTECTED]> wrote: >> >> hi

Re: [BangPypers] help needed with dictionary

2008-08-29 Thread Anand Chitipothu
On Fri, Aug 29, 2008 at 3:27 PM, sunny_plone <[EMAIL PROTECTED]> wrote: > > hi, > sorry for late reply. > i want to create a address book which has fields like name, phno, email id > etc which are keys and i want each key to hav multiple values as > many users will enter their names. so nam

Re: [BangPypers] help needed with dictionary

2008-08-29 Thread sunny_plone
hi, sorry for late reply. i want to create a address book which has fields like name, phno, email id etc which are keys and i want each key to hav multiple values as many users will enter their names. so name key will contain many values. i am not able to store the values entered through c

Re: [BangPypers] help needed with dictionary

2008-08-29 Thread Noufal Ibrahim
On Fri, Aug 29, 2008 at 2:32 PM, sunny_plone <[EMAIL PROTECTED]> wrote: > > hi all, > i am a newbie in python. i was trying to work with dictionaries. i wanted > to input values through command line and store the values in a dictionary. > i mean for the same key , multiple values. can any1 sugg

Re: [BangPypers] help needed with dictionary

2008-08-29 Thread Devi
>> i mean for the same key , multiple values. can any1 suggest me how can i >> do >> it.thank you >> >> i tried this, but the old value is replaced by new one, but i want to >> store >> al values entered by user. >> kev = {} >> if kev.has_key('Name'): >>kev['Name'].append(person_nam

Re: [BangPypers] help needed with dictionary

2008-08-29 Thread Parthan SR
sunny_plone wrote: hi all, i am a newbie in python. i was trying to work with dictionaries. i wanted to input values through command line and store the values in a dictionary. i mean for the same key , multiple values. can any1 suggest me how can i do it.thank you i tried this, but

[BangPypers] help needed with dictionary

2008-08-29 Thread sunny_plone
hi all, i am a newbie in python. i was trying to work with dictionaries. i wanted to input values through command line and store the values in a dictionary. i mean for the same key , multiple values. can any1 suggest me how can i do it.thank you i tried this, but the old value is rep