DK gmail.com> writes:
>
> I didn't include the code because its really just two lines, apologies:
>
Well it turns out I AM a moron. Finding len(x) gives me the length of the
dictionary, not the number of entries. I should have used len(x['entries']).
Using th
Alan Gauld btinternet.com> writes:
>
> I have no idea if this is relevantt and without code I suspect we will all
> be guessing blindly but...
>
> Have you checked Google's terms of use? I know they make it hard to
> screen scrape their search engine so they may have similar limits on
> their f
kushal gupta gmail.com> writes:
>
> Hi, I am facing an issue with datetime module with some timezones
You may want to check out the pytz library at http://pytz.sourceforge.net/ for
easier timezone manipulation.
___
Tutor maillist - Tutor@pytho