관리 메뉴

Jun Hyuk Kim's Blog

[2023/06/05] Daily Review 본문

Coding Journal/Diary

[2023/06/05] Daily Review

junhyuk1229 2023. 6. 5. 21:20

TODO

  • Write code for the movie recommendation project
  • Keep answering coding questions, one per day
  • Try finish understanding mission 1 code
  • PLEASE UPDATE THE BLOG

Q&A

Q: Why use walrus in python?

A: It can be useful to reduce code size, but the only time I really thought it was useful was in the if statement when we want to use the value that is compared. Other times just resulted in making the code more complicated and I do think that just not using it will be better because other people might have trouble understanding it.

'Coding Journal > Diary' 카테고리의 다른 글

[2023/06/07] Daily Review  (0) 2023.06.07
[2023/06/06] Daily Review  (0) 2023.06.06
[2023/06/02] Daily Review  (0) 2023.06.02
[2023/06/01] Daily Review  (1) 2023.06.01
[2023/05/31] Daily Review  (0) 2023.05.31