Difference between revisions of "MAP:MATLAB and Python"

From PrattWiki
Jump to navigation Jump to search
Line 10: Line 10:
 
* [http://stsievert.com/blog/2015/09/01/matlab-to-python/ Stepping from MATLAB to Python] - Scott Sievert
 
* [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://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

Revision as of 15:30, 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