Show Menu
Cheatography

python - regex, urllib Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.
 

python - regex

<no. there is a cheatsheet on laptop for this, an rtfd or rtf>
 

python­-ur­llib2

>>> import urllib2

>>> response = urllib­2.u­rlo­pen­("ht­tp:­//b­lah.co­m")
>>> html = respon­se.r­ead()