Kanalga yangi tashrif buyurganlarga: Python dasturlash tilini 0dan o'rganishni ushbu mavzudan 👈 boshlang. Testlarni tushunmasdan belgilamang. Izohlarda faol boʻlinglar. 👉 Nematillo Ochilovning internetdagi sahifalari 👈

Channel
Python dasturlash maktabi
@pythonuz
On this record: Growth · Engagement · Posts · Polls · Cite this entry
2,151subscribers
-8 since we began measuring on 6 August 2026
Risers and fallers across the register · movement among entries of 1,000–3,162.
Register entry
| Telegram ID | -1001120958099 |
|---|---|
| Type | Channel |
| Username | @pythonuz |
| Created | Between 1 June 2017 and 30 September 2020— estimated from Telegram’s id allocation, not measured. How this range is calculated. |
| First recorded | 6 August 2026 |
| Last confirmed live | 25 August 2026 |
| Measurements held | 8 |
| Confirmed unchanged | 1 time, most recently 25 August 2026 |
| On Telegram | t.me/pythonuz |
Growth
| Measured (UTC) | Subscribers | Change |
|---|---|---|
| 25 Aug 2026, 05:46 | 2,151 | -1 |
| 22 Aug 2026, 11:46 | 2,152 | -1 |
| 19 Aug 2026, 10:37 | 2,153 | +3 |
| 16 Aug 2026, 06:57 | 2,150 | -1 |
| 12 Aug 2026, 15:54 | 2,151 | -5 |
| 9 Aug 2026, 18:21 | 2,156 | -2 |
| 6 Aug 2026, 22:58 | 2,158 | -1 |
| 6 Aug 2026, 12:37 | 2,159 | first reading |
Engagement
20 posts held, back to 25 July 2021 — the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 2 pagesof 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 20 posts for this entry, the most recent from 2 January 2022. An engagement rate over an empty window would be a number about nothing.
Recent posts
with open("pythonuz.txt", 'w+') as yozish: yozish.write("1: one\n2: two") yozish.seek(0) print(yozish.readlines())
- ['1: one\n2: two']27%
- 1: one36%
- 2: two21%
- IndexError17%
Shares as published, totalling 101%. No per-option vote count is published by Telegram, so none is shown.
with open("pythonuz.txt", 'w+') as yozish: yozish.write("1: one\n2: two\n3: three") yozish.seek(0) print(yozish.readlines()[2])
- 1: one24%
- 2: two30%
- 3: three21%
- ['1: one\n', '2: two\n']25%
Shares as published. No per-option vote count is published by Telegram, so none is shown.
with open("pythonuz.txt", 'w+') as yozish: yozish.write("1: one\n2: two\n3: three") yozish.seek(0) print(yozish.readline(2))
- 1:15%
- 2:25%
- 2: two48%
- 3:12%
Shares as published. No per-option vote count is published by Telegram, so none is shown.
with open("pythonuz.txt", 'w+') as yozish: yozish.write("1: one, 2: two") yozish.seek(0) print(yozish.read().split(':')[1])
- 2: two25%
- one, 234%
- 1: 223%
- one: two18%
Shares as published. No per-option vote count is published by Telegram, so none is shown.
with open("pythonuz.txt", 'w+') as yozish: yozish.write("1: one, 2: two") yozish.seek(0) print(yozish.read().split(',')[1])
- 1: one23%
- 2: two37%
- one27%
- two13%
Shares as published. No per-option vote count is published by Telegram, so none is shown.
Fayllar bilan ishlashda qanday holatda close() metodidan foydalanilmaydi?
- binary maʼlumotlarni yozganda/oʻqiganda21%
- with opertoridan foydalanganda30%
- 1024 baytdan kichik maʼlumot yozganda34%
- satr maʼlumotlarini yozganda14%
Shares as published, totalling 99%. No per-option vote count is published by Telegram, so none is shown.
Faylga ikkilik maʼlumotni yozish uchun rejimga qaysi belgini yozamiz
- write34%
- wr30%
- w14%
- wb22%
Shares as published. No per-option vote count is published by Telegram, so none is shown.
Python dasturlash tili fayllar bilan ishlashda eng koʻp qaysi funksiyadan foydalaniladi?
- read()23%
- write()29%
- open()37%
- close()12%
Shares as published, totalling 101%. No per-option vote count is published by Telegram, so none is shown.
Ⓜ️ Fayllar Dasturda fayllar nima uchun kerak? Ma'lumotlar ombori mavjud bo'lmagan kichkina dasturlarda ma'lumotlar operativ xotirada joy egallamasligi uchun ular fayllarda saqlanadi. Python fayllarni yaratish, o'qish, yangilash va o'chirish uchun bir nechta funksiyalarga ega. Pythonda fayllar bilan ishlashning asosiy funksiyasi open() funksiya hisoblanadi. open() funksiya 8 ta argumentni https://docs.python.org/3/…
Kanalga yangi tashrif buyurganlarga: Python dasturlash tilini 0dan bepul o'rganishni ushbu mavzudan 👈 boshlang. Testlarni tushunmasdan belgilamang. Izohlarda faol boʻlinglar. 👉 Nematillo Ochilovning internetdagi sahifalari 👈
yosh = {21: 'Dilsora', 9: 'Sadokatkhon', 12: 'Lazizbek', 11: 'Iskandar'} print(list(filter(lambda elem: len(elem[1]) > 10, yosh.items()))[0][1])
- Dilsora29%
- Sadokatkhon36%
- Lazizbek25%
- Iskandar10%
Shares as published. No per-option vote count is published by Telegram, so none is shown.
Showing the 12 most recent of 20 posts we hold for @pythonuz. 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.
Polls
The 6 most recent of 16 polls we hold for this entry, as Telegram rendered them when we read the post. A poll’s figures keep moving after that, so each one is dated.
with open("pythonuz.txt", 'w+') as yozish: yozish.write("1: one\n2: two") yozish.seek(0) print(yozish.readlines())
- ['1: one\n2: two']27%
- 1: one36%
- 2: two21%
- IndexError17%
Shares as published, totalling 101%. No per-option vote count is published by Telegram, so none is shown.
with open("pythonuz.txt", 'w+') as yozish: yozish.write("1: one\n2: two\n3: three") yozish.seek(0) print(yozish.readlines()[2])
- 1: one24%
- 2: two30%
- 3: three21%
- ['1: one\n', '2: two\n']25%
Shares as published. No per-option vote count is published by Telegram, so none is shown.
with open("pythonuz.txt", 'w+') as yozish: yozish.write("1: one\n2: two\n3: three") yozish.seek(0) print(yozish.readline(2))
- 1:15%
- 2:25%
- 2: two48%
- 3:12%
Shares as published. No per-option vote count is published by Telegram, so none is shown.
with open("pythonuz.txt", 'w+') as yozish: yozish.write("1: one, 2: two") yozish.seek(0) print(yozish.read().split(':')[1])
- 2: two25%
- one, 234%
- 1: 223%
- one: two18%
Shares as published. No per-option vote count is published by Telegram, so none is shown.
with open("pythonuz.txt", 'w+') as yozish: yozish.write("1: one, 2: two") yozish.seek(0) print(yozish.read().split(',')[1])
- 1: one23%
- 2: two37%
- one27%
- two13%
Shares as published. No per-option vote count is published by Telegram, so none is shown.
Fayllar bilan ishlashda qanday holatda close() metodidan foydalanilmaydi?
- binary maʼlumotlarni yozganda/oʻqiganda21%
- with opertoridan foydalanganda30%
- 1024 baytdan kichik maʼlumot yozganda34%
- satr maʼlumotlarini yozganda14%
Shares as published, totalling 99%. No per-option vote count is published by Telegram, so none is shown.
Percentages only — there are no per-option vote counts here, because Telegram publishes none.The public post preview gives each option’s share and a single voter total, and nothing else. Multiplying one by the other would produce a per-option tally that looks measured and is not: the shares are rounded to whole numbers before we ever see them. We print what was published and leave the column that does not exist empty.
The shares need not add up to 100.Rounding alone puts many polls at 99 or 101. A poll that allows more than one answer per voter runs well past 100 by design, and several here do. The bars are drawn against a fixed 100% track at each option’s own percentage rather than normalised to the total, so a poll that exceeds it shows that it does instead of being quietly rescaled.
Read from the 20 most recent posts we hold, published 25 July 2021 to 2 January 2022. Telegram labels each poll by kind — an anonymous poll, a quiz, a closed set of final results — and that label is reproduced rather than paraphrased.
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 25 August 2026 — this entry's latest reading, not the date you are reading this.
“Python dasturlash maktabi” (@pythonuz), 2,151 subscribers as measured 25 August 2026. Telegram Register, tgregister.com/channel/pythonuz.
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.