We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A student suggests we should talk about lists vs tuples.
Let's split datatypes into two sections - basic vs container (see tables in datatypes overview).
In container datatypes section, we can add chapters for ranges, tuples, and sets.
Can use some content about tuples and sets from here: https://nbviewer.org/github/prof-rossetti/intro-to-python/blob/9dae828b7e64ff2beeda4a8371cec6a4a6c9b92e/notes/python/datatypes/Intermediate_Datatypes.ipynb#L49
add to table in datatypes overview:
| Range | An immutable sequence of numbers, from start to stop. | `range(1,10)`|
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A student suggests we should talk about lists vs tuples.
Let's split datatypes into two sections - basic vs container (see tables in datatypes overview).
In container datatypes section, we can add chapters for ranges, tuples, and sets.
Can use some content about tuples and sets from here:
https://nbviewer.org/github/prof-rossetti/intro-to-python/blob/9dae828b7e64ff2beeda4a8371cec6a4a6c9b92e/notes/python/datatypes/Intermediate_Datatypes.ipynb#L49
add to table in datatypes overview:
The text was updated successfully, but these errors were encountered: