Login and get codingWe played a bit with the Slack API today and wow: our PyBites community is super international! We really enjoy connecting with Pythonistas from all over the globe.
We put some anonymized data in a csv (using
uuid4
andfaker
) and for this Bite we ask you to userequests
to load it in, use thecsv
module to parse it into a data structure of your choice, and finally print the following output to the screen:Africa/Algiers | ++ Africa/Cairo | + Africa/Monrovia | + Africa/Nairobi | ++++ ... ... Europe/Moscow | ++ Europe/Warsaw | ++ Pacific/Honolulu | +See the full output under the TESTS tab. Good luck and remember: keep calm and code in Python!