Pythonist.ru - образование по питону
Pythonist.ru - помощь в подготовке к собеседованию на позицию Python Developer. Реклама: @anothertechrock РКН: https://rknn.link/car
Show more📈 Analytical overview of Telegram channel Pythonist.ru - образование по питону
Channel Pythonist.ru - образование по питону (@pythonist_ru) in the Russian language segment is an active participant. Currently, the community unites 24 393 subscribers, ranking 5 607 in the Technologies & Applications category and 27 458 in the Russia region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 24 393 subscribers.
According to the latest data from 11 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -55 over the last 30 days and by -8 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 6.74%. Within the first 24 hours after publication, content typically collects 2.78% reactions from the total number of subscribers.
- Post reach: On average, each post receives 1 644 views. Within the first day, a publication typically gains 679 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 7.
- Thematic interests: Content is focused on key topics such as т.р, developer, строка, backend, true.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“Pythonist.ru - помощь в подготовке к собеседованию на позицию Python Developer.
Реклама: @anothertechrock
РКН: https://rknn.link/car”
Thanks to the high frequency of updates (latest data received on 12 June, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
is_shifted) должна принимать два списка чисел одинаковой длины и проверять, образован ли второй список путем смещения каждого элемента первого списка на число-константу.
Вторая функция-валидатор (is_multiplied) должна работать аналогично, только проверять, образован ли второй список путем умножения каждого элемента первого списка на константу.
Примеры:
is_shifted([1, 2, 3], [2, 3, 4]) ➞ True # Каждый элемент смещен на +1 is_shifted([1, 2, 3], [-9, -8, -7]) ➞ True # Каждый элемент смещен на -10 is_multiplied([1, 2, 3], [10, 20, 30]) ➞ True # Каждый элемент умножен на 10 is_multiplied([1, 2, 3], [-0.5, -1, -1.5]) ➞ True # Каждый элемент умножен на -1/2 is_multiplied([1, 2, 3], [0, 0, 0]) ➞ True # Каждый элемент умножен на 0Решение на нашем сайте. #задача #coding
"x1,y1,x2,y2", где x1,y1 — координаты первой точки, а x2,y2 — координаты второй.
Примечание: если расстояние окажется числом с плавающей запятой, его нужно округлить до сотых (например, 2.34).
Примеры:
shortestDistance("1,1,2,1") ➞ 1
shortestDistance("1,1,3,1") ➞ 2
shortestDistance("-5,1,3,1") ➞ 8
shortestDistance("-5,2,3,1") ➞ 8.06
Решение на нашем сайте.
#задача #codingduplicate_nums([1, 2, 3, 4, 3, 5, 6]) ➞ [3] duplicate_nums([81, 72, 43, 72, 81, 99, 99, 100, 12, 54]) ➞ [72, 81, 99] duplicate_nums([1, 2, 3, 4, 5, 6, 7, 8, 9, 10]) ➞ NoneПримечания: - никакое число не будет встречаться в nums трижды и более раз, - если никакое число в nums не встречалось дважды, функция должна вернуть None. Решение на нашем сайте. #задача #coding
Available now! Telegram Research 2025 — the year's key insights 
