dn
Long-time PyCharm user, and even longer Python coder
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
dn commented, -
-
-
dn commented, -
-
dn created a post, Project/Python Interpreter relationship
Am in transition between using pyenv and uv to maintain multiple Python Interpreters on my Linux PC running PyCharm Professional.Obviously I can ('nuclear solution') uninstall pyenv and remove any ... -
dn created a post, Config clean-up
Is there a tool to clean-up the PyCharm config files, eg projects which are no-longer on system?(didn't use File > CloseProject - mea culpa)=dn -
dn created a post, Code With Me docs
PyCharm 2023.3.4 Pro PyCharm docs: Getting Started with Code With Me (https://www.jetbrains.com/help/pycharm/code-with-me.html#audio_support) - last modified 7 March 2024All instructions and exampl... -
dn created a post, PyCharm, Poetry, pytest
Apparently pytest will take its option-settings from Poetry's pyproject.toml file.(https://docs.pytest.org/en/7.1.x/reference/customize.html#pyproject-toml) Have created new project with Poetry int...