No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hi, I'm using Google Base API for python to insert data in Google Merchant centre. The code is working fine till I asked for inserting the data (the last 3 lines of the code). Can anybody help me to figure out where the error can be. [CODE]import gdata.base.service import gdata.service … | |
Hi, My name is sagar, and I'm a complete newbie in programming & python, but I'm very keen to learn both these things. Also, I'm at present trying to use python to extract data from web through various APIs. I mainly working with Google API. So, there will be lot … | |
Hi, I'm at present working on extracting data from various online news sites, and then analyzing it. The code is given below. But when I'm writing this last code, the following error is coming: >>> import newsfeatures >>> allw,artw,artt= newsfeatures.getarticlewords( ) >>> wordmatrix,wordvec= newsfeatures.makematrix(allw,artw) Error: Traceback (most recent call last): … | |
Re: Hi, I'm using python to do social networking analysis. The code I'm using is given below. But when I'm using following code (after the code given below): >>>import Facebook >>> s=facebook.fbsession( ) Press enter after logging in: I'm getting following error: Traceback (most recent call last): File "<pyshell#40>", line 1, … |
The End.