fsds_100719
: the Package
A collection of functions and tools for Flatiron students in the 10-07-19 cohorts.
Package To-Dos:
- Fix readthedocs index.rst page with a toc
FT Study Group 11/07 Objectives
- Forking and cloning repository.
- GitHub Desktop + VS Code = <3
- Open Repository Folder in VS Code and find the right cohort folder.
fsds_100719/fsds_100719/ft
- Make your own copies my
jirving.py
andjirving_testing.ipynb
- Rename the files to your name (either first initial last name or github username)
- Add a test function or code from project/class - use your -
_testing.ipynb
to test how they function from external source. - Commit your changes and go to github repo on website to submit a
Pull Request
. - Learn how Travis-CI will automatically check your code before it gets pulled into master repo.
Additional Topics:
- Learning about why functions are pickier when imported vs. defined in the notebook. (i.e."closures")
- Critical Code Testing Functions
-
fs.reload
,fs.ihelp
-
- Using
fs.datasets
to test your code- i.e.
df = fs.datasets.load_mod1_proj()
- i.e.