Python Pop: Introduction to Dictionary and Dates

preview_player
Показать описание
Python Pop is a series of quick videos explaining different functions and commands from the Python language. 💻 This is a quick introduction to checking values within a dictionary. Making sure data types are the same are critical for matching. Create your own birthday dictionary and check the dates today!

💛 Happy learning! 💙
Рекомендации по теме
Комментарии
Автор

Is there a way to sort multiple dictionaries like this at once by the date? I'm actually trying to do RSS feeds, but I can't seem to Target the outer dictionaries by a date value in the inner.. instead it's just sorting each feed independently of the others.. so I'm getting lists from the same website, & then it switches to the next site instead of showing a sorted mix with the most recent at the top.. any help would be appreciated

JaveGeddes