forked from pythontsunami/teaching
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
The python introduction (notebooks prefixed with 1_
) does not introduce dict
ionaries (dict
s), tuple
s or set
s. It introduces the list
type extensively. As both pandas and scikit-learn at least partly use or return dict
s (and one exercise of numpy gets easier with dict
s), I would suggest to add a brief, final notebook in the intro part introducting dict
s.
The list.ipynb
could be complemented with a distinction between list
s and tuple
s.
Metadata
Metadata
Assignees
Labels
No labels