NumPy: Difference between revisions

From FreeCAD Documentation
No edit summary
Line 1: Line 1:
<languages/>
<translate>

==Introduction==
==Introduction==

This page aims to document how to use [https://numpy.org/ NumPy] with FreeCAD.
This page aims to document how to use [https://numpy.org/ NumPy] with FreeCAD.


Line 5: Line 9:


==FreeCAD Projects Using NumPy==
==FreeCAD Projects Using NumPy==
</translate>
* https://github.com/looooo/freecad.gears/blob/master/setup.py#L13
* https://github.com/looooo/freecad.gears/blob/master/setup.py#L13
* https://github.com/booya-at/OpenGlider/blob/develop/setup.py#L77
* https://github.com/booya-at/OpenGlider/blob/develop/setup.py#L77
<translate>

==FreeCAD Forum Discussion==
==FreeCAD Forum Discussion==
</translate>
* [https://forum.freecadweb.org/viewtopic.php?f=22&t=47529 Any numpy experts?]
* [https://forum.freecadweb.org/viewtopic.php?f=22&t=47529 Any numpy experts?]

Revision as of 09:06, 12 June 2020

Other languages:

Introduction

This page aims to document how to use NumPy with FreeCAD.

numpy comes installed as a dependency of FreeCAD, therefore you can import numpy as np without having to first install it like in normal Python project environments.

FreeCAD Projects Using NumPy

FreeCAD Forum Discussion