Week 1:

Python IO:

  • From the Python directory run quiz.py in VS Code, this will show the workflow of Input and Output in the terminal
  • Build Jupiter notebook
  • Build a quiz that includes original questions and shows outputs
  • Create both markdowns for description and code for execution
  • Add comments to Python code

    Additional requirements:

  • Build your quiz so that it captures the critical Vocabulary from this Jupyter document
  • Calculate the percentage of your quiz
  • Review the College Board Big Idea outline, and see if you can reference locations in Markdown that support vocabulary

    Extra credit:

  • Do you see a repeating pattern of code? Try to implement a solution to avoid the repeating pattern (hint: list and iteration)

JavaScript input:

  • Making calculator

Linux Shell and Bash:

  • Come up with the process of how tools are installed.
  • Add blog notes.
  • What do we use to verify tool installation?
  • To update a repository we use ctrl+s and then run the make command in the terminal

Github pages anatomy:

  • Index.md is the file with markdowns
  • _includes/nave_home.html is the submenu

Style:

  • /assets/css/style.css has the import of style customization.