Telegram RegisterThe public register of Telegram
Telegram profile photo for Python Questions

Channel

Python Questions

@python_interview_questions

On this record: Growth · Engagement · Posts · Polls · Citations · Cite this entry

4,700subscribers

-29 since we began measuring on 8 August 2026

Risers and fallers across the register · movement among entries of 3,162–10,000.

Register entry

Telegram ID-1001244806845
TypeChannel
Username@python_interview_questions
CreatedBetween 1 March 2018 and 23 March 2020— estimated from Telegram’s id allocation, not measured. How this range is calculated.
First recorded8 August 2026
Last confirmed live25 August 2026
Measurements held7
Confirmed unchanged1 time, most recently 25 August 2026
On Telegramt.me/python_interview_questions

Growth

4,7004,7294,714.58 August 2026 — 4,729 subscribers9 August 2026 — 4,727 subscribers12 August 2026 — 4,724 subscribers16 August 2026 — 4,722 subscribers19 August 2026 — 4,715 subscribers22 August 2026 — 4,708 subscribers25 August 2026 — 4,700 subscribers8 August 202625 August 2026
7 measurements spanning 17 days, net -29. Dots are measurements; the straight line between them is drawn to join them, not to claim we know the path taken in between — snapshots are recorded only when a count changes, so gaps mean “no change observed”, never “interpolated”. The vertical axis spans 4,696–4,733 and does not start at zero.
Measurement log — every subscribers count we have recorded
Measured (UTC)SubscribersChange
25 Aug 2026, 05:534,700-8
22 Aug 2026, 13:054,708-7
19 Aug 2026, 13:434,715-7
16 Aug 2026, 08:054,722-2
12 Aug 2026, 09:024,724-3
9 Aug 2026, 02:014,727-2
8 Aug 2026, 02:474,729first reading

Engagement

20 posts held, back to 23 March 2020the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 4 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 12 April 2023. An engagement rate over an empty window would be a number about nothing.

Recent posts

12 Apr 2023, 05:09 UTC≈16,200 viewsread 12 August 2026
Forwarded from @python_resources_iGnani

PyTip for the day: Use the "enumerate" function to iterate over a sequence and get the index of each element. Sometimes when you're iterating over a list or other sequence in Python, you need to keep track of the index of the current element. One way to do this is to use a counter variable and increment it on each iteration, but this can be tedious and error-prone. A better way to get the index of each element is t

25 Jul 2022, 08:50 UTC≈27,200 viewsread 12 August 2026
Poll

:= which of the following is true about this operator

  1. Is available only in IronPython17%
  2. Not available in any Python versions21%
  3. New in Python 3.8 & above40%
  4. None of the above is true22%

Shares as published. No per-option vote count is published by Telegram, so none is shown.

22 Mar 2021, 13:23 UTC≈47,500 viewsread 12 August 2026
Poll

What does HttpResponse do in Django?

  1. Establishes a connection to the server20%
  2. Returns a string with HTML response20%
  3. Returns a string without HTML response10%
  4. Returns a response about HTTP connection21%
  5. Returns HTTP Request details12%
  6. None of the above3%
  7. Show me the answer14%

Shares as published. No per-option vote count is published by Telegram, so none is shown.

13 Feb 2021, 12:51 UTC≈44,000 viewsread 12 August 2026
Poll

Select the command that installs Django?

  1. pip Django15%
  2. pip create Django7%
  3. pip start Django7%
  4. pip install Django69%
  5. None of the above3%

Shares as published, totalling 101%. No per-option vote count is published by Telegram, so none is shown.

25 Apr 2020, 14:48 UTC≈40,200 viewsread 12 August 2026
Poll

``` print('The sum of {0} and {1} is {2}'.format(5, 10, 15)) ``` What is the output?

  1. The sum of 0 and 1 is 27%
  2. The sum of 5 and 10 is 1551%
  3. The sum of {0} and {1} is {2}12%
  4. Syntax Error17%
  5. None of the above3%
  6. Show me the answer10%

Shares as published. No per-option vote count is published by Telegram, so none is shown.

17 Apr 2020, 05:48 UTC≈35,400 viewsread 12 August 2026
Poll

print('pyypyypypyppy'.replace('py', 'iG', 3)) #What is the output?

  1. pyypyypypyppy8%
  2. iGyiGyiGiGpiG25%
  3. iGyiGyiGpyppy35%
  4. Error11%
  5. None of the above9%
  6. Show me the answer12%

Shares as published. No per-option vote count is published by Telegram, so none is shown.

14 Apr 2020, 05:17 UTC≈30,700 viewsread 12 August 2026
Poll

print('iGnani'.translate({'i': '1', 'G': '2', 'n': '3', 'a': '4', 'i': '5'})) #What is the output. Explain translate()

  1. 12343539%
  2. 1234520%
  3. iGnani16%
  4. Error9%
  5. None of the above5%
  6. Show me the answer12%

