👍11
Which of the following may be used to call items in dictionary my_dict with for loop?
Anonymous Quiz
29%
for key in my_dict: value = my_dict[key]
33%
for key, value in my_dict.items():
33%
All of the above
5%
None
👍7❤1
Python cheatsheet
📖 Book: https://www.pythoncheatsheet.org/
🛠 Github: https://github.com/wilfredinni/python-cheatsheet
📖 Book: https://www.pythoncheatsheet.org/
🛠 Github: https://github.com/wilfredinni/python-cheatsheet
👍2
Rich is a Python library for rich text and beautiful formatting in the terminal.
#python #library #terminal
https://github.com/Textualize/rich
#python #library #terminal
https://github.com/Textualize/rich
👍1
Introduction to Data Science by University of Washington
🎬 95 video sessions
⏰ Duration: 16h
👨🏫 Instructor: Bill Howe, PhD
✅ Completely free
Course link
#datascience #ds #ml
🎬 95 video sessions
⏰ Duration: 16h
👨🏫 Instructor: Bill Howe, PhD
✅ Completely free
Course link
#datascience #ds #ml
❤2👍1