0129 Started learning Python
It’s obvious that things won’t be as bad as before if you start doing something.
Yesterday, I tried to send a message to a headhunter. Even though she hasn’t replied yet, it still makes me feel better. I decided that if she doesn’t respond by 12 o’clock, I’ll contact another one who seems to match my situation.
Let’s begin by reading The Giver, since there’s still nothing to do.
📖 10:35 Finished reading Chapter 2
🖥️ Learned some SQL
COUNT(): count the number of rowsSUM(): the sum of the values in a columnMAX()/MIN(): the largest/smallest valueAVG(): the average of the values in a columnROUND()Aggregate functions combine multiple rows together to form a single value of more meaningful information.GROUP BYis a clause used with aggregate functions to combine data from one or more columns.HAVINGlimit the results of a query based on an aggregate property.
📖 Started reading 『刻意练习』
🖥️ Learned some Python
📝 Wrote January challenge blog post
☕ 15:37 Took a break
🖥️ Python basic 18 of 73 steps complete