Python Projects & Resources
57.1K subscribers
777 photos
342 files
328 links
Perfect channel to learn Python Programming 🇮🇳
Download Free Books & Courses to master Python Programming
- Free Courses
- Projects
- Pdfs
- Bootcamps
- Notes

Admin: @Coderfun
Download Telegram
Which of the following may be used to call items in dictionary my_dict with for loop?
Anonymous Quiz
28%
for key in my_dict: value = my_dict[key]
33%
for key, value in my_dict.items():
33%
All of the above
6%
None
👍71
Rich is a Python library for rich text and beautiful formatting in the terminal.


#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
2👍1