0
Making Python in Zed Fun
https://zed.dev/blog/making-python-in-zed-fun(zed.dev)The Python development experience in the Zed code editor has been improved to address common frustrations with virtual environments and configuration. Zed now automatically detects and manages venvs with a toolchain selector and supports monorepos by tracking toolchains for each sub-project via pyproject.toml. To maintain accuracy, the editor runs separate language servers for each toolchain, preventing context-switching issues. The team is also integrating modern tools like Astral's ty and pyrefly, while planning future support for notebooks.
0 points•by ogg•22 days ago