random

Kari Marttila 2023-04-30T10:44:13.935699Z

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?

mauricio.szabo 2024-09-10T12:59:15.202839Z

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

Kari Marttila 2023-05-01T11:03:58.975739Z

I tried these: https://www.karimarttila.fi/python/2023/04/30/python-repl.html