Skip to content

Which modules to implement from the Python standard library #200

Open
@certik

Description

@certik

The Python standard library has a lot of modules: https://docs.python.org/3/library/index.html, but many of them are rarely used. First we should concentrate on the most commonly used modules, probably:

  • sys
  • os
  • string
  • time
  • datetime
  • cmath
  • decimal
  • numbers
  • fractions
  • statistics
  • glob
  • tempfile
  • itertools
  • functools
  • pickle
  • csv
  • argparse
  • logging
  • platform
  • json
  • pdb
  • ast

Some of these might be initially difficult to implement, but some of these might be doable already.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions