Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vicnesterenko/hillel-practice

Homework tasks from Hillel IT school Python Pro course 🐍
https://github.com/vicnesterenko/hillel-practice

hillel python studying

Last synced: 3 days ago
JSON representation

Homework tasks from Hillel IT school Python Pro course 🐍

Awesome Lists containing this project

README

        

# 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.