The python introduction (notebooks prefixed with 1_) does not introduce dictionaries (dicts), tuples or sets. It introduces the list type extensively. As both pandas and scikit-learn at least partly use or return dicts (and one exercise of numpy gets easier with dicts), I would suggest to add a brief, final notebook in the intro part introducting dicts.
The list.ipynb could be complemented with a distinction between lists and tuples.
The python introduction (notebooks prefixed with
1_) does not introducedictionaries (dicts),tuples orsets. It introduces thelisttype extensively. As both pandas and scikit-learn at least partly use or returndicts (and one exercise of numpy gets easier withdicts), I would suggest to add a brief, final notebook in the intro part introductingdicts.The
list.ipynbcould be complemented with a distinction betweenlists andtuples.