mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
Created Collections module (markdown)
15
Collections-module.md
Normal file
15
Collections-module.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
[Official docs ](https://docs.python.org/3/library/collections.html)
|
||||||
|
|
||||||
|
* [built-in](https://docs.micropython.org/en/latest/library/collections.html)
|
||||||
|
* deque (fast, very incomplete)
|
||||||
|
* namedtuple
|
||||||
|
* OrderedDict
|
||||||
|
* [micropython-lib](https://github.com/micropython/micropython-lib/tree/master/python-stdlib/collections)
|
||||||
|
* [defaultdict](https://github.com/micropython/micropython-lib/tree/master/python-stdlib/collections.defaultdict)
|
||||||
|
* [deque](https://github.com/micropython/micropython-lib/tree/master/python-stdlib/collections.deque) (slow, more complete)
|
||||||
|
* Not implemented yet
|
||||||
|
* [ChainMap](https://docs.python.org/3/library/collections.html#collections.ChainMap)
|
||||||
|
* [Counter](https://docs.python.org/3/library/collections.html#collections.Counter)
|
||||||
|
* [UserDict](https://docs.python.org/3/library/collections.html#collections.UserDict)
|
||||||
|
* [UserList](https://docs.python.org/3/library/collections.html#collections.UserList)
|
||||||
|
* [UserString](https://docs.python.org/3/library/collections.html#collections.UserString)
|
||||||
Reference in New Issue
Block a user