How can I tell which python implementation I’m using? February 11, 2023 by Tarik In [50]: import platform In [52]: platform.python_implementation() Out[52]: 'CPython'