Python 3D Graphics for Data Science and Visualization

3D programming is not just for video games. Python provides a variety of options for rendering a 3D scene, both as a still frame or as a video sequence. These options can be used by data scientists for visualization and even augmented reality. In this video I provide an overview of some of the techniques that can be used in Python to achieve 3D rendering. These include Matplotlib, Blender, OpenGL, and even game libraries like Panda3D. Subsequent videos will explore some of these techniques in more deta
Back to Top