News

I've been using Python with Conda, but later installed Micromamba. Although Micromamba doesn't use the base environment, everything worked fine until I installed OpenCV in a Micromamba environment.
Developer tools maker JetBrains has released PyCharm 2020.1, the latest version of its IDE for Python programming.
I wonder if is there any way to debug my imported .net module? Running my program in visual studio does not rise the error, only when I am trying to use it from python (in pycharm). I already enabled ...