Skip to content

python_basics.ipynb typo 3

Basic data types

Base (i.e., built-in) Python has mostly the same data types as you might know from MATLAB or R, such as numbers (integers/floats), strings, and lists (cells in MATLAB; lists in R). Also, Python has

to

data types that might be unknown to MATLAB/R users, such as "dictionaries" and "tuples", which are explained later.