git, GitHublist, dict), control logic (if, for, while).def), Classes (class)..py files, not .ipynb in VSCode.pandas, numpy, matplotlib.git and GitHub.
Variable assignment and basic math
Working with strings
Subsetting strings
List indexing
List manipulation
List mutability
tuple is an immutable collection of values.list, the values in a tuple cannot be changed.
.append() or .sort() methods (which both change the values in a list).A set is an unordered collection with no duplicate elements.
A set is mutable (its values can be changed).
It is very quick to check if an element is in a set:
The {key: value} format of dictionaries
The .items(), .keys(), and .values() methods
Does everyone have a Google account?
Go to colab.research.google.com.
Open a new notebook.

Rename your notebook.
Get started!