Conclusion for Airfoils

Conclusion section for getting and plotting airfoil coordinates.

Using the Requests library, you were able to scrape the airfoil coordinates from the UIUC website, clean the data, account for a variable number of spaces separating the two coordinates, and graph the resulting points with Matplotlib. The beauty of Python and its dependent packages is that you can fetch the data with Python (via Requests), clean the data with built-in methods, and display the data (via Matplotlib) all from the same program. If you wanted to, you could even save the coordinates in an Excel spreadsheet with the Openpyxl library and graph the points in Excel. You will get into saving data to Excel in a few lessons.

Get hands-on with 1200+ tech skills courses.