Warning: preg_grep(): Compilation failed: quantifier does not follow a repeatable item at offset 134 in /var/www/tg-me/post.php on line 75 Библиотека питониста | Python, Django, Flask | Telegram Webview: pyproglib/6831 -
👉Промт дня: профилируем Python-код и ускоряем вычисления
Работает, но медленно? У вас есть скрипт или функция, и вы хотите понять, где узкие места.
Попросите ChatGPT:
Вот мой Python-код.
Проанализируй и предложи:
– Где происходят самые затратные вычисления (CPU / память) – Как переписать медленные части: циклы → векторизацию (NumPy / pandas), генераторы и lazy loading – Как использовать multiprocessing или asyncio, если подходит – Какие библиотеки (например, numba, joblib, polars, dask) можно подключить – Как минимизировать работу с диском / сетью – Как встроить cProfile, line_profiler, memory_profiler и интерпретировать отчёты
✅ Хорошо работает на дата-скриптах, ETL, API, парсерах, ML-пайплайнах.
👉Промт дня: профилируем Python-код и ускоряем вычисления
Работает, но медленно? У вас есть скрипт или функция, и вы хотите понять, где узкие места.
Попросите ChatGPT:
Вот мой Python-код.
Проанализируй и предложи:
– Где происходят самые затратные вычисления (CPU / память) – Как переписать медленные части: циклы → векторизацию (NumPy / pandas), генераторы и lazy loading – Как использовать multiprocessing или asyncio, если подходит – Какие библиотеки (например, numba, joblib, polars, dask) можно подключить – Как минимизировать работу с диском / сетью – Как встроить cProfile, line_profiler, memory_profiler и интерпретировать отчёты
✅ Хорошо работает на дата-скриптах, ETL, API, парсерах, ML-пайплайнах.
Telegram auto-delete message, expiring invites, and more
elegram is updating its messaging app with options for auto-deleting messages, expiring invite links, and new unlimited groups, the company shared in a blog post. Much like Signal, Telegram received a burst of new users in the confusion over WhatsApp’s privacy policy and now the company is adopting features that were already part of its competitors’ apps, features which offer more security and privacy. Auto-deleting messages were already possible in Telegram’s encrypted Secret Chats, but this new update for iOS and Android adds the option to make messages disappear in any kind of chat. Auto-delete can be enabled inside of chats, and set to delete either 24 hours or seven days after messages are sent. Auto-delete won’t remove every message though; if a message was sent before the feature was turned on, it’ll stick around. Telegram’s competitors have had similar features: WhatsApp introduced a feature in 2020 and Signal has had disappearing messages since at least 2016.
Telegram announces Anonymous Admins
The cloud-based messaging platform is also adding Anonymous Group Admins feature. As per Telegram, this feature is being introduced for safer protests. As per the Telegram blog post, users can “Toggle Remain Anonymous in Admin rights to enable Batman mode. The anonymized admin will be hidden in the list of group members, and their messages in the chat will be signed with the group name, similar to channel posts.”
Библиотека питониста | Python Django Flask from us