You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The python introduction (notebooks prefixed with
1_
) does not introducedict
ionaries (dict
s),tuple
s orset
s. It introduces thelist
type extensively. As both pandas and scikit-learn at least partly use or returndict
s (and one exercise of numpy gets easier withdict
s), I would suggest to add a brief, final notebook in the intro part introductingdict
s.The
list.ipynb
could be complemented with a distinction betweenlist
s andtuple
s.The text was updated successfully, but these errors were encountered: