-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Python data types #2
Comments
BOOL SMALL INT UNSIGNED INT LONG LONG UNSIGNED LONG LONG STR BYTES BYTEARRAY BUFFER TUPLE FLOAT LIST SLICE MODULE PROPERTY FUNCTION COMPLEX EXCEPTION GENERATOR TUPLE LIST DICT MAP SET BOUND METHOD MODULE MEMORYVIEW CONSTANT TYPES EXCEPTION TYPES TYPES |
I am going to create a list of all the different python data types with their associated MicroPython functions/types. Using those we can then list the matching CPython API functions/types so we have an idea of what we are dealing with.
The text was updated successfully, but these errors were encountered: