empa-scientific-it / python-tutorial

Material for a Jupyter-based Python tutorial
MIT License
30 stars 9 forks source link

Basic datatypes #200

Closed edoardob90 closed 6 months ago

edoardob90 commented 7 months ago

Theory session

  1. Built-in data types + Strings
  2. Arithmetics of built-in data types
  3. Non-arithmetic operators with built-in data types
  4. Data structures
    • Basic overview: creating and manipulating data structures
    • Which data structure to choose and why

Exercises

TODO.

Additional materials

Mark these sections as material for self-study: