|
|
|
|
|
by webartifex
2279 days ago
|
|
I get you. The plotting tools I would actually consider in an "Intro to Data Science" course, not in an "Intro to Programming". I started to write a library implementing Gilbert Strang's Linear Algebra book assuming nothing but core Python. What inspired me to do that was reading Philip N. Klein's book "Coding the Matrix". I thought writing a LA library for fun and study purposes makes sense if you want to go on and study data science. However, that project is not yet ready to be published. Would that be what you are looking for? |
|
I think writing code really helps you understand the algorithms in more depth so I'm all for exercises for LA like you suggest.