-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.Rmd
More file actions
38 lines (26 loc) · 1.52 KB
/
index.Rmd
File metadata and controls
38 lines (26 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: "Introduction to Python"
date: "`r format(Sys.time(), '%B, %Y')`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib]
biblio-style: apalike
link-citations: yes
description: "Description about Course/Book."
favicon: assets/dasl_favicon.ico
output:
bookdown::word_document2:
toc: true
---
# About this Course {.unnumbered}
## Curriculum
The course covers fundamentals of Python, a high-level programming language, and use it to wrangle data for analysis and visualization.
## Target Audience
The course is intended for researchers who want to learn coding for the first time with a data science application via the Python language. This course is also appropriate for folks who have explored data science or programming on their own and want to focus on some fundamentals.
## Learning Objectives
- **Analyze** Tidy datasets in the Python programming language via data wrangling, summary statistics, and visualization.
- **Compute** summary statistics and create data visualizations to interpret data.
- **Describe** how the Python programming environment interpret complex expressions made out of functions, operations, and data structures, in a step-by-step way.
- **Apply** problem solving strategies to debug broken code.
## Offerings
This course is taught on a regular basis at [Fred Hutch Cancer Center](https://www.fredhutch.org/) through the [Data Science Lab](https://hutchdatascience.org/). Announcements of course offering can be found [here](https://hutchdatascience.org/training/).