meliht / EPI-Python-Solution

Solutions of "Elements of Programming Interviews in Python: The Insiders' Guide". Retrieved on 28 Oct, 2017.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EPI-Python-Solution

Solutions are retrieved from the official site.

Requirements

pip install wget
pip install lxml
pip install requests

(Optional) Configure the code

To parse other site, change addr. To choose target directory to put files, change download_dir. Also change pattern (default .py) and target tag to match (default href).

Run

python parse_py.py

About

Solutions of "Elements of Programming Interviews in Python: The Insiders' Guide". Retrieved on 28 Oct, 2017.


Languages

Language:Python 100.0%