B
by bruno_perdigao on 3 Aug 2020, edited 12 Dec 2020#
+2 votes
Hello everyone,
I would like to know if you have any recommendations on how to learn python for architecture. I've been studying python for a few months, watched a few begginers tutorials, played around with processing.py and the Blender API, all of this in a begginers level. I am struggling right now to find out what would be the next steps so I can develop my skills in a intermediate level. My main focus would be to use python on software and add-ons development for architecture and be able to contribute with the OSArch community with some coding as well. Any suggestions? Thanks
Get familiar with your tool of choice (Blender, FreeCAD, Code_Aster, etc), and then find a shortcoming, and let's fix it! We are available to guide you through the process of learning the codebase and how to make tweaks.
B
by bitacovir on 3 Aug 2020, edited 3 Aug 2020#
+1 votes
Maybe you want to have a look on FreeCAD and the Powers Users Hub
Hello.. please I am a newbie in the field of OpenBIM, Python in Architecture etc. I really would like to learn and apply OpenBIM and python in manipulation of Building Energy modeling. Please I need guidance on the basic steps I could take (if possible I would need recommendations for courses that could help me achieve this well).
B
by bitacovir on 12 Dec 2020, edited 12 Dec 2020#
+1 votes
EasyBPY is a module for Blender that has been designed to help simplify the use of Python in Blender. It does this by providing you with a collection of plain-English, easy to understand commands.
As a single file, EasyBPY is easy to use both inside of Blender, and as an extension to any addon projects.