File, posted without a caption

Channel
Фишки Python
@pythoner
On this record: Growth · Engagement · What this channel posts · Posts · Citations · Cite this entry
29subscribers
+0 since we began measuring on 7 August 2026
Risers and fallers across the register · movement among entries of Under 1,000.
Register entry
| Telegram ID | -1001111032892 |
|---|---|
| Type | Channel |
| Username | @pythoner |
| Description | Всё что ты хотел узнать, но ленился спросить. Декораторы, итераторы и контракты. |
| Created | Between 1 February 2017 and 24 December 2018— estimated from Telegram’s id allocation, not measured. How this range is calculated. |
| First recorded | 11 August 2026 |
| Last confirmed live | 11 August 2026 |
| Measurements held | 2 |
| On Telegram | t.me/pythoner |
Growth
| Measured (UTC) | Subscribers | Change |
|---|---|---|
| 11 Aug 2026, 05:16 | 29 | no change |
| 7 Aug 2026, 12:23 | 29 | first reading |
Engagement
20 posts held, back to 24 December 2018 — 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 20 posts for this entry, the most recent from 30 January 2022. An engagement rate over an empty window would be a number about nothing.
What this channel posts
- Photos
- 2
- Links
- 29
Lifetime counters from Telegram’s own channel header, read 11 August 2026 — not the date at the top of this page, which is when the subscriber count was last read. Below Telegram’s rounding threshold, so these counts are exact.
Recent posts
https://tryolabs.com/blog/2021/12/21/top-python-libraries-2021
from ttp import ttp data_to_parse = """ interface Loopback0 description Router-id-loopback ip address 192.168.0.113/24 ! interface Vlan778 description CPE_Acces_Vlan ip address 2002::fd37/124 ip vrf CPE1 ! """ ttp_template = """ interface {{ interface }} ip address {{ ip }}/{{ mask }} description {{ description }} ip vrf {{ vrf }} """ https://ttp.readthedocs.io/en/latest/Quick%20start.html
#db https://www.youtube.com/watch?v=HOho4HyKqTE
Для тех, кто работает с базами из IDE от JetBrains, рекомендую посмотреть этот видос: https://www.youtube.com/watch?v=I4Ifpg5_CIs Использую DataGrip с начала ее появления, и удобнее тулзы для работы с базами я не видел. На винде использовал IDE от sqlmanager.net, но после переезда на мак приходилось страдать. В видосе полезно приблизительно все. Я не знал процентов 80 и теперь боюсь подумать о том, сколько же време…
ByPass Cloudflare import cfscrape scraper = cfscrape.create_scraper() c = scraper.get(url) print(c.status_code) print(c.content.decode())
Формирование exe файла из скрипта на питоне C:\Users\user.user-pc\Documents\PycharmProjects\work_stuff\venv\Scripts\pyinstaller.exe --onefile $FilePath$ $ProjectFileDir$
Excel export import xlsxwriter book = xlsxwriter.Workbook('docs.xlsx', {'strings_to_urls': False}) bold = book.add_format({'bold': True}) date_format = book.add_format({'num_format': 'dd.mm.yyyy'}) sheet = book.add_worksheet() sheet.write(row, column, value, bold) book.close()
Read PDF in Python https://pymupdf.readthedocs.io/en/latest/tutorial/ pip install pymupdf import fitz doc = fitz.open('devs/dev34_pd23-001510.pdf') doc.getPageText(0)
def invalidate_connections(): django.db.close_old_connections() django.db.connection.close()
$ python manage.py startapp appname
Photo, posted without a caption
Showing the 12 most recent of 20 posts we hold for @pythoner. 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.
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.
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 11 August 2026 — this entry's latest reading, not the date you are reading this.
“Фишки Python” (@pythoner), 29 subscribers as measured 11 August 2026. Telegram Register, tgregister.com/channel/pythoner.
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.