Skip to content

MarkLannen/week3labs

 
 

Repository files navigation

Week 3 Labs

This repo contains instruction and files for Week 3 assignments.

To begin, you should:

  • Fork and clone this repo
  • Inspect the contents of this repo

To ensure you recieve full points, review the assignment rubrics in Canvas before submitting your lab notebooks.

Operators, Math, Conditions, and Iteration

The tutorial is provided as a Python notebook (.ipynb). Feel free to generate the HTML or PDF version of a notebook in JupyterLab for your personal review.

  1. Launch JupyterLab
  2. Use the file browser to navigate to your local repo copy
  3. Open the tutorial file: 03_Tutorial.ipynb
  4. Read information in Markdown cells and run code examples in Code cells
  5. Repeat as necessary

Instructor-led Lab

  1. Review the instructions for this lab provided in the 03_Instructor_Lab.md file
  2. In JupyterLab, create a new Python notebook
  • Python 3 (ipykernal)
  1. Name your notebook according to naming convention specified in Canvas
  • 03_Instructor_Lab_YourLastNameHere.ipynb
  1. Complete the tasks required for this lab
  2. Routinely save your notebook to ensure that you do not lose your work
  3. Double check that output for your code cells is saved in your notebook
  4. Push your notebook to GitHub
  5. In Canvas, submit the GitHub URL for your lab on the assignment page

Independent Lab

  1. Review the instructions for this lab provided in the 03_Independent_Lab.md file
  2. In JupyterLab, create a new Python notebook
  • Python 3 (ipykernal)
  1. Name your notebook according to naming convention specified in Canvas
  • 03_Independent_Lab_YourLastNameHere.ipynb
  1. Complete the tasks required for this lab
  2. Routinely save your notebook to ensure that you do not lose your work
  3. Double check that output for your code cells is saved in your notebook
  4. Push your notebook to GitHub
  5. In Canvas, submit the GitHub URL for your lab on the assignment page

Happy coding!

About

Repo for week 3 of BGEN 632

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%