diff --git a/README.md b/README.md index a7c02f6b70472fe8c2c772c5f41950dfd3bbe2c7..919404cbf02d22b2238cc86304fc887d052c1edc 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ This is the second in a series of scientific Python lectures at Risø campus, Denmark Technical University. -## Objective +## Workshop objective -To introduce new Python users to Anaconda workflows. We assume that the majority -of users are familiar with Matlab and/or Mathematica. +To help Matlab-experienced users begin coding in Python. This includes a review +of syntax differences, along with a brief introduction of the most commonly +used libraries, and a quick overview of PEP8 coding conventions. ## Date @@ -16,14 +17,13 @@ arranging a new workshop. ## Topic outline -- What is Anaconda? -- Anaconda prompt -- Command-line Python -- Python vs. iPython console -- Installing new packages -- Creating and managing environments -- Spyder -- Jupyter +- "Big-picture" differences +- Syntax differences +- Useful packages: + - NumPy/SciPy + - Pandas + - Matplotlib +- PEP8 coding convention ## Prerequisites