Python for OpenSCAD –- Finally

OpenSCAD is a very cool tool that lets you express 3D models using its own language.
Unfortunately the language itself comes with a lot of intentional limitations.
Read more

Similar

Type-Casting in Python

This quick tutorial will guide on how to change data from one type to another in python. Variables in python have data types just as many other languages. There may be times when you will want to specify or change the data type of a particular variable. (more…)

Read more »