Re: [BangPypers] File read

2011-11-12 Thread Anand Balachandran Pillai
On Mon, Nov 7, 2011 at 10:56 PM, steve wrote: > Hey Shashidhar, > > Others may answer your question, I am not going to do that right away. > I'll just offer a few suggestions to clean up your code. If you do that, I > promise to answer your questions: > > a. Use os.path.join() to join path compon

[BangPypers] google api and facebook api ?

2011-11-12 Thread vishnu prasad
Hi to all How google internally running the code my doubt is python ? i mean api means we need to learn the code for separately apart from andriod,python,php, ruby ? knowing the api code and how can i start that ? is it python api is available for embedding with google ? please help me and also te

Re: [BangPypers] google api and facebook api ?

2011-11-12 Thread Gora Mohanty
On Sat, Nov 12, 2011 at 7:35 PM, vishnu prasad wrote: > Hi to all > > How google internally running the code my doubt is python ? > i mean api means we need to learn the code for separately apart from > andriod,python,php, ruby ? > knowing the api code and how can i start that ? is it python api i

Re: [BangPypers] Seeks Professional Guidance ?

2011-11-12 Thread random bytes
> you should know how to write a decorator. > - > Most software gets done without somebody knowing decorators. Subset of python can be seen as user language for non "reusable modules(library)" developers. So if one knows how to use a decorator he will be able to manage. Regards Srini. _