Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 696 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 696 Bytes

Hillel-practice

Homework tasks from Hilell IT school Python Pro course 🐍

Homework 1

Folder HW1

  1. parse.py

    • Description: This Python file contains two methods, parse_1 and parse_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.
  2. parse_cookie.py

    • Description: This Python file provides two methods, parse_cookie_1 and parse_cookie_2, for parsing HTTP cookies from a given string. Both methods use the SimpleCookie class to process cookie data and return it as a dictionary, making it easy to work with cookies in your applications.