Havan Agrawal

Results 11 issues of Havan Agrawal

``` Traceback (most recent call last): File "socode.py", line 1943, in jpadilla() File "socode.py", line 806, in jpadilla print 'Forked {} times'.format(repo['forks_count']) TypeError: 'instancemethod' object has no attribute '__getitem__' ```...

``` Traceback (most recent call last): File "socode.py", line 1952, in kisom() File "socode.py", line 645, in new_f ret_val = f(*args, **kwargs) File "socode.py", line 536, in kisom zgohr(geoip['city']) File...

``` Traceback (most recent call last): File "socode.py", line 1919, in hmason() File "socode.py", line 228, in hmason exec random.choice(re.findall('def (.*):', socode_source)) File "", line 1, in File "socode.py", line...

``` Traceback (most recent call last): File "socode.py", line 1926, in starefossen() File "socode.py", line 407, in starefossen print requests.get('http://kdd2.1337fire.com/').content File "C:\Users\Havan\Anaconda2\lib\site-packages\requests\api.py", line 70, in get return request('get', url, params=params,...

This will allow students to navigate the repo structure easily, without having to come back to the main repo each time.

help wanted
good first issue
hacktoberfest

The CSS extractors in [`book_spider`](https://github.com/havanagrawal/GoodreadsScraper/blob/master/GoodreadsScraper/spiders/book_spider.py#L21-L42) etc can get out of sync, and the only way to detect this is with a trial run Solution: Add a unit test that retrieves...

If the `dateutil.parse` function cannot find a component of the timestamp (any of day, month or year), it replaces it with the *current* date's components. This can cause problems in...

Can you please add a white background version of this PDF the way you did for the "Machine Learning" one? The black background makes it really hard to read.

Calling calculate on a given `Order` should return the same value, regardless of how many times it is called. The current implementation will return a new, increased value each time....

bug