Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Docstring

Resources

Homework

  1. update your forked repo from my repo(ref)
  2. following 01_git, create a new branch LAST#_05doc (ex: pan667_05doc) in your forked repo
  3. activate the environment you created in 03_conda
  4. copy the file code.py to submissions/ and rename it as LAST#.py
  5. read the function in the file LAST#.py, add proper doc string with googledoc style, and add proper type hints
  6. run black with line length 100, isort, and flake8 on the file
  7. stage changes, commit with the message "learning doc", push and submit a pr