Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.2 KB

Create Revit Schedules on Web | SpecklePy Tutorial

In this tutorial, you are going to assemble a quick web application that will display Revit data (sent via Speckle) in a table format using nothing but Python 🐍. You will learn quite a few things:

  • how to connect to Speckle server
  • how to receive Revit data and properties
  • how to analyze and filter received data

It will be a great exercise to understand the basics of interacting with the Speckle server and Speckle data structure. Let's go 🚀!

Requirements

Since we are going to use Python and deal with Speckle server, knowledge about both is assumed. But don’t worry, you don’t have to be an expert in Python, just being comfortable using it will let you get started.

To follow this tutorial you'll need the following libraries:

  • Streamlit👑
  • SpecklePy🔹
  • Pandas🐼

Read full tutorial

https://speckle.systems/tutorials/scheduling-app-for-revit-data/

Prefer watching? Take a look at this playlist👇

Scheduling App for Revit Data | SpecklePy🐍 Tutorial for Beginners