Skip to content

Commit 2920b96

Browse files
authored
Merge pull request #491
2 parents c837e4d + 59c98e1 commit 2920b96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_episodes/01-short-introduction-to-Python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Short Introduction to Programming in Python
33
teaching: 30
4-
exercises: 0
4+
exercises: 5
55
questions:
6-
- "What is Python?"
7-
- "Why should I learn Python?"
6+
- "How do I program in Python?"
7+
- "How can I represent my data in Python?"
88
objectives:
99
- "Describe the advantages of using programming vs. completing repetitive tasks by hand."
1010
- "Define the following data types in Python: strings, integers, and floats."

0 commit comments

Comments
 (0)