An open API service indexing awesome lists of open source software.

https://github.com/gtalarico/python-revit-resources

List of Resources for Python-Revit Lovers
https://github.com/gtalarico/python-revit-resources

dynamobim ironpython revit-api revitpythonshell

Last synced: 25 days ago
JSON representation

List of Resources for Python-Revit Lovers

Awesome Lists containing this project

README

        

# Python-Revit-Resources

This is a list of resources relevant to the brave people who insist in using
Python for Revit instead of the more supported .NET languages.

A special thanks to the earlier explorers who create some of
the projects or resources I have personally benefited from:

* [Daren Thomas](https://github.com/architecture-building-systems)
* [Nathan Miller](https://provingground.io/)
* [Mostapha Roudsari](https://github.com/mostaphaRoudsari)
* [Andreas Dieckmann](https://github.com/andydandy74/)
* [Ehsan Iran Nejad](https://github.com/eirannejad)
* [Dimitar Venkov](https://github.com/dimven/)
* [Konrad Sobon](https://github.com/ksobon/)

Please start an Issue or send a Pull Request to add additional links.

## Revit-Python

### Projects

#### [RevitPythonShell](https://github.com/architecture-building-systems/revitpythonshell)
> An IronPython scripting environment for Autodesk Revit

#### [RevitPythonShell Gitbook](https://daren-thomas.gitbooks.io/scripting-autodesk-revit-with-revitpythonshell/content/)

#### [pyRevit](https://github.com/eirannejad/pyRevit)
> IronPython scripts and add-in tab for Autodesk Revit®

### Libraries / Helpers

#### [revitpythonwrapper](https://github.com/gtalarico/revitpythonwrapper)
> A Revit API Wrapper to help Python programmers write more pythonic Revit API code.

#### [rvt_model_services](https://github.com/hdm-dt-fb/rvt_model_services)
> Python tools to process actions on revit models from cli

#### [Ironic Python Helper](https://github.com/PMoureu/iph)
> Half lookup, half doc reader, half visual debugger, these 3 halves are helpfull when you're dealing with huge .NET frameworks or Python modules.

#### [dyfpy](https://github.com/mostaphaRoudsari/dyfpy)
> Python library to automate creating DynamoBIM custom nodes.

## Dynamo

### Dynamo-Python Packages

#### [Clockwork](https://github.com/andydandy74/ClockworkForDynamo)
> A collection of [...] custom nodes for the Dynamo visual programming environment

#### [SpringNodes](https://github.com/dimven/SpringNodes)
> A collection of Dynamo nodes

#### [Lunchbox](https://provingground.io/tools/lunchbox/)
> LunchBox is a set of computational design tools for Grasshopper and Dynamo. The plugins include new component nodes for managing data and geometry for activities such as generative form making, paneling, rationalization, and interoperability.

#### [Ladybug](https://github.com/ladybug-tools/ladybug-dynamo)
> Ladybug Plugin for DynamoBIM

#### [MantisShrimp](https://github.com/ksobon/MantisShrimp)
> A interop project for bridging the gap between Rhino/Grasshopper and Revit/Dynamo

### Dynamo-Python Resources

#### [Dynamo Primer](http://dynamoprimer.com/en/)

#### [Dynamo Primer - Python](http://dynamoprimer.com/en/09_Custom-Nodes/9-4_Python.html)

#### [Danny Bentley Youtube](https://www.youtube.com/channel/UC1Dx-jGyRbvvHzZ8ZyGWF5w)
> Youtube Channel with Revit API and Dynamo with C# and Python Videos

## Communities

[Revit API Forum](http://forums.autodesk.com/t5/revit-api/bd-p/160)

[Revit API Docs](http://www.revitapidocs.com)

[Dynamo Forum](https://forum.dynamobim.com/)

[Stackoverflow: revit-api](http://stackoverflow.com/questions/tagged/revit-api/)

## Revit API Blogs

#### [Building Coder Blog](http://thebuildingcoder.typepad.com/)

#### [BoostYourBim](https://boostyourbim.wordpress.com/)

#### [SpiderInNet](http://spiderinnet.typepad.com/)

#### [Archi-lab.net](http://archi-lab.net/)

#### [dp-stuff.org](http://dp-stuff.org/)

#### [Nathan's Revit API Notebook](http://wiki.theprovingground.org/revit-api)

## Official Autodesk Resources

#### [Autodesk Developer Network](http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=2484975)

#### [2017: Developer's Guide](http://help.autodesk.com/view/RVT/2017/ENU/?guid=GUID-F0A122E0-E556-4D0D-9D0F-7E72A9315A42)

## Python Documents and Guides

#### [Python Docs](https://docs.python.org/2/) \(2.7\)

#### [CodeAcademy](https://www.codecademy.com/learn/python)

#### [LearnPythonTheHardWay](https://learnpythonthehardway.org/book/)

## IronPython Documentation

#### [IronPythonDocs](http://ironpython.net/documentation/)
> Oficial IronPython Documentation

#### [IronPython History](https://en.wikipedia.org/wiki/IronPython)

#### [IronPython Episode on Talk Python To me](https://talkpython.fm/episodes/show/74/past-present-and-future-of-ironpython)
> Have you heard of IronPython and Jython? These two alternate implementations of Python were created by Jim hugunin. They run on top of the .NET and JVM runtimes. On this episode going to look at the story of IronPython. It's been around for many years. Although the last few years, it's been somewhat stagnant. That's why I am thrilled to introduce you to Alex Earl, who along with Benedikt Eggers, has become the maintainer of the IronPython project. It's great to see IronPython getting the attention it deserves. We'll talk about IronPython past, present, future on this episode of Talk Python To Me.

### IronPython + WPF
> Windows Presentation Foundation Resources focused on IronPython

#### [IronPythonCookbook](http://www.ironpython.info/index.php?title=Main_Page)
> Recipes and example code for IronPython

#### [IronPythonCookbook-WPF](http://www.ironpython.info/index.php?title=WPF_Example)
> This is a simple introduction to Windows Presentation Foundation

#### [Dark Corners Of Python](http://www.voidspace.org.uk/ironpython/dark-corners.shtml)
> [...] Nitty gritty details of how to use Python the language to integrate with the underlying .NET framework

#### [SimpleWPFAppication](https://lifebeyondfife.com/79-ironpython-wpf-html/)