Python Projects & Resources
56.8K subscribers
778 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 gives output as true?
Anonymous Quiz
4%
2>2
3%
2<2
15%
2=='2'
78%
2==(1+1)
👍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
👍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