-
Recent Posts
Recent Comments
- Shawn on Install python PIL ( Python image Library ) on Ubuntu 11.10 Oneiric
- Régis Eduardo Weizenmann Gregol on How to login postgresql access psql from ubuntu user
- Gabriel on Setup Aptana For Python and Django Development with Checker, Tag, Linter
- Artur_G on How to reset postgres password in PostgreSQL Ubuntu 11.10 Oneiric
- django dev on Install python PIL ( Python image Library ) on Ubuntu 11.10 Oneiric
Archives
Categories
Meta
Tag Archives: access requests module json format
Python Requests Module get Json content into dictionaries
Requests Module is great python module to use urllib2 in easy ways. For instance, let we get some JSON from my Gravatar : 1https://es.gravatar.com/bashlook.json In case you need how to get JSON value using urllib2 : 1234567891011import urllib2 import json … Continue reading