Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

alana91/lxml-parse-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lxml-parse-html

🇺🇸 TDC 2019 talk on parsing HTMl using the lxml lib.

How to

Just checking the slides

Just open one of the html files inside lxml-parse-html.

Running the notebook

At root level:

$ pip install -r requirements.txt

(don't fortget the virtual env!)

or

$ pipenv install

and then

$ jupyter notebook

if using pip (remember, inside the virtual env!), or

$ pipenv run jupyter notebook

then pick the notebook (in PT_BR or EN) you wish to run from inside the folder lxml-parse-html.


🇧🇷 Talk do TDC 2019 sobre parse de HTML usando a biblioteca lxml.

Como usar

Para ver slides

Simplesmente abra um dos arquivos html de dentro de lxml-parse-html.

Rodar os notebooks

A partir da raiz:

$ pip install -r requirements.txt

(não esqueça do virtual env!)

ou

$ pipenv install

e então

$ jupyter notebook

se estiver usando pip (lembre-se, dentro do virtual env!), ou

$ pipenv run jupyter notebook

e escolha o notebook (em PT_BR ou EN) que quiser rodar de dentro da pasta lxml-parse-html.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published