Channels
Top 100TrendingNew
Categories
CryptoGamingNewsEntertainmentMusicSportsTechGamblingBots and mini appsFinanceBusinessEducationLifestyleHealthTravelAutoFashionJobsDatingDeals and shopping
Stickers
StickersEmojiThemesWallpapers
BotsGiftsTools
Currency
$ USD₽ RUB€ EUR₴ UAH₸ KZT₺ TRYzł PLN₪ ILSAED AEDR$ BRLRp IDRRM MYR¥ JPY₩ KRWCN¥ CNY
Theme
EnglishРусскийEspañolPortuguês (Brasil)ArabicPersianBahasa IndonesiaFrançaisDeutschTürkçeBahasa MelayuItalianoNederlandsO'zbekPolskiБеларускаяУкраїнськаҚазақша한국어中文日本語CatalàSuomiHebrew
ChannelsCategoriesStickersBotsGiftsTools
PremiumWikiGlossaryLegal
NotificationsSettingsLog in

An open web layer over public Telegram — search, stats and channel reading right in your browser, no account, no install.

Not affiliated with Telegram FZ-LLC; all data comes from public sources.

Catalog

Top channelsCategoriesCountriesSearch

Content

StickersEmojiGiftsThemesWallpapers

Help

ToolsWikiGlossaryBlockchainSafetyPremiumAdvertisersAdvertising
© 2026 TG.ME · G.Media network· Updated 08/23/2026 · v0.2.0 · ba12f6a
PrivacyTermsDMCA & complaintsReport a violation

devDotPy

@devDotPy · 326 subscribers

Created in 2024
Open in Telegram

Information

Username@devDotPy
CreatedJanuary 16, 2024
Linkt.me/devDotPy
Discussion2237284375
325
Subscribers
1.1K
Average reach
—
Engagement (ER)
—
Growth
Full stats →
PostsMediaStatsSimilarReviews
⌘K
Newest first
Newest firstOldest first
Share channel “devDotPy”

The short link opens the channel straight in the Telegram app — not in a browser tab.

tg.me/go/devDotPy

Is this your channel? Add @tgme as admin — and see how many people click your links. Get the stats →

Channel history

Channel created January 16, 2024per Telegram

We have been tracking it since August 9, 2026

In all that time the channel has changed neither its name, nor its @username, nor its avatar.

We show only what we have seen ourselves.

PostsMediaStatsSimilarReviews

Similar channels

All similar →
DE(Deleted) Sɪʟɪᴄᴏɴ ʙᴏᴛᴢ769 subscribers
Open
𝖢𝖢𝗋𝗒𝗉𝗍𝗈 𝖭𝖾𝗐𝗌4.1K subscribers
Open
MLMLTB Official Channel4.4K subscribers
Open
TGTG Opensource2.9K subscribers
Open
MOMoksh Bhardwaj6.6K subscribers
Open
𝐈𝐈ɴꜰɪɴɪᴛy 𝐁ᴏᴛz™6.4K subscribers
Open
WZWZML-X Updates!9.9K subscribers
Open
TETechZ Bots1.2K subscribers
Open
Discussion2237284375
https://youtube.com/live/TJfDb8Jof0Q?feature=share

Live on youtube making an ai agent from scratch.. ajao
38Aug 18
https://codeltix.com/blog/what-is-null
161May 29
Created a blog on linux sudo command

https://biisal.codeltix.com/blog/sudo-simplified-understanding-root-setuid-secure-command-execution

Check it if you are interested in 🐥
223May 3
I’ve created a new Python package with FastAPI in mind, called FastRDB (R stands for Redis).
While working with FastAPI (or any other framework), we usually write
separate CRUD operations for SQLAlchemy (database) and Redis (cache). So I thought—why not merge them?
So I made FastRDB 🙃 , which provides various methods to perform CRUD, and it will automatically work with Redis as well.

