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
ATTENTION when fixing this, check the current Python version!
The server and book currently use Python 3.11. But some notebooks still use old features, descriptions:
1-python/intermediate_topics.ipynb
List
Union
1-python/sequence-data-types.ipynb
dict
(The list is probably incomplete.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ATTENTION when fixing this, check the current Python version!
The server and book currently use Python 3.11. But some notebooks still use old features, descriptions:
1-python/intermediate_topics.ipynb
:List
andUnion
. Update to new syntax.1-python/sequence-data-types.ipynb
:dict
is claimed to not have a specific order of elements. Either mention that elements are stored in insertion order or simply remove the sentence.(The list is probably incomplete.)
The text was updated successfully, but these errors were encountered: