Open
Description
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
Labels
No labels