Homework tasks from Hilell IT school Python Pro course 🐍
Folder HW1
-
parse.py
- Description: This Python file contains two methods,
parse_1
andparse_2
, which allow you to parse and extract query parameters from a URL. The methods use different approaches to achieve the same result, offering flexibility in URL parsing.
- Description: This Python file contains two methods,
-
parse_cookie.py
- Description: This Python file provides two methods,
parse_cookie_1
andparse_cookie_2
, for parsing HTTP cookies from a given string. Both methods use theSimpleCookie
class to process cookie data and return it as a dictionary, making it easy to work with cookies in your applications.
- Description: This Python file provides two methods,