Conteúdo do Curso
Web Scraping with Python
Web Scraping with Python
Challenge: Read the HTML File
Give it a try - open and read the HTML
file on your own!
Tarefa
- Import the
urlopen
function from theurllib.request
. - Use the
urlopen()
function to open the page from the specifiedurl
. - Read the page and decode the received bytes object to
'utf-8'
.
Once you've completed this task, click the button below the code to check your solution.
Obrigado pelo seu feedback!
Challenge: Read the HTML File
Give it a try - open and read the HTML
file on your own!
Tarefa
- Import the
urlopen
function from theurllib.request
. - Use the
urlopen()
function to open the page from the specifiedurl
. - Read the page and decode the received bytes object to
'utf-8'
.
Once you've completed this task, click the button below the code to check your solution.
Obrigado pelo seu feedback!
Challenge: Read the HTML File
Give it a try - open and read the HTML
file on your own!
Tarefa
- Import the
urlopen
function from theurllib.request
. - Use the
urlopen()
function to open the page from the specifiedurl
. - Read the page and decode the received bytes object to
'utf-8'
.
Once you've completed this task, click the button below the code to check your solution.
Obrigado pelo seu feedback!
Give it a try - open and read the HTML
file on your own!
Tarefa
- Import the
urlopen
function from theurllib.request
. - Use the
urlopen()
function to open the page from the specifiedurl
. - Read the page and decode the received bytes object to
'utf-8'
.
Once you've completed this task, click the button below the code to check your solution.