Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 746 Bytes

File metadata and controls

20 lines (14 loc) · 746 Bytes

Using Python for Research

This course bridges the gap between introductory and advanced courses in Python.

Offered by: Harvard University Platform: edx

Course Contents

Week 1: Python Basics Review of basic Python 3 language concepts and syntax.

Week 2: Python Research Tools Introduction to Python modules commonly used in scientific computation, such as NumPy.

Weeks 3 & 4: Case Studies This collection of six case studies from different disciplines provides opportunities to practice Python research skills.

Week 5: Statistical Learning Exploration of statistical learning using the scikit-learn library followed by a two-part case study that allows you to further practice your coding skills.

Project