How to use Python virtual environment in VS Code

If you have created a python virtual environment and wish to use it to run your code in Visual Studio Code, follow these steps: Open VS Code and click on the Python Interpreter at the bottom. Alternatively, you can click Ctrl+Shift+P and Select ‘Python: Select Interpreter’. Click on ‘Enter interpreter path’, and then click on… Continue reading How to use Python virtual environment in VS Code

How to Install Graphviz on Windows

Graphviz installation happens in two parts: Graphviz System Library Graphviz Python Library Now, if you use the Anaconda environment, then the installation becomes quite straightforward. All you need to run is This will install both the system library and the python library. However, if you are looking for the pip install, method, then follow the… Continue reading How to Install Graphviz on Windows