Project Brief
We will start this week with a great project for beginners. Your task is to create a Python program that asks for a date and returns historical events for that date. This is a typical program of doing requests to an API endpoint using simple parameters.
You can fetch historical events per month and day using this link:
http://history.muffinlabs.com/date/{month}/{day}For example:
Keep reading with a 7-day free trial
Subscribe to Daily Python Projects to keep reading this post and get 7 days of free access to the full post archives.


