Skip to content

Add functools itertools and more tool libraries support #545

Description

@zhcn000000

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions