Is there a similar editor/repl integration available for VSCode/Python as Calva is for Clojure? So that I can connect VSCode to a running Python repl and evaluate blocks of code in VSCode and those evaluations are stored in the repl state?
Not yet, but I'm working on one: https://gitlab.com/clj-editors/lazuli/ For now, it's only Ruby. But I want to add Python support too
I tried these: https://www.karimarttila.fi/python/2023/04/30/python-repl.html