PYTHON FOR ENGINEERS
Introduction and Packages
Introduction
Installation and Package Management
Numpy
Overview
Installation and Array Creation
Array Indexing
Array Shapes
Functions
Table of Common Numpy Functions
Numpy Quiz
Numpy Coding Lesson
Pandas
Overview
Installation and Data Import
Data Frame
Pivot Tables
Table of Pandas Functions
Pandas Quiz
Pandas Coding Lesson
Graphing
Overview
Line Graphs
Line Graph: Demo
Histogram
Histogram: Demo
Scatter Plot
Scatter Plot: Demo
Practical
Demo: Regression
Task
Given this 2D array, print out the numbers “7, 8, 9” in one line.
Expected Output
[7 8 9]
Attempt #0
Run
Reset
Prev
Next