Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🐍
- Host: GitHub
- URL: https://github.com/vicnesterenko/hillel-practice
- Owner: vicnesterenko
- Created: 2023-10-24T09:44:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T14:44:30.000Z (about 1 year ago)
- Last Synced: 2023-11-08T10:28:38.015Z (about 1 year ago)
- Topics: hillel, python, studying
- Language: Python
- Homepage: https://ithillel.ua/courses/python-pro
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.