GCatarina

Results 4 comments of GCatarina

Suggestion: In Fibonnaci sequence using reduce, maybe it would be helpful to also have a reminder that reduce can have a 3rd entry which is the starting point for the...

In "Store Inventory" exercise, solution with 'pop("type")' method does not pass the tests even though it outputs the correct result. Code example that works but fails the tests: ```python computers...

Typo: Exercises on specifying the data type. 1. Create an array of 100 booleans all set to True. The array should have dimensions 2x3. The part "The array should have...

In Exercises on NumPy routines, exercise 2., tests fail if we do not use the fact that the matrix is hermitian: eig and eigh give same eigenvalues but in different...