1. Установить дома ((https://www.python.org/ftp/python/3.9.7/python-3.9.7-amd64.exe Python 3.9)). При установке рекомендуется выбрать "Add Python 3.9 to PATH", затем нажать на "Customize Installation", на экране "Advanced Options" выбрать "Install for all users". Путь для установки получится "C:\Program Files\Python39".

2. Установить среду разработки, предлагается ((https://wingware.com/pub/wing-101/8.0.3.0/wing-101-8.0.3.0.exe Wing IDE 101)).


====Школьные ресурсы====
Школьная почта http://mail.179.ru
Школьный мессенджер Mattermost http://mm.179.ru


====Контесты====


#|
||Простые вычисления|((http://server.179.ru/tasks/python/theory/01-types.html Теория))|((http://server.179.ru/tasks/python/2024d/01-types.html Задачи))|((http://server.179.ru/cgi-bin/new-client?contest_id=1265&locale_id=1 Вход [1265])) | ((http://server.179.ru/ejudge/stand/mp/stand.php?contest=1265 Результаты)) | до 17.09 16:00||
||Целочисленная арифметика|((http://server.179.ru/tasks/python/theory/02-int.html Теория))|((http://server.179.ru/tasks/python/2024d/02-int.html Задачи))|((http://server.179.ru/cgi-bin/new-client?contest_id=1268&locale_id=1 Вход [1268])) | ((http://server.179.ru/ejudge/stand/mp/stand.php?contest=1268 Результаты)) | до 24.09 16:00||
||Условная инструкция|((http://server.179.ru/tasks/python/theory/03-if.html Теория))|((http://server.179.ru/tasks/python/2024d/03-if.html Задачи))|((http://server.179.ru/cgi-bin/new-client?contest_id=1269&locale_id=1 Вход [1269])) | ((http://server.179.ru/ejudge/stand/mp/stand.php?contest=1269 Результаты)) | до 07.10 16:00||
||Цикл for|((http://server.179.ru/tasks/python/theory/04-for.html Теория))|((http://server.179.ru/tasks/python/2024d/04-for.html Задачи))|((http://server.179.ru/cgi-bin/new-client?contest_id=1285&locale_id=1 Вход [1285])) | ((http://server.179.ru/ejudge/stand/mp/stand.php?contest=1285 Результаты)) | до 23.10 22:00||
||Строки| ((http://server.179.ru/tasks/python/theory/05-strings.html Теория))|((http://server.179.ru/tasks/python/2024d/05-string.html Задачи))|((http://server.179.ru/cgi-bin/new-client?contest_id=1298&locale_id=1 Вход [1298])) | ((http://server.179.ru/ejudge/stand/mp/stand.php?contest=1298 Результаты)) | до 28.10 16:00||

||||||||
||Цикл while| ((http://server.179.ru/tasks/python/theory/07-while.html Теория))|((http://server.179.ru/tasks/python/2024d/06-while.html Задачи))|((http://server.179.ru/cgi-bin/new-client?contest_id=1303&locale_id=1 Вход [1303])) | ((http://server.179.ru/ejudge/stand/mp/stand.php?contest=1303 Результаты)) | ||
||Списки| ((http://server.179.ru/tasks/python/theory/08-lists.html Теория))|((http://server.179.ru/tasks/python/2024d/07-lists.html Задачи))|((http://server.179.ru/cgi-bin/new-client?contest_id=1311&locale_id=1 Вход [1311])) |((http://server.179.ru/ejudge/stand/mp/stand.php?contest=1311 Результаты)) | ||
||Списки -- просто! | ((http://server.179.ru/tasks/python/theory/09-easylists.html Теория))| ((http://server.179.ru/tasks/python/2024d/08-easylists.html Задачи))|((http://server.179.ru/cgi-bin/new-client?contest_id=1318&locale_id=1 Вход [1318])) | ((http://server.179.ru/ejudge/stand/mp/stand.php?contest=1318 Результаты)) |
||
||||||||
||Действительные числа | ((http://server.179.ru/tasks/python/theory/06-float.html Теория))| ((http://server.179.ru/tasks/python/2024d/09-float.html Задачи))|((http://server.179.ru/cgi-bin/new-client?contest_id=1331&locale_id=1 Вход [1331])) | ((http://server.179.ru/ejudge/stand/mp/stand.php?contest=1331 Результаты)) | до 23.01 23:00||
||Функции ((http://server.179.ru/tasks/python/2024d/testing-10.html о тестировании))| ((http://server.179.ru/tasks/python/theory/10-functions.html Теория))| ((http://server.179.ru/tasks/python/2024d/10-functions.html Задачи))|((http://server.179.ru/cgi-bin/new-client?contest_id=1341&locale_id=1 Вход [1341])) | ((http://server.179.ru/ejudge/stand/mp/stand.php?contest=1341 Результаты)) | до 13.02 23:00||
||Рекурсия ((http://server.179.ru/tasks/python/2024d/testing-11.html о тестировании))| | ((http://server.179.ru/tasks/python/2024d/11-recursion.html Задачи))|((http://server.179.ru/cgi-bin/new-client?contest_id=1359&locale_id=1 Вход [1359])) | ((http://server.179.ru/ejudge/stand/mp/stand.php?contest=1359 Результаты)) | до 06.03 23:00||
||Символы и строки | ((http://server.179.ru/tasks/python/theory/11-strings.html Теория)) | ((http://server.179.ru/tasks/python/2024d/12-strings.html Задачи))|((http://server.179.ru/cgi-bin/new-client?contest_id=1368&locale_id=1 Вход [1368])) | ((http://server.179.ru/ejudge/stand/mp/stand.php?contest=1368 Результаты)) | до 20.03 22:00||
||||||||
||Двумерные массивы ((http://server.179.ru/tasks/python/2024d/testing-13.html о тестировании))| ((http://server.179.ru/tasks/python/theory/14-lists2d.html Теория)) | ((http://server.179.ru/tasks/python/2024d/13-lists2d.html Задачи))|((http://server.179.ru/cgi-bin/new-client?contest_id=1376&locale_id=1 Вход [1376])) | ((http://server.179.ru/ejudge/stand/mp/stand.php?contest=1376 Результаты)) | до 17.04 22:00||
||Файлы| ((http://server.179.ru/tasks/python/theory/13-files.html Теория)) | ((http://server.179.ru/tasks/python/2024d/14-files.html Задачи))|((http://server.179.ru/cgi-bin/new-client?contest_id=1401&locale_id=1 Вход [1401])) | ((http://server.179.ru/ejudge/stand/mp/stand.php?contest=1401 Результаты)) | до ?.? 22:00||

|#

Демо вариант ОГЭ 2022 скачайте ((http://fipi.ru/oge/demoversii-specifikacii-kodifikatory#!/tab/173801626-5 здесь))

Всем скучающим рекомендую порешать задачи на ((https://projecteuler.net/archives Project Euler)). Там очень много нетривиальных задач!

====Выставление оценок====

((https://docs.google.com/spreadsheets/d/1OjeGTsnJsT1a_h7NqQMtMmPbT2hhgWs6u5di-lX76PY/edit?usp=sharing Оценки за четверть))

На тройку – 45% решённых задач
На четвёрку – 65% решённых задач
На пятёрку – 80% решённых задач
Задачи ZA, ZB и т.д. – за три решенные дополнительная пятёрка


====Список группы====
#|
||Алексеев Степан||
||Анохин Серафим||
||Астахов Ярослав||
||Брыкин Егор||
||Гнатко Ангелина||
||Гущина Ольга||
||Ибодова Ева||
||Липатов Василий||
||Литвинов Данила||
||Малышев Глеб||
||Обухов Кирилл||
||Рюжин Юрий||
||Хлебникова Ника||
#|


====Как связаться:====

#|
||Почта|asokolov AT 179.ru||
|| Mattermost|@asokolov||
||Telegram|@SokolovArtemy ||
|#


----
адрес оригинала: ((/Информатика/Aрхив/2022/9Д-2))