Alrighty let’s get right into it… I learned: How do to dot product (in two ways… either x.dot(y) or x @ y), that you can compare arrays with booleans, that you can do basic aggregations (specifically I learned two new basic ones .argmax and .argmin which give the index value for the max and minContinue reading “Python Day 16 – Operations on Arrays”
Category Archives: Python Learning
The First 15 Days of Learning Python
Hello world! I just watched this wonderful video about advice for learning python which recommended keeping a blog. So here I am. Making a blog for the first time in my life. As the title suggests I technically started learning 15 days ago. I’ve been practicing every day and have logged 7.5 hours so far.Continue reading “The First 15 Days of Learning Python”
