Skip to content

Commit d5e1489

Browse files
committed
Add README for source code
1 parent 09d6577 commit d5e1489

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

source-code/README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
#| Source code
2+
3+
This is source code that is either used in the presentation, or was developed
4+
to create it. There is some material not covered in the presentation as well.
5+
6+
## Requirements
7+
8+
* Python version: at least 3.6
9+
* Packages:
10+
* pandas
11+
* seaborn
12+
* holoviews
13+
* sqlalchemy
14+
* folium
15+
* matplotlib
16+
* numpy
17+
* scipy
18+
* geopandas
19+
* shapely
20+
* bs4
21+
* networkx
22+
* Jupyter notebook
23+
* Optional packages
24+
* gdal
25+
* fiona
26+
27+
## What is it?
28+
* [`db-access`](db-access): illustration of accessing SQLite databases and using
29+
SQLAlchemy, including object-relational mapping.
30+
* [`gis`](gis): illustrations of working with geospatial data, including geopandas.
31+
* [`holoviews`](holoviews): illustrations of using HoloViews for convenient
32+
visualizations.
33+
* [`pandas`](pandas): illustrations of using pandas and seaborn.
34+
* [`regexes`](regexes): illustrations of using regular expressions for validation
35+
and information extraction from textual data.
36+
* [`web-scraping`](web-scraping): illustration of web scraping using beautiful soup
37+
and graph representation using networkx.

0 commit comments

Comments
 (0)