Skip to main content
Below is a comprehensive list of Python packages available for use in Code Engine. For generic help with Python, consult the Python Standard Library Documentation.
PackageDescription
aifcReads and writes AIFF and AIFF-C audio files.
antigravityEaster egg module for fun and humor.
argparseCommand-line argument parsing.
arrayEfficient arrays of numeric values.
asynchatSupport for asynchronous command/response protocols.
asyncioAsynchronous I/O framework for concurrency.
asyncoreBase classes for asynchronous socket service clients and servers.
audioopManipulates raw audio data.
base64Encoding and decoding of Base64 and other encodings.
binasciiConverts binary data to ASCII.
binhexEncodes and decodes binhex files.
bisectArray bisection algorithms.
boto3AWS SDK for Python.
botocoreCore components of AWS SDK.
builtinsAccess to Python’s built-in objects.
bz2Supports reading and writing bzip2-compressed files.
calendarFunctions for working with calendars.
certifiProvides Mozilla’s CA bundle for SSL verification.
cgiTools for creating Common Gateway Interface scripts.
cgitbProvides detailed traceback reports.
chunkReads IFF chunks.
cmathMathematical functions for complex numbers.
cmdFramework for writing line-oriented command interpreters.
codeTools for implementing read-eval-print loops.
codecsCodec registry and base classes for encoding and decoding data.
collectionsSpecialized container datatypes.
concurrentManages threads, processes, and tasks.
configparserParses configuration files.
contextlibUtilities for with-statement contexts.
copyShallow and deep copy operations.
csvReads and writes CSV files.
ctypesForeign function interface for calling C code.
datetimeClasses for manipulating dates and times.
decimalFixed-point and floating-point arithmetic.
difflibHelpers for computing differences between objects.
disDisassembles Python bytecode.
distutilsTools for distributing Python modules.
emailLibrary for managing email messages.
enumImplementation of enumerations.
errnoStandard error codes.
functoolsHigh-order functions and callable operations.
gzipReads and writes gzip files.
hashlibSecure hash and message digest algorithms.
heapqImplements a heap queue algorithm.
httpHTTP protocol client and server classes.
itertoolsTools for efficient looping.
jsonParses and serializes JSON data.
loggingLogs messages for debugging and monitoring.
lzmaReads and writes LZMA-compressed files.
mathMathematical functions for real numbers.
numpySupport for multidimensional arrays and numerical computing.
osMiscellaneous operating system interfaces.
pandasData analysis and manipulation library.
pathlibObject-oriented filesystem paths.
pickleSerializes and deserializes Python objects.
randomGenerates random numbers and sequences.
reRegular expression matching and manipulation.
requestsSimplifies HTTP requests for APIs and web interactions.
socketInterfaces for network communication.
sqlite3Interface for SQLite databases.
statisticsStatistical functions like mean and variance.
subprocessRuns and interacts with system processes.
threadingThread-based parallelism.
timeTime access and conversions.
urllibURL handling modules.
uuidCreates universally unique identifiers.
xmlXML parsing and generation tools.
zipfileReads and writes ZIP files.
zlibCompression and decompression using the zlib library.