Nieuws

CAD Server Tutorial: tutorial on using Python and openCASCADE to process CAD models This tutorial will show you how to set up a CAD server for processing models submitted via a client web page. The ...
Take advantage of virtual environments in Python to create and manage separate environments for your Python projects.
Create a python project B, with virtualenv and install some different dependencies, and set VScode to use the virtualenv you created by changing the Python interpreter in Vscode.