Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add classroom data, update README #5

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
# {Course Name}
# Intro to Python

This course was created from [this GitHub template](https://github.com/jhudsl/OTTR_Template).

You can see the rendered course material here: {Link to rendered bookdown and/or to the Leanpub.}
You can see the rendered course material here: https://hutchdatascience.org/Intro_to_Python/

If you would like to contribute to this course material, take a look at the [OTTR documentation](https://www.ottrproject.org/).

## About this course

This course introduces {info on what this course introduces}
The course covers fundamentals of Python, a high-level programming language, and use it to wrangle data for analysis and visualization.

## 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

This course will teach learners to:
**Analyze** Tidy datasets in the Python programming language via data subsetting, joining, and transformations.

**Evaluate** summary statistics and data visualization to understand scientific questions.

**Describe** how the Python programming environment interpret complex expressions made out of functions, operations, and data structures, in a step-by-step way.

- {You can use https://www.bobpikegroup.com/trainer-blog/5-steps-to-writing-clear-and-measurable-learning-objectives to define some learning objectives here}
- {More learning objectives}
**Apply** problem solving strategies to debug broken code.

## Encountering problems?

Expand Down
Loading
Loading