> For the complete documentation index, see [llms.txt](https://scripting.karamba3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scripting.karamba3d.com/2.-scripting-with-karamba3d-inside-grasshopper/2.8-the-python-3-component.md).

# 2.8: The Python 3 Component

With Rhino 8 it is now possible to use the full capabilities of Python without the limitations that came with IronPython regarding the availability of libraries.

In the following the C# examples of sections 2.4 to 2.5 will be discussed using Pthon3.
