# list #список
Channel
Шпаргалки по python💟
@python_mi
On this record: Growth · Engagement · Posts · Citations · Cite this entry
2subscribers
+0 since we began measuring on 10 August 2026
Risers and fallers across the register · movement among entries of Under 1,000.
Register entry
| Telegram ID | -1002783416842 |
|---|---|
| Type | Channel |
| Username | @python_mi |
| Created | 22 July 2025 — measured — dated from the channel’s first post |
| First recorded | 14 August 2026 |
| Last confirmed live | 26 August 2026 |
| Measurements held | 2 |
| On Telegram | t.me/python_mi |
Growth
| Measured (UTC) | Subscribers | Change |
|---|---|---|
| 14 Aug 2026, 06:34 | 2 | no change |
| 10 Aug 2026, 17:45 | 2 | first reading |
Engagement
7 posts held, back to 22 July 2025 — the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 1 pageof Telegram’s post history, 20 posts per page.
Nothing published in the last 30 days. ERR and ER are rolling 30-day measures, so there is nothing to compute — we hold 7 posts for this entry, the most recent from 18 October 2025. An engagement rate over an empty window would be a number about nothing.
Recent posts
Для удаления элемента из списка в Python существуют разные методы, каждый из которых решает задачу удалением по-разному: ▌ Основные способы удаления элементов из списка ▌ 1. Метод Удаляет первый встреченный элемент, равный указанному значению. my_list = ["яблоко", "груша", "банан"] my_list.remove("груша") print(my_list) # Результат: ['яблоко', 'банан'] Особенности: Если элемента нет в списке, возникает ошибка Va…
▌ Шпаргалка по спискам и методам Python ▌ Что такое список? Список — упорядоченная коллекция элементов, заключённая в квадратные скобки []. Каждый элемент имеет индекс, начиная с нуля (0). my_list = ["яблоко", "банан", "груша"] ▌ Основные операции над списком ▌ 1. Добавление элемента в конец списка Метод append() добавляет новый элемент в конец списка. fruits.append("виноград") print(fruits) # ['яблоко', 'бана…
Верно замечено! Я упустил один важный пункт. Добавляем его сюда: ### Финальная таблица всех типов данных Python с учётом изменяемых и неизменяемых: #### Изменяемые типы данных: | Название типа | Описание | Пример | |---------------|----------------------------|----------------------| | list | Список | my_list = [1, 2, 3] | | dict | Словарь …
Вот полная таблица-подсказка по работе с множествами (sets) в Python: ## Таблица: Работа с множествами (Sets) в Python | Параметр | Описание | Пример | |----------------|----------------------------------------------------------------------------------------|------------------------------------| | **Созда…
## Шпаргалка по функциям Python ### Что такое функция? Функция — это блок кода, предназначенный для выполнения определённой задачи. Функции позволяют разбивать программу на небольшие части, делая код более читаемым и переиспользуемым. ### Определение функции def название_функции(параметры): # тело функции return значение Пример простой функции: def greet(name): print(f"Привет, {name}") ### Параметры и а…
Channel created
Showing the 7 most recent of 7 posts we hold for @python_mi. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked ≈ was rounded by Telegram before we ever saw it — t.me prints views in full below 1,000 and to three significant figures above, so ≈1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.
Citation-graph rank
Citation-graph rank — 1,424,598 of 1,627,445entries in the measured graph. A weighted position computed from the forward and mention edges below — republished posts weigh more than named mentions — and recomputed periodically, over the whole graph. Published only as this ordinal position, never as a score: a position is a fact, and a score printed beside one channel’s name would read as a verdict this register does not make. The two counts beneath stay separate for the same reason mentions are never summed with forwards anywhere else on this page — a named-by count costs nothing to manufacture. The top 100 by this measure, or how it is computed.
Forward network
Republishes
Channels on the register whose posts this channel has forwarded.
Built only from forwarded posts we have actually read, on both sides. Coverage is early and deliberately incomplete: a missing link means we have not read the post that would prove it, never that the relationship does not exist. Counts are distinct forwarded posts observed, so they only ever go up as we read more.
Mentions
Named by 1 registered channel — every channel on the register whose own posts have named this one, by its current username or any other username it currently holds, merged from two separately captured readings of the same fact so a namer caught by only one of them is not missed and a namer both caught is not counted twice. A username this channel has since dropped is not matched — that handle may belong to someone else now, and crediting today’s namer to yesterday’s owner would misattribute it.
Named by
Channels on the register whose posts name this channel's handle.
A mention is a weaker signal than a forward and is counted separately for that reason — naming a channel is not republishing it, and a handle in a post body is easy to place deliberately. The post counts beside each row below are distinct posts in which the handle appeared, from posts we have read on both sides — the “Named by N registered channels” figure above is a different count, of distinct NAMING CHANNELS rather than posts, and is not the sum of the rows under it.
Cite this entry
A live page changes as we take new readings, so a citation should name the measurement it is based on, not just the URL. The line below cites the subscriber count as measured 14 August 2026 — this entry's latest reading, not the date you are reading this.
“Шпаргалки по python💟” (@python_mi), 2 subscribers as measured 14 August 2026. Telegram Register, tgregister.com/channel/python_mi.
Full measurement history, CC BY 4.0. Every reading this register holds for this entry, not just the latest one, as a dated, downloadable record: CSV · JSON. Free to use with attribution to tgregister.com. Each file carries its own generation timestamp, which is the figure to cite for exactly when the data was retrieved.