You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From Michael Tullius (@mvtullius), who came by on SciPy 2021.
Hi Eric, Thank you for your presentation yesterday and for making all the materials available online. I would like to offer my feedback, for what its worth. I felt like I followed your presentation fairly well, but I only was successful with the easier examples. I even spent a couple hours afterwards going through the material on my own, but the more complex examples eluded me. I have had a little prior exposure to this type of programming, but it is still a very large shift in thinking that my brain really hasn't transitioned to. So my suggestions would be to maybe have some intermediate level examples in between the easier and harder examples, and probably more importantly, to have more demonstration of the process you use in mapping code that uses for loops to code that uses lax.scan and/or vmap. It was pretty easy for me to translate the simpler examples from for loops to code without loops, but I was stuck on the harder examples. I even tried making the dataframes in the examples much simpler and looking at the output of various operations to try to visualize what I was doing, but in the end I still struggled. Anyway, I may just need to spend MUCH more time with these concepts if I truly want to be competent with them, but I wanted to give some feedback that might be helpful for you for future presentations. Best Regards, Michael
Key actions that can help for the future:
Introduce illustrations of how to map from loopy code to non-loopy code. (Some repetition may be needed here.)
Introduce exercises of intermediate complexity.
The text was updated successfully, but these errors were encountered:
From Michael Tullius (@mvtullius), who came by on SciPy 2021.
Key actions that can help for the future:
The text was updated successfully, but these errors were encountered: