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 401 subscribers, ranking 5 602 in the Technologies & Applications category and 27 472 in the Russia region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 24 401 subscribers.
According to the latest data from 10 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -48 over the last 30 days and by -9 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 6.76%. Within the first 24 hours after publication, content typically collects 2.89% reactions from the total number of subscribers.
- Post reach: On average, each post receives 1 649 views. Within the first day, a publication typically gains 705 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 9.
- 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 11 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.
time1 и time2 — и возвращать количество часов между ними.
Примечания:
- time1 всегда будет начальным временем, а time2 — конечным.
- Если time1 равно time2, верните строку "no time passed" («нисколько времени не прошло»).
Примеры:
hours_passed("3:00 AM", "9:00 AM") ➞ "6 hours"
hours_passed("2:00 PM", "4:00 PM") ➞ "2 hours"
hours_passed("1:00 AM", "3:00 PM") ➞ "14 hours"
Решение на нашем сайте.
#задача #codingname (имя), age (возраст), height (рост), weight (вес). Имя будет передаваться в виде строки, а возраст, рост и вес — в виде целых чисел.
Также создайте три функции для этого класса, которые будут возвращать следующие строки:
get_age() — "name is age age"
get_height() — "name is heightcm"
get_weight() — "name weighs weightkg"
Примеры:
p1 = player("David Jones", 25, 175, 75)
p1.get_age() ➞ "David Jones is age 25"
p1.get_height() ➞ "David Jones is 175cm"
p1.get_weight() ➞ "David Jones weighs 75kg"
Решение на нашем сайте.
#задача #codingto_dict(["a", "b", "c"]) ➞
[{"a": 97}, {"b": 98}, {"c": 99}]
to_dict(["^"]) ➞ [{"^": 94}]
to_dict([]) ➞ []
Решение на нашем сайте.
#задача #coding
Available now! Telegram Research 2025 — the year's key insights 
