Start coding
Stub: This article needs expansion.
This is planned to be the starting page for a series on starting to code for free/libre opensource (FOSS) software projects.
Feel free to ask in the discussion forum if you’re ready to start learning - we can then start developing learning material together.
Start by visiting the Start coding to see what pages we already have. There are also lots of resources on the internet. Here are some directly related to projects on our AEC Free Software directory:
- Sverchok is a node based programming environment for several uses. See links on it’s page and ask for help in our discussion forum.
- Topologic is a node based programming environment for several uses. See links on it’s page and ask for help in our discussion forum
- FreeCAD has a page for their Python scripting tutorial
- Blender can be scripted with Python. Here’s a good Python crash course video for Blender.
- Bonsai can be scripted with Python. See for example: Bonsai code examples
- IfcOpenShell can easily be used to interrogate IFC data, see the IfcOpenShell code examples
There are also Free software extensions to proprietary software which can be leveraged by learning to code
- pyRevit is a Python based rapid development framework for adding functionality to the Proprietary software Autodesk Revit: Create your first command
- Dynamo is a node based programming environment for the Proprietary software Autodesk Revit. Learn Dynamo BIM. New nodes can be written in Python and you can learn from the code many available node packages.
That’s a few things to get started with.