[Tutor] The Format Specification Mini-Language of Python 3.1

Richard D. Moores rdmoores at gmail.com
Thu Oct 28 02:43:08 CEST 2010


On Wed, Oct 27, 2010 at 09:29, Richard D. Moores <rdmoores at gmail.com> wrote:
> <http://tutoree7.pastebin.com/5Z4g60L5>

> In addition, if you are interested in doing some simple web scraping with
> 3.1, highlighted lines 6, 25, 26 in my code show what worked for me with
> what at first was very hard to understand until I found the examples in the
> docs for the use of urllib.request:
> <http://docs.python.org/py3k/library/urllib.request.html?highlight=urllib#examples>

Thought I'd report that there is a "HOWTO Fetch Internet Resources
Using The urllib Package" at
<http://docs.python.org/py3k/howto/urllib2.html>

Dick


More information about the Tutor mailing list