Quick start: Python (stdio) - Olical/conjure GitHub Wiki
Python is a programming language that lets you work more quickly and integrate your systems more effectively.
Conjure starts a Python REPL within Neovim when you first open a Python file. The client requires tree sitter support to operate, so make sure you’ve set up tree sitter and run :TSInstall python
first.
You should be able to evaluate files and forms as you would with other Conjure supported languages.