• Supported Modules for Python 3.10

 

Back to the Table Of Contents

CheckiO allows for the use of some Python 3.10 modules in writing your code. Listed below, you will find the modules that we currently do and do not support.

AVAILABLE MODULES

"abc",
"array",
"ast",
"base64",
"binascii",
"bisect",
"calendar",
"contextlib",
"cmath",
"codecs",
"collections",
"copy",
"dataclasses",
"datetime",
"decimal",
"difflib",
"enum",
"formatter",
"fractions",
"functools",
"graphlib",
"hashlib",
"heapq",
"inspect",
"ipaddress",
"itertools",
"io",
"json",
"math",
"numbers",
"numpy",
"operator",
"pandas",
"pprint",
"random",
"re",
"replib",
"scipy",
"statistics",
"string",
"stringprep",
"struct",
"sympy",
"textwrap",
"time",
"types",
"typing",
"unicodedata",
"unittest",
"weakref",

3rd party

numpy==1.21.4
pandas==1.3.4
scipy==1.7.2
sympy==1.9

CLOSED FUNCTIONS

'memoryview','open','input'
40