External Resources
Explore a curated set of external resources that support Python programming for mechanical and aerospace engineering tasks. Learn to access tools and documentation for graphing thrust and dynamic pressure, plotting airfoil coordinates, modeling orbits in 2D and 3D, performing unit conversions, web scraping, and generating reports. This lesson helps you extend your Python skills using essential references and libraries.
We'll cover the following...
We'll cover the following...
Introduction
[1] https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html
[2] https://github.com/alexkenan/pymae/
Graphing Thrust Available and Thrust Required
[1] https://github.com/matplotlib/cheatsheets
Graphing Dynamic Pressure during a Rocket Launch
[1] https://www.nasa.gov/mission_pages/shuttle/shuttlemissions/sts121/launch/qa-leinbach.html
[2] https://www.grc.nasa.gov/www/k-12/rocket/atmos.html
[3] ...