Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.45 KB

index.md

File metadata and controls

32 lines (27 loc) · 1.45 KB
layout root permalink
lesson
.
index.html

Python is a general purpose programming language that is useful for writing scripts to work effectively and reproducibly with data.

This is an introduction to Python designed for participants with no programming experience. These lessons can be taught in one and a half days (~ 10 hours). They start with some basic information about Python syntax, the Jupyter notebook interface, and move through how to import CSV files, using the pandas package to work with data frames, how to calculate summary information from a data frame, and a brief introduction to plotting. The last lesson demonstrates how to work with databases directly from Python.

Getting Started

Data Carpentry's teaching is hands-on, so participants are encouraged to use their own computers to ensure the proper setup of tools for an efficient workflow.
These lessons assume no prior knowledge of the skills or tools.

To get started, follow the directions in the "[Setup][lesson-setup]" tab to download data to your computer and follow any installation instructions.

Prerequisites

This lesson requires a working copy of Python.
To most effectively use these materials, please make sure to install everything before working through this lesson. {: .prereq}

For Instructors

If you are teaching this lesson in a workshop, please see the Instructor notes. {: .prereq}

{% include links.md %}