Tea-n-Tech / professional-python

Professional python development guide and tutorial.
MIT License
11 stars 2 forks source link

Professional Python

Learn to code professional Python.

Requirements

Tasks

Task 1 - Weather Data

Create a python program to fetch and print weather data:

Important

Task 2 - GitHub CLI

Create a python program to interact with GitHub and retrieve data. Add the following commands:

Focus points:

Task 3 - API

This task will be an advancement of the previous one by wrapping the functionality in an API. Create an API with the following routes:

What is important?

Lessons