close

Buy Python for Mechanical and Aerospace Engineering - by Alex Kenan (Paperback) in United States - Rehmie.com

Python for Mechanical and Aerospace Engineering - by Alex Kenan (Paperback)

REP971899 09781736060612 REP971899

Northlight

Northlight
2025-04-24 USD 62.41

$ 62.41 $ 64.34

Item Added to Cart

*Product availability is subject to suppliers inventory

Python for Mechanical and Aerospace Engineering - by  Alex Kenan (Paperback)
SHIPPING ALL OVER UNITED STATES
Python for Mechanical and Aerospace Engineering - by  Alex Kenan (Paperback)
100% MONEY BACK GUARANTEE
Python for Mechanical and Aerospace Engineering - by  Alex Kenan (Paperback)
EASY 30 DAYSRETURNS & REFUNDS
Python for Mechanical and Aerospace Engineering - by  Alex Kenan (Paperback)
24/7 CUSTOMER SUPPORT
Python for Mechanical and Aerospace Engineering - by  Alex Kenan (Paperback)
TRUSTED AND SAFE WEBSITE
Python for Mechanical and Aerospace Engineering - by  Alex Kenan (Paperback)
100% SECURE CHECKOUT
Number of Pages: 210
Genre: Technology
Sub-Genre: Engineering (General)
Format: Paperback
Publisher: Alexander Kenan
Age Range: Adult
Author: Alex Kenan
Language: English



Book Synopsis



The traditional computer science courses for engineering focus on the fundamentals of programming without demonstrating the wide array of practical applications for fields outside of computer science. Thus, the mindset of "Java/Python is for computer science people or programmers, and MATLAB is for engineering" develops. MATLAB tends to dominate the engineering space because it is viewed as a batteries-included software kit that is focused on functional programming. Everything in MATLAB is some sort of array, and it lends itself to engineering integration with its toolkits like Simulink and other add-ins. The downside of MATLAB is that it is proprietary software, the license is expensive to purchase, and it is more limited than Python for doing tasks besides calculating or data capturing.This book is about the Python programming language. Specifically, it is about Python in the context of mechanical and aerospace engineering. Did you know that Python can be used to model a satellite orbiting the Earth? This book assumes a college junior level of mechanical/aerospace engineering understanding. It will use examples like
  • Thrust available and thrust required for an aircraft
  • Dynamic pressure and how it changes with altitude and velocity
  • Plotting different airfoils
  • Orbital mechanics and orbital parameters
  • Mechanical properties of different aluminum alloys
to show the reader how Python is better than MATLAB for anything that does not require Simulink. Don't be scared if you don't understand all of those topics; they are just being used to provide concrete examples for how Python can be used for engineering.In total, there are 10 chapters:
  1. Intro chapter on how to download Python via Anaconda distribution and getting started with Python syntax
  2. A very small problem and solution to demonstrate a basic Python program
  3. Graphing thrust required and thrust available for an A321 at three different altitudes with Matplotlib
  4. Graphing dynamic pressure as a function of time for a rocket launch with Matplotlib
  5. Getting and plotting airfoil coordinates with Requests and Matplotlib
  6. Modeling a satellite's orbit around Earth with PyAstronomy and Matplotlib
  7. Introduction to web scraping (Requests and BeautifulSoup4) and exporting data to Excel (Openpyxl)
  8. Modeling camera shutter effect on an aircraft's propeller with Tkinter and Numpy
  9. Creating a GUI to convert units with Tkinter and pint
  10. Making pdf reports of Python code with Pweave

You can find the completed programs and a very helpful 595 page NSA Python tutorial at the book's GitHub page at https: //www.github.com/alexkenan/pymae/. Read more about the book, including a sample part of Chapter 5, at https: //www.alexkenan.com/pymae/