Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 1.47 KB

index.md

File metadata and controls

39 lines (35 loc) · 1.47 KB
layout root permalink
lesson
.
index.html

This lesson is an introduction to programming in Python for people with little or no previous programming experience. It uses plotting as its motivating example, and is designed to be used in both [Data Carpentry][dc-lessons] and [Software Carpentry][swc-lessons] workshops. This lesson references [JupyterLab][jupyterlab], but can be taught using a regular Python interpreter as well. Please note that this lesson uses Python 3 rather than Python 2.

Under Design

This lesson is currently in its early design stage; please check [the design notes]({{ page.root }}/design/) to see what we have so far. Contributions are very welcome: we would be particularly grateful for exercises and for commentary on the ones already there. {: .callout}

Prerequisites

  1. Learners need to understand what files and directories are, what a working directory is, and how to start a Python interpreter.

  2. Learners must install Python before the class starts.

  3. Learners must get the gapminder data before class starts: please download and unzip the file python-novice-gapminder-data.zip.

    Please see [the setup instructions][lesson-setup] for details. {: .prereq}

{% include links.md %}