I'm a beginner in python and as a learning project i decided to just make a little script to lunch a webpage and log into it. Now after doing lots of googling (got many messy bits and piece of knowlegde) i found out that each website have it own way of handling login requests, and that there was many ways to emulate an instance of a browser to retrieve and post data ( urllib2, selenium, twill and blablabla).
So I know it is possible to log in into a website from python ( for a specific site and using a specific way) but I can't seem to display the logged page in a browser.
Can anyone help me please ?