Difference between revisions of "MAP:MATLAB and Python"

From PrattWiki
Jump to navigation Jump to search
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
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.
 
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 ==
 +
* [[MAP:Cantilever Beam]]
 +
 +
== External Links ==
 +
* [https://www.mathworks.com/products/matlab/matlab-vs-python.html MATLAB vs. Python: Top Reasons to Choose MATLAB] from the makers of MATLAB
 +
* [http://www.pyzo.org/python_vs_matlab.html Python vs Matlab] from Pyzo, makers of a Python IDE
 +
* [http://mathesaurus.sourceforge.net/matlab-numpy.html NumPy for MATLAB users] - a handy translation page going from MATLAB to Python commands
 +
* [https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html NumPy for Matlab users] - another page, this time with more accompanying text
 +
* [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]
 +
** [https://pypi.python.org/pypi/pycodestyle/2.2.0 pycodestyle] command to check for PEP 8 compliance
 +
** [https://pypi.python.org/pypi/autopep8 autopep8] command to convert to PEP 8
 +
* [https://www.southampton.ac.uk/~fangohr/training/python/pdfs/Python-for-Computational-Science-and-Engineering.pdf Python for Computational Sciences and Engineering] - includes a chapter "From Matlab to Python"
 +
* [https://www.mathworks.com/solutions/matlab-and-python.html Using MATLAB with Python] - running MATLAB from Python and Python from MATLAB
 +
 +
[[Category:MAP]]

Latest revision as of 16:47, 17 July 2018

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