Python Basics (Jupyter Notebook)# Python Basics (2023-06-20 - 2023-06-22) DataTypes Integers Datatype Conversions (Im)mutable? Compound Datatypes List Dictionary Exercise: Mixed List, Interactive Interpreter len(), range(), for References, (Im)mutability Generators, yield Other -ables: Callable Indexing and Slicing References, (Im)mutability exec() (and eval()) More About Strings Raw Strings Formatting (f-Strings) Miscellaneous String Methods More About Lists More About Dictionaries More About Sets Encoding