Lauren Ko

Results 97 comments of Lauren Ko

I agree with doing this, moving case-sensitive stuff up to the top where it is all together and the meaningful variable names too is something I did the [last time...

Hi Simon, Thank you for inquiring. I have updated the description with the output of running the command `$ make lesson-check-all` which shows that we have lines that needed shortening....

Hi @vinisalazar , thanks for the offer! I believe the changes in CONTRIBUTING.md would need to be done outside of this lesson, specifically in the carpentries/style repo. The README.md lines...

Hi @apirogov , Thank you for taking the time to submit feedback about the lesson. Regarding the "abstract" discussion on why we might define our own functions, do you think...

Hi @jdkent , I see the point you are making about the convention in `matplotlib` to use `ax` or `axs` vs. `axes` to clarify if the variable holds a single...

Thanks for taking the time to submit a pull request @hanlei9876. :) It's good to have you participating. I agree with you that focusing on the difference in terminologies of...

To me N x 1 vector doesn't suggest 2 dimensions, but not sure how others view it. I think changing the text to a vector of length 40 would be...

I think once Python 3.10 is the default download on the Anaconda site (since that is the version we recommend learners download in the setup), this might be a useful...

Thank you @alimoges42 for opening this issue to suggest introducing type conversion. I agree with you that knowing about how to convert data types could be useful across disciplines. However,...

HI @dakane1 . It looks possible that the version/instance of Python you are running at the commandline does not have `numpy` installed. Were you able to use `import numpy` in...