This directory contains course materials for DATA605, including lecture content, tutorials, book chapters, and supporting infrastructure for building and deploying course materials
-
lectures/: Final compiled lecture PDFs organized by lesson number- Contains all lecture presentations in PDF format
- Named as
Lesson##.#-Topic.pdf
-
lectures_source/: Source text files for lecture content- Contains raw text content for lectures
- Includes images directory with lecture diagrams and figures
- Used as input for generating lecture PDFs
-
lectures_script/: Video presentation scripts for lectures- Contains script files with speaking notes for each lesson
- Named as
Lesson##.#-Topic.script.txt
-
lectures_recap.secret/: Lecture recap materials
book/: Compiled book chapters and full course book- Contains individual chapter PDFs
- Includes full
book.pdfcombining all chapters - Contains PNG image directories for each chapter
tutorials/: Hands-on tutorial materials organized by topictutorial_airflow/: Apache Airflow workflow tutorialstutorial_dask/: Dask parallel computing tutorialstutorial_docker/: Docker containerization tutorialstutorial_docker_compose/: Docker Compose multi-container tutorialstutorial_git/: Git version control tutorialstutorial_github/: GitHub platform tutorialstutorial_jupyter/: Jupyter notebook tutorialstutorial_mongodb/: MongoDB database tutorialstutorial_pandas/: Pandas data analysis tutorialstutorial_parquet/: Parquet file format tutorialstutorial_postgres/: PostgreSQL database tutorialstutorial_spark/: Apache Spark tutorials
-
dev_scripts/: Development automation scripts- Contains Docker management scripts
- Includes formatting and linting utilities
- Contains Jupyter and tmux setup scripts
-
project_template/: Shared Docker configuration files- Contains common Docker setup scripts
- Includes bashrc and sudoers configuration
- Contains Jupyter extension installation scripts
-
gp/: Group project database materials- Contains SQL dump file for project database
- Includes README with group project instructions
-
lectures_Spring2023/: Archived lecture PDFs from Spring 2023 semester- Historical reference materials
-
lectures_Spring2025/: Archived lecture PDFs from Spring 2025 semester- Historical reference materials