Features:
Type-Safe CRUD Operations: Built with Python type hints and generics for robust type checking
SQLAlchemy Integration: Seamless integration with SQLAlchemy for database operations
Redis Caching: Integrated Redis caching with automatic cache invalidation
Async Support: Fully asynchronous operations using SQLAlchemy async ORM and Redis
Pagination: Built-in pagination support with customizable limits and page numbers
Pydantic Integration: Seamless integration with Pydantic for schema validation
Automatic Cache Management: Smart cache invalidation on data modifications

please check it on pypi : https://pypi.org/project/fastrdb
Github : https://github.com/biisal/fastrdb

You can contribute or raise issues in the GitHub repo.

Thank you

ek star Mardo.... 🙇
865 5May 1
New update in our chatgpt bot and Bard ai bot with deepseek ai 🙂💪🏻

It's fun to see how ai thinks before responding to you
It's very useful when solving any problem with ai

Now I have added Deepseek-r1 model that is the best ai model ever in the world (currently better than gpt-4o)

If you are using our ChatGPTbot repo ,you don't need to upgrade your repo you can check it out. 😄

So check it : @bard_ai_v2_bot 🙂

Ek star mar dena 👍🏻
1K 6Jan 31
The Hour C Language Stopped Working
https://codeltix.com/blog/the-hour-c-language-stopped-working/
920Jan 23
https://chat.whatsapp.com/FI5KE8kQg1JGWwuE71fmwZ

Join only if you are interested in programming .. otherwise you will not get any interest 👍
799 1Jan 22
Create telegram bot in one click with this boilerplate

Link : Telegram Boilerplate
914 16Jan 8
966 6Dec 10
Using print function to fnd bugs in your codes?

Don't do that again.❌
Wrap your full codebase with logging ✅😎

Learn logging (Pareto Principle tutorial) :
https://github.com/biisal/logging-tutorial
834 5Dec 9

[media, no text]

835Dec 6
According to GitHub's 2024 survey, Python is the top programming language.
Django, Python's web framework, has surpassed 80K stars, making it the world's most starred web framework.

The slowest language is now growing at the fastest speed. 📈
850 11Dec 6

[media, no text]

909 8Nov 19
You don’t need a .py extension to run Python code!
Python can execute code from any file extension—whether it’s .js, .txt, .go, or even something like .cow , .sahrukkhan , .devdotpy😂

This works because Python interprets the code itself, not the file extension.

Try at your home 😎✅
915 5Nov 14
VS Code extensions I use as a Python programmer:

1. Python: For code suggestions, IntelliSense, debugging, and more.


2. Pylance: For type suggestions and checking syntax errors or warnings.


3. autopep8: For formatting code with proper tabs and spaces (code ko sundar dikhane ke liye sahi tabs aur spaces use karke).


4. Code Runner: To quickly run Python code (fatak se code ko run karta hai).


5. Error Lens: Shows inline syntax errors (inline syntax error fekta hai).


6. Isort: Sorts imports in Python code.


7. MagicPython: For syntax highlighting.


Try all and aur pata h to batao 👇😌
962 8Oct 31
Want to learn Python from core to advanced? This book can teach you more than a YouTube tutorial playlist.

I've learned Python from this book, and I suggest getting a hard copy. However, you can also learn from this PDF
926 16Oct 28
Add Watermark-Text to your image using Python (5 line)
1.2K 7Sep 26
Printing "Hello World"
In Malbolge The hardest language Ever

Devlopers took approximately 2 years to make this code 💀
1.1K 14Sep 26
Detect Offensive word (English) using Python
1.8K 7Aug 21
Sort a dict by Value
1.8K 3Aug 20

Who advertises in @devDotPy

No ad posts detected
The channel has not run third-party ads in the last 90 days.
Ad analytics →

Reviews

0
Log in to leave a reviewLog in

No reviews yet

Be the first to share your experience with this account.

Write a review