From 9d600e13c414a84298751ef7f6ba7db62d1af0d2 Mon Sep 17 00:00:00 2001 From: rink <rink@dtu.dk> Date: Fri, 22 Sep 2017 10:54:30 +0200 Subject: [PATCH] Updated topic outline and workshop objective --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a7c02f6..919404c 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 -- GitLab