Review of: Python Programming for Engineers
Roman Titov
10/19/2022
Verified Buyer
Awesome course, completed with a Mac, leaves some room for further self-study. Very well put together.
Was this helpful?
Review of: Python Programming for Engineers
Shawn Burns
11/03/2021
Verified Buyer
Longish course. Might be worth breaking chapters 6-9 into a second course. I also think i++ is a C convention i+=1 is the Python convention.
Was this helpful?
363-Python Programming for Engineers - Part 2: Branching and Looping, Functions and Error Handling
David Street
11/17/2020
Verified Buyer
Very good overview of Python and how to implement functions, file operations, and error handling.
1 of 1 customers found this helpful.
Was this helpful?
363-Python Programming for Engineers - Part 2: Branching and Looping, Functions and Error Handling
Sam
07/06/2020
Verified Buyer
Great course. Good for the beginner programmer. Python is much like BASIC from the past. Real easy to pick up and learn.
Was this helpful?
363-Python Programming for Engineers - Part 2: Branching and Looping, Functions and Error Handling
Ted Mason
03/10/2020
Verified Buyer
Need some work on some of the test questions. On question 2, 3 and 4 the input function returns a string and thus causes an error in the code (see question 14). A float() function needs to be added.
Question 10 may be fuzzy for an answer of returning a value. If the code is only what is shown and x is never defined, it will return an error. However, if x was previously defined, it will print the last value of x. I think the point is that the definition of x within the function is local. Maybe a better way to phrase the code is to define x prior to the function call and give the answer to the value prior to the function call?
Other then that, thanks for the refresher course.
Was this helpful?
363-Python Programming for Engineers - Part 2: Branching and Looping, Functions and Error Handling
Robert Russell
12/23/2019
Verified Buyer
Valuable course however there are several typo's in the material and on the test, an example is question 6. . . .
Portions of the reviewers comments have been removed because they discuss the answers to test questions.
Was this helpful?
363-Python Programming for Engineers - Part 2: Branching and Looping, Functions and Error Handling
Karl VanDevender
12/06/2019
Verified Buyer
Good course and material.
However, I would suggest you double check your answers to questions 2 and 4 in the test.
Was this helpful?