Getting Web Content with Python! [urllib] 01

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

hey john, can i have a link to urllib? thanks.

Jamesdavenelson
Автор

howdy - greqt tutorial - can you make some more regarding joinurl... and urllib.parse

martinkaspar
Автор

I wasn't able to type "page.read" after hitting enter but this is what I got.

import urllib
Traceback (most recent call last):
  File "<pyshell#3>", line 1, in <module>
AttributeError: 'module' object has no attribute 'urlopen'

xxjaydogxx