Agent-based segregation model (Python)

I previously introduced the first sprint of an agent-based modeling and simulation framework that I am working on. In this blog post I implement an agent-based segregation model in Python. Similar models, with some adjustments and deviations, are e.g. used…

Agent-based SIR model Python example

In this article I implement a SIR model in Python, using a library that I developed for agent-based modeling in Python. In other words, I use an existing framework to implement an agent-based SIR model. Introducing agent-based SIR model SIR…

Working with AutoCAD in Excel and Python

In this article I will demonstrate how data from Excel sheets can be used to draw objects on AutoCAD using Python. Libraries for working with Excel and AutoCAD in Python For this particular demonstration, I am using pyautocad and the…

SelectionSet object in AutoCAD with Python

In this article I will discuss the SelectionSet object in AutoCAD and methods to automatize operations for the same using Python. Along with that I will also add a small introduction coverign the Group object. Preparing the code for this…

Top 10 AutoCAD automations in Python

My fellow SCDA member, Tanmay Sawant, and I have developed a considerable amount of documentation covering AutoCAD automatization in Python. It is available on this blog in the form of various blog posts. In this article I want to point…