Re: [BangPypers] Post from non-members

2009-10-01 Thread Azhaguselvan
On Thu, 2009-10-01 at 18:06 +0530, Abhishek Mishra wrote: > I beg sorry for being responsible for this. I actually sent Python at > Schools post to three mailing lists simultaneously, and in return it > happens that when one hits the reply button, the response is posted > back to all 3 mailing list

Re: [BangPypers] [ilugb] Python at Schools

2009-10-01 Thread Shivaraj M S
>Secondly we are also working on one embedded platform >using Python. Should be innovative... It reminded me of concurrent and sequential programming approaches of VHDL for real time on FPGA written by Douglas L. Perry - one of the most well written and interesting programming books. (or may be

Re: [BangPypers] Post from non-members

2009-10-01 Thread Abhishek Mishra
I beg sorry for being responsible for this. I actually sent Python at Schools post to three mailing lists simultaneously, and in return it happens that when one hits the reply button, the response is posted back to all 3 mailing lists - InPyCon, Ilugb and bangpypers. Please excuse me for not follow

Re: [BangPypers] web services

2009-10-01 Thread Anand Balachandran Pillai
On Thu, Oct 1, 2009 at 1:39 PM, sudhakar s wrote: > I was trying SOAP web services.How to construct . > > > > Use SOAPpy. Here is the straight dope without any WSDL etc. from SOAPPy import ThreadingSOAPServer server = ThreadingSOAPServer(('0.0.0.0', )) server.registerFunction(check) server

Re: [BangPypers] web services

2009-10-01 Thread sudhakar s
I was trying SOAP web services.How to construct . On Thu, Oct 1, 2009 at 12:28 PM, Vivek Khurana wrote: > On Thu, Oct 1, 2009 at 12:11 PM, sudhakar s wrote: > > > > HI, > >Can any one suggest me how to create a simple web service. > > > Started working with webservices but fully confused wit

Re: [BangPypers] web services

2009-10-01 Thread Vivek Khurana
On Thu, Oct 1, 2009 at 12:11 PM, sudhakar s wrote: > > HI, >    Can any one suggest me how to create a simple web service. >    Started working with webservices but fully confused with searches i made. > >    any one have simple web service script which is currently working? There is no magic we

[BangPypers] Post from non-members

2009-10-01 Thread Anand Balachandran Pillai
Hi, Of late there has been a lot of activity in the group, which is good :) But a side effect has been a sharp increase in number of non-members trying to post to the list. I have been approving all these messages since they are all relevant and not SPAM. However if y

Re: [BangPypers] [Pythonmac-SIG] web services

2009-10-01 Thread Chris Rebert
On Wed, Sep 30, 2009 at 11:41 PM, sudhakar s wrote: > > HI, >    Can any one suggest me how to create a simple web service. >    Started working with webservices but fully confused with searches i made. > >    any one have simple web service script which is currently working? How is this relevant

Re: [BangPypers] web services

2009-10-01 Thread Amit Saha
sudhakar s wrote: HI, Can any one suggest me how to create a simple web service. This should help: http://www.lmgtfy.com/?q=web+services+in+python Started working with webservices but fully confused with searches i made. How about the search results? HTH, -Amit -- Journal: http://am

Re: [BangPypers] Python at Schools

2009-10-01 Thread Amit Saha
Srijayanth Sridhar wrote: Not sure how many people here were taught Logo as their first language. I was, and most people regard it as a toy language because most teachers focus exclusively on the graphical aspects of the language. However, few know that Logo was inspired by Lisp and can handle fa