Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 703 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 703 Bytes

Learn to Code Python for Data Science Workshop

Overview

"Learn to Code Python for Data Science" is a 4 hour introductory workshop to introduce interested individuals to python and data science.

Contents

  • agenda.md for announcements and agenda
  • handout_for_participants.md is the content for a 4 page handout for participants.
  • outline.md is the workshop outline for facilitators

Jupyter Notebooks

  • first_notebook_python_fundamentals.ipyb is an interactive notebook for exploring basic python data types, operators, syntax, and functions.
  • second_notebook_python_maths.ipyb contains
  • third_notebook_data.ipyb contains some graphing exercises using matplotlib and seaborn.