/d2w_notes

Notes for Data Driven World

Primary LanguageHTML

Data Driven World Notes

Notes for Data Driven World

Week 01: Python Revision and Sorting Algorithm

Notes:

Week 02: Analysing Programs

Notes:

Week 03: Divide and Conquer

Notes:

Week 04: Object-Oriented Paradigm

Notes:

Week 05: Searching Data

Notes:

Week 06: Inheritance and Object-Oriented Design

Notes:

Week 08: Visualizing and Processing Data

Notes:

Week 09: Modeling Continuous Data

Notes:

Week 10: Classifying Categorical Data

Notes:

Week 12: Design of State Machines

Preparing notes

First, setup the required libraries.

You will need to install wkhtmltopdf.

pip install -r requirements.txt

You might need to give permissions to run the bash script

chmod a+x convert_to_html.sh

Finally, run ./convert_to_html.sh

This should create an outputs directory with both the html files and the pdf. If the pdf conversion takes too long, feel free to open the html file in your browser and save accordingly.

Contributors

These notes and problem sets were prepared by Oka Kurniawan, Zachary Teo Wei Jie, and Amanda Kosim.