Python - New Libraries in v2.0
- On this page
- Python - New Libraries in v2.0
- Key Highlights:
Version: 2.0
Release Date: March 4th, 2024
We're thrilled to introduce version 2.0 of the Python Connector, which now supports an extensive range of Python 3.11 functionalities, enhancing your scripting capabilities within your Tray automations.
Key Highlights:Copy
Broad Support for Python 3.11:
With the exception of certain methods due to security or specific use cases (e.g.,
aiter()
,anext()
,breakpoint()
), v2.0 brings you closer to the full power of Python.Enhanced Module Support:
Dive into a wide array of supported modules, including
math
,cmath
,random
,statistics
(with some limitations),fractions
,decimal
,copy
,array
,pprint
,itertools
(excludingbatched
),operator
,datetime
(excluding some methods),
calendar
,zoneinfo
, andcollections
, unlocking new possibilities for data manipulation and analysis.Practical Application Scenarios:
From pretty-printing data structures for enhanced readability to applying filters via
itertools
and generating calendars, these updates are designed to streamline your Python scripting tasks.
For detailed examples, usage guidelines, and a comprehensive list of supported and non-supported functionalities, refer to Tray Documentation - Notes on using Python.