How to write a facebook client?
Hi,everyone I'm a python newbie,and I want to write a facebook client.But I don't know how to do it.Meanwhile I have any write web experience,so I also don't know how to analyse web page.Any help will be appreciate. -- http://mail.python.org/mailman/listinfo/python-list
Re: How to write a facebook client?
On Oct 22, 10:42 am, geremy condra wrote: > On Wed, Oct 21, 2009 at 9:45 PM, holmes86 wrote: > > Hi,everyone > > > I'm a python newbie,and I want to write a facebook client.But I don't > > know how to do it.Meanwhile I have any write web experience,so I also > > don't know how to analyse web page.Any help will be appreciate. > > -- > >http://mail.python.org/mailman/listinfo/python-list > > Obligatory warning: any project, of any size, in computer science or > any related field, will require you to learn a *lot*, and most of the time > other people aren't going to be able or willing to help you- you just have > to do it yourself. If that doesn't sound like something you want to do > or are able to do, then you should probably save yourself some trouble > and stop now. Otherwise, the links below may be helpful. > > 1) google.com, it's your friend > 2) htmlgoodies.com, for the basics of the web side > 3) w3schools.com, for a bit more of the web stuff > 4) docs.python.org, for the python stuff > 5)http://wiki.developers.facebook.com/index.php/PythonPyFacebookTutorial, > for getting python and facebook to play nicely together. > > Good luck. > > Geremy Condra OK,thanks very much -- http://mail.python.org/mailman/listinfo/python-list
how to modify row content of file in python?
hi,everyone Is there function of modify row content in python? just like 'sed' in shell,thanks -- http://mail.python.org/mailman/listinfo/python-list
how to generate a csr in python?
hi,everyone I want generate a Certificate signing request in python,but I don't how to realize this function.I don't find any method after read the python-openssl manual.Any help will appreciate. -- http://mail.python.org/mailman/listinfo/python-list
Re: how to generate a csr in python?
On May 31, 7:37 pm, holmes86 wrote: > hi,everyone > > I want generate a Certificate signing request in python,but I don't > how to realize this function.I don't find any method after read the > python-openssl manual.Any help will appreciate. nobody? -- http://mail.python.org/mailman/listinfo/python-list
Re: how to generate a csr in python?
On Jun 1, 3:46 pm, Peter Otten <__pete...@web.de> wrote: > holmes86 wrote: > > On May 31, 7:37 pm, holmes86 wrote: > >> hi,everyone > > >> I want generate a Certificate signing request in python,but I don't > >> how to realize this function.I don't find any method after read the > >> python-openssl manual.Any help will appreciate. > > > nobody? > > Is the createCertRequest() function at > > http://bazaar.launchpad.net/~exarkun/pyopenssl/trunk/annotate/head:/e... > > what you're looking for? > > Peter thanks Peter -- http://mail.python.org/mailman/listinfo/python-list