Add functools itertools operator queue contextlib and more tool libraries support,
Most functions in these standard libraries can be implemented through Rust or pure Monty's Python logic , we can refer to the standard library implementations of these packages in cpython , which making it simple and practical to use
Also.
- Some function on collections also can be realized through puer python like deque defaultdict Counter etc.
- Add functools and itertools can simplize python code through monty fraction,decimal,queue also can provide useful datastructs
- Add math cmath and statistics support also useful which can be easily encapsulated by rust or just realized by pure python
Add functools itertools operator queue contextlib and more tool libraries support,
Most functions in these standard libraries can be implemented through Rust or pure Monty's Python logic , we can refer to the standard library implementations of these packages in cpython , which making it simple and practical to use
Also.