health-data-science-OR / coding-for-ml

Learning materials for Coding for Machine Learning and Data Science
https://www.pythonhealthdatascience.com
MIT License
16 stars 4 forks source link

Introductory material: expectations about python knowledge #37

Open TomMonks opened 3 years ago

TomMonks commented 3 years ago

Early in the book there needs to be a section that provides expectations of coding knowledge. This should also include some basic examples so that readers can understand expectations. For example:

Defining functions list manipulation and list comprehensions dicts python modules

TomMonks commented 2 years ago

possibly add generators too.

organisation

TomMonks commented 2 years ago

Added:

No exercises, but will ask students to work through material

TomMonks commented 2 years ago

Additional content to add

Quality - passing a test with poor code versus passing a test with high quality code