CheckiO allows for the use of some Python 3.8 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',
'enum',
'fractions',
'functools',
'hashlib',
'heapq',
'ipaddress',
'itertools',
'io',
'math',
'numbers',
'numpy',
'operator',
'pprint',
'random',
're',
'replib',
'scipy',
'statistics',
'string',
'stringprep',
'struct',
'sympy',
'textwrap',
'time',
'types',
'typing',
'unicodedata',
'unittest',
'weakref',
3rd party
numpy==1.16.0.dev0+2382a1b
pandas==0.24.0.dev0+708.gce1f81f8b
scipy==1.2.0.dev0+56573e0
sympy==1.4.dev0
CLOSED FUNCTIONS
'memoryview','open','input'
Created at: Feb. 2, 2015, 3:02 p.m.; Updated at: April 12, 2021, 9:46 a.m.