🌐 Write code that talks to the internet
When you check the weather, pay by card, or browse YouTube recommendations — APIs are running the show. This course teaches you to connect to real services through their APIs and automate tasks with code.
In this course you’ll build 5 real projects:
- Chuck Norris joke generator — first GET request and working with JSON
- Weather app — API keys, query parameters, handling responses
- NASA client — photo of the day, Mars rovers, asteroids across three different endpoints
- GitHub automation — working with personal tokens and POST requests
- AI assistant — chatting with a language model via API
Course stack:
requests · httpx · python-dotenv · json
Requirements:
Basic Python — variables, functions, conditionals. Everything else is explained in the course.