Difference between revisions of "MAP:MATLAB and Python"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Examples == | == Examples == | ||
* [[MAP:Cantilever Beam]] | * [[MAP:Cantilever Beam]] | ||
+ | |||
+ | == External Links == | ||
+ | * [https://docs.scipy.org/doc/numpy-dev/user/numpy-for-matlab-users.html NumPy for MATLAB Users] from SciPy | ||
+ | * [http://mathesaurus.sourceforge.net/matlab-numpy.html NumPy for MATLAB users] from SourceForge | ||
+ | * [https://github.com/awesomebytes/libermate LiberMate - A MATLAB to Python (SciPy/NumPy) Translator] | ||
+ | * [http://stsievert.com/blog/2015/09/01/matlab-to-python/ Stepping from MATLAB to Python] - Scott Sievert | ||
+ | * [https://www.python.org/dev/peps/pep-0008/ PEP 8 - Style Guide for Python Code] |
Revision as of 12:52, 27 November 2017
This page will serve as the launchpoint for information on Pundit about comparing and contrasting MATLAB and Python and possibly translating between them, Note - solutions to assignments must not be posted in these pages; rather, only examples publicly available and not for a grade may make their way here. The Pundit namespace MAP: will be reserved for these pages, as will the category MAP.
Examples
External Links
- NumPy for MATLAB Users from SciPy
- NumPy for MATLAB users from SourceForge
- LiberMate - A MATLAB to Python (SciPy/NumPy) Translator
- Stepping from MATLAB to Python - Scott Sievert
- PEP 8 - Style Guide for Python Code