https://github.com/sergiokapone/python_core
Homeworks GoIT Python Core
https://github.com/sergiokapone/python_core
learning python
Last synced: about 2 months ago
JSON representation
Homeworks GoIT Python Core
- Host: GitHub
- URL: https://github.com/sergiokapone/python_core
- Owner: sergiokapone
- Created: 2023-05-30T19:05:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T16:54:35.000Z (over 1 year ago)
- Last Synced: 2025-01-30T15:25:11.401Z (4 months ago)
- Topics: learning, python
- Language: Python
- Homepage:
- Size: 6.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoIT Python Core
1. Модуль 1. Типи даних у Python
2. Модуль 2. Керуючі конструкції. Винятки.
3. Модуль 3. Функції
4. Модуль 4. Структури даних
5. Модуль 5. Продвинута робота з рядками
6. Модуль 6. Робота з файлами
7. Модуль 7. Створення та встановлення власних пакетів
8. Модуль 8. Можливості деяких вбудованих пакетів Python
9. Модуль 9. Функції (декоратори, замикання)
10. Модуль 10. Основи роботи з класами
11. Модуль 11. Магічні методи
12. Модуль 12. Серіалізація та копіювання об'єктів## Video resources
1. [Selfedu. Основы Python](https://www.youtube.com/playlist?list=PLA0M1Bcd0w8yWHh2V70bTtbVxJICrnJHd)
- [Site](https://proproprogs.ru/python_base)
2. [Selfedu. Объектно-ориентированное программирование (ООП) на Python 3](https://www.youtube.com/playlist?list=PLA0M1Bcd0w8zPwP7t-FgwONhZOHt9rz9E)
- [Site](https://proproprogs.ru/python_oop)## GitHub Resorces
1. [Object Oriented Programming in Python](https://github.com/Shikha-code36/Object-Oriented-Programming-OOPs-Python)