@@ -22,24 +22,26 @@ the completion of approximately 130 hands-on coding exercises.
2222
2323## Target Audience
2424
25- The target audience is scientists, engineers, and programmers who
26- already have experience in at least one other programming language. No
27- prior knowledge of Python is required, but knowledge of common
28- programming topics is assumed. Most participants find the course
29- challenging--even if they've already been doing a bit of Python
30- programming.
25+ Students of this course are usually professional scientists,
26+ engineers, and programmers who already have experience in at least one
27+ other programming language. No prior knowledge of Python is required,
28+ but knowledge of common programming topics is assumed. Most
29+ participants find the course challenging--even if they've already been
30+ doing a bit of Python programming.
3131
3232## Course Objectives
3333
3434The goal of this course is to cover foundational aspects of Python
3535programming with an emphasis on script writing, data manipulation, and
36- program organization.
36+ program organization. By the end of this course, students should be
37+ able to start writing useful Python programs on their own or be able
38+ to understand and modify Python code written by their
39+ coworkers.
3740
3841## Requirements
3942
4043To complete this course, you need nothing more than a basic
41- installation of Python 3.6 or newer and time to work on it--especially
42- the latter.
44+ installation of Python 3.6 or newer and time to work on it.
4345
4446## What This Course is Not
4547
@@ -48,13 +50,9 @@ computer. It is assumed that you already have programming experience
4850in some other programming language or Python itself.
4951
5052This is not a course for software engineers on how to write or
51- maintain a one-million line Python program . I don't write programs
53+ maintain a one-million line Python application . I don't write programs
5254like that, nor do most companies who use Python, and neither should
53- you. Delete something already! Python is a great language for
54- personal productivity, prototyping ideas, and getting work done. The
55- course is about doing THAT in a way that's practical, accessible, and
56- not so "hacky" that your co-workers give you stink-eye when they look
57- at your code.
55+ you. Delete something already!
5856
5957## Take me to the Course Already!
6058
0 commit comments