Tutorials

Welcome to the Py-Engineering tutorials. These instructions will get you up and running in no-time. More in depth information about each subject can be found in the Documentation. Ready to start, but no Py-Engineering account yet? Request a demo!

Tutorial 1

Basic example

We’ll start this example covering the basic concept of a tool in Py-Engineering.com. In this basic example we will, step by step, create a simple tool to calculate the length of the sides of a triangle using the Pythagoras theorem.

View

Tutorial 2

Input list

Form elements that use a set of options like radio buttons and dropdowns can be created using Input lists. In this tutorial, we create a tool that includes a radio button with two options.

View