Shares as published, totalling 101%. No per-option vote count is published by Telegram, so none is shown.

10 Apr 2020, 06:02 UTC≈27,800 viewsread 12 August 2026
Poll

print('KLM'.maketrans('KLM', '123')) What is the output? Explain the function maketrans()

  1. {65: 49, 66: 50, 67: 51}11%
  2. {75: 49, 76: 50, 77: 51}26%
  3. {75: 49, 66: 50, 77: 51}14%
  4. None of the above17%
  5. Show me the answer31%

Shares as published, totalling 99%. No per-option vote count is published by Telegram, so none is shown.

9 Apr 2020, 05:56 UTC≈25,700 viewsread 12 August 2026
Poll

print(r"\npython") #What is the output? Explain Why?

  1. New line and 'python'39%
  2. \npython23%
  3. r\npython10%
  4. r,python6%
  5. Error12%
  6. Show me the answer10%

Shares as published. No per-option vote count is published by Telegram, so none is shown.

7 Apr 2020, 05:25 UTC≈24,300 viewsread 12 August 2026
Poll

x = (round(4.5) - round(-4.5)) #What is the value of x

  1. 035%
  2. 928%
  3. -98%
  4. 816%
  5. -82%
  6. None of the Above4%
  7. Show me the answer7%

Shares as published. No per-option vote count is published by Telegram, so none is shown.

5 Apr 2020, 06:43 UTC≈22,700 viewsread 12 August 2026
Poll

print('1.1'.isnumeric()) #What is the output? Explain this.

  1. 17%
  2. 1.111%
  3. True44%
  4. False27%
  5. Error5%
  6. None of the above1%
  7. Show me the answer5%

Shares as published. No per-option vote count is published by Telegram, so none is shown.

4 Apr 2020, 05:45 UTC≈21,000 viewsread 12 August 2026
Poll

print('xy'.isalpha()) #What is the output of the above code?

  1. xy8%
  2. True51%
  3. False21%
  4. xy.isalpha10%
  5. Error4%
  6. Show me the answer6%

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 @python_interview_questions. 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 18 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.

25 Jul 2022, 08:50 UTCAnonymous Quiz3,020 voters approx.

:= which of the following is true about this operator

  1. Is available only in IronPython17%
  2. Not available in any Python versions21%
  3. New in Python 3.8 & above40%
  4. None of the above is true22%

Shares as published. No per-option vote count is published by Telegram, so none is shown.

22 Mar 2021, 13:23 UTCAnonymous Quiz4,620 voters approx.

What does HttpResponse do in Django?

  1. Establishes a connection to the server20%
  2. Returns a string with HTML response20%
  3. Returns a string without HTML response10%
  4. Returns a response about HTTP connection21%
  5. Returns HTTP Request details12%
  6. None of the above3%
  7. Show me the answer14%

Shares as published. No per-option vote count is published by Telegram, so none is shown.

13 Feb 2021, 12:51 UTCAnonymous Quiz5,720 voters approx.

Select the command that installs Django?

  1. pip Django15%
  2. pip create Django7%
  3. pip start Django7%
  4. pip install Django69%
  5. None of the above3%

Shares as published, totalling 101%. No per-option vote count is published by Telegram, so none is shown.

25 Apr 2020, 14:48 UTCAnonymous Quiz5,470 voters approx.

``` print('The sum of {0} and {1} is {2}'.format(5, 10, 15)) ``` What is the output?

  1. The sum of 0 and 1 is 27%
  2. The sum of 5 and 10 is 1551%
  3. The sum of {0} and {1} is {2}12%
  4. Syntax Error17%
  5. None of the above3%
  6. Show me the answer10%

Shares as published. No per-option vote count is published by Telegram, so none is shown.

17 Apr 2020, 05:48 UTCAnonymous Quiz5,300 voters approx.

print('pyypyypypyppy'.replace('py', 'iG', 3)) #What is the output?

  1. pyypyypypyppy8%
  2. iGyiGyiGiGpiG25%
  3. iGyiGyiGpyppy35%
  4. Error11%
  5. None of the above9%
  6. Show me the answer12%

Shares as published. No per-option vote count is published by Telegram, so none is shown.

14 Apr 2020, 05:17 UTCAnonymous Quiz3,560 voters approx.

print('iGnani'.translate({'i': '1', 'G': '2', 'n': '3', 'a': '4', 'i': '5'})) #What is the output. Explain translate()

  1. 12343539%
  2. 1234520%
  3. iGnani16%
  4. Error9%
  5. None of the above5%
  6. Show me the answer12%

Shares as published, totalling 101%. 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 23 March 2020 to 12 April 2023. 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.

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 25 August 2026 — this entry's latest reading, not the date you are reading this.

“Python Questions” (@python_interview_questions), 4,700 subscribers as measured 25 August 2026. Telegram Register, tgregister.com/channel/python_interview_questions.

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.