Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 826 Bytes

File metadata and controls

26 lines (23 loc) · 826 Bytes

Readme

This repository contains notes related to tools, courses, methods, etc., relevant to the practice of data science.

Currently, the contents are

.
├── README.md
├── fluent_python          # Summary notes from "Fluent Python" (Ramalho, 2015)
│   ├── README.md
│   ├── examples
│   ├── figs
│   ├── notebooks
│   ├── requirements.txt
│   └── setup.py
├── learn_sql              # Notes from Codecademy's "Learn SQL" course
│   └── learn_sql.md
├── learnpy                # Misc. Python resources and notes
│   ├── NOTES.md
│   ├── PLOTTING.md
│   └── README.md
└── web_scraping           # Notes from RealPython tutorials on basic web scraping
    ├── README.md
    └── mathematicians.py