ChatCrawlersearch across public Telegram Open the app
P

Python

snapshot for July 2025
July 2025 ×
28 July 2025
Tito CODMThank you very muchh
the motherboard must support a large maximum memory capacity! pay attention to this characteristic, and there should be several slots for the gpu so that you can install several gpus and they do not interfere with each other (there are very close useless arrangements of slots), also pay attention to the support of high frequencies on the motherboard ddr5>6000mhz
V
Reflex or streamlit or pywebio or flask Which is greater for a editing website which use moviepy and opencv
29 July 2025
E
Hi! I want to share my new library: transfunctions. It solves the problem of code duplication that arose as a result of the split between the sync and async halves of the Python ecosystem. The most interesting part of the library is the superfunctions. They allow you to create functions that are both regular and asynchronous: from asyncio import run from transfunctions import (     superfunction,     sync_context,     async_context,     generator_context,     await_it, ) @superfunction def my_superfunction():     print('so, ', end='')     with sync_context:         print("it's just usual function!")     with async_context:         print("it's an async function!") ~my_superfunction() #> so, it's just usual function! run(my_superfunction()) #> so, it's an async function! So, we get functions where the client can decide for himself whether to use them as synchronous or asynchronous. Under the hood, AST-level code generation is used here, which compiles synchronous and asynchronous versions of the original function on the fly.
Open in Telegram Каталог площадок Искать в ChatCrawler

A snapshot of an open public feed from the search index ChatCrawler — “Google for public Telegram”; refreshed as the venue is crawled. Times are UTC.

Public content only, official Telegram API. About · FAQ · What we do not do · Remove a page · Catalog