Or: “Everybody likes being given a glass of water.”
By Merlin Mann.
It's only advice for you because it had to be advice for me.
| # -*- coding: utf-8 -*- | |
| #!/usr/bin/env python | |
| """ | |
| Model for microformat properties and parsers. A microformat parser can | |
| parse an HTML element into a dictionary of properties, whose keys are | |
| strings and whose values are strings or other dictionary of properties. | |
| As an example, the main program of this script parses an hResume from | |
| given URL. |
| # -*- coding: utf-8 -*- | |
| #!/usr/bin/env python | |
| """ | |
| Model for microformat properties and parsers. A microformat parser can | |
| parse an HTML element into a dictionary of properties, whose keys are | |
| strings and whose values are strings or other dictionary of properties. | |
| As an example, the main program of this script parses an hResume from | |
| given URL. |