Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1015 Bytes

todos_and_software.md

File metadata and controls

30 lines (20 loc) · 1015 Bytes

ToDos

  • Complete the course description.
  • Write graduate school.
  • Look at jupyter notebook slides
  • Create a github-webpage for course (?!)

Software to look into

  • nbgrader for automatic assignment checking
  • nbdime for notebook diffs and merges

Miniconda

Use miniconda to install standardised environment, containing

  • a terminal emulator (for file system access)
  • a python(3)-distribution for learning basic programming concepts
  • a text editor with code highlighting
  • a console and/or notebook environment for interactive use (REPL)

Jupyterlab

Consider jupyterlab!

  • "alpha preview" state, but rapidly developing
  • has all the components above, can be arranged IDE-like on screen
  • has csv-, md-, etc. -renderers for viewing ascii file contents in "pretty form"