8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Differences (markdown)
update text re descriptors
Add link to http://docs.micropython.org/en/latest/unix/genrst/index.html
__dict__ isn't even enabled in every port
Reword locals() difference to match the real state of affairs.
Promote persisent bytecode to beta.
Add note about locals().
async/await: Some fixes
Rework async/await description.
async syntax description
We now support all bitwise operations on long ints.
Persistent bytecode is WIP
struct: repetitions are now supported.
remove duplicate words
All methods now check type of self.
descriptors: typo fix not -> now
Builtin struct was renamed to ustruct
importing ticket was closed
Simplified descriptors are now implemented
builtins module implemented
Update for current state of affairs.
Add ticket for lack of "builtins" module.
Mention descriptors (with subjective comments).
We were able to enable unicode w/o buffered streams.
print() now prints to Python streams, but sys.stdout still cannot be directly overriden.
Articles usage.