|
3 years ago | |
---|---|---|
adm | 3 years ago | |
background_material | 3 years ago | |
data | 3 years ago | |
data_examples | 3 years ago | |
extra_material | 3 years ago | |
jupyter | 3 years ago | |
visual_intro | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago |
A one day workshop on: Thursday 14th of February
Language: English
Session I: 9.00--12.00
Break
Session II: 13.00-16.00
Data processing and visualization is crucial in many sciences---but how do I get started? In this course we will build a working knowledge for performing simple data processing and generating visualization of data using the programming language Python. The course requires no knowledge of the Python programming language, but a basic programming proficiency is required (your have programmed before). We will first cover basic programming in the Python language and how to work with the Jupyter Notebook tool. This basic part will then be extended with data processing and visualization based in a dedicated data analytics tools named Pandas. The day is organized with lectures and small exercises to be solved individually or in small groups.
A Primer on Scientific Programming with Python, Hans Petter Langtangen
Inspiration: Interesting Jupyter Notebooks
Data Capentry: Data Analysis and Visualization in Python for Ecologists
Grammar of Graphics, Wilkinson (book)
The Grammar of Graphics, Wilkinson (chapter - shorter)
A Layered Grammar of Graphics, Wickham (paper)
Fundamentals of Data Visualization, Wilke
Edward R. Tufte, The Visual Display of Quantitive Information, Graphics Press, 1983
The Principle pf Propotional Ink, Carl Bergstrom and Jevin West,
An Admin’s Guide to Data Visualization, Caskey L. Dickson
Data Carpentry plotnine examples
Python Plotting for Exploratory Data Analysis, with plotnine examples