MAP:MATLAB and Python
Jump to navigation
Jump to search
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
- MATLAB vs. Python: Top Reasons to Choose MATLAB from the makers of MATLAB
- Python vs Matlab from Pyzo, makers of a Python IDE
- NumPy for MATLAB users - a handy translation page going from MATLAB to Python commands
- NumPy for Matlab users - another page, this time with more accompanying text
- LiberMate - A MATLAB to Python (SciPy/NumPy) Translator
- Stepping from MATLAB to Python - Scott Sievert
- PEP 8 - Style Guide for Python Code
- pycodestyle command to check for PEP 8 compliance
- autopep8 command to convert to PEP 8
- Python for Computational Sciences and Engineering - includes a chapter "From Matlab to Python"
- Using MATLAB with Python - running MATLAB from Python and Python from MATLAB