Skip to content

Commit 4901cf0

Browse files
jensentobiasmaxim-belkin
authored andcommitted
00-before-we-start.md: fix objectives and keypoints (#415)
Fixes #358
1 parent 855e70c commit 4901cf0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

_episodes/00-before-we-start.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@ exercises: 0
55
questions:
66
- "What is Python and why should I learn it?"
77
objectives:
8-
- "Describe the purpose of the editor, console, help, variable explorer and file explorer panes in
9-
Spyder."
8+
- "Present motivations for using Python."
109
- "Organize files and directories for a set of analyses as a Python project, and understand the
1110
purpose of the working directory."
11+
- "How to work with Jupyter Notebook and Spyder."
1212
- "Know where to find help."
1313
- "Demonstrate how to provide sufficient information for troubleshooting with the Python user
1414
community."
1515
keypoints:
1616
- "Python is an open source and platform independent programming language."
17-
- "SciPy ecosystem for Python provides the tools necessary for scientific computing."
1817
- "Jupyter Notebook and the Spyder IDE are great tools to code in and interact with Python. With
19-
the large Python community it is easy to find help in the internet."
18+
the large Python community it is easy to find help on the internet."
2019
---
2120

2221
<br />

0 commit comments

Comments
 (0)