https://github.com/olekscode/teachingpython
Presentations and other resources to help teaching Python programming in Ukrainian schools
https://github.com/olekscode/teachingpython
Last synced: 9 months ago
JSON representation
Presentations and other resources to help teaching Python programming in Ukrainian schools
- Host: GitHub
- URL: https://github.com/olekscode/teachingpython
- Owner: olekscode
- License: mit
- Created: 2016-12-18T14:34:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T23:15:36.000Z (almost 8 years ago)
- Last Synced: 2025-02-11T11:41:32.500Z (11 months ago)
- Homepage:
- Size: 923 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Програмування мовою Python у школах
Презентації та допоміжні матеріали для викладання основ програмування мовою Python в українських школах
## Встановлення Python
Для того, щоб встановити Python, можна скористатись [офіційним веб-сайтом](https://www.python.org/downloads/). Тут ми наводимо детальні інструкції та поради щодо встановлення.
### Python 2.7 чи Python 3.5?
Рекомендованим є використання новішої версії мови Python, однак, якщо технічні характеристики комп'ютерного класу не задовольняють вимог Python 3.5, можна встановити старішу версію мови.
## Презентації
- [Вступ до програмування мовою Python](../../tree/master/Introduction to Python/pyintro.pdf)
- [Узагальнення вивченого матеріалу](../../tree/master/Revision/revision.pdf)
- [Коротесенький вступ до об'єктно-орієнтованого програмування (ООП)](../../tree/master/Introduction to OOP/oop.pdf)