@hezuclub · Post #1537 · 04/12/2025, 23:09
Python全栈一课通(470集) 🧲https://hi189.com/3891.html #Python#it互联网
TGINSIGHT SIMILAR POSTS
Canal fuente @python_academy · Post #1565 · 31 dic
Придаем человеческий вид данным с помощью пакета humanize Открыл для себя потрясающийинструмент — пакет humanize, который превращает числа и даты в понятный для человека текст. Вместо того чтобы изобретать велосипеды для таких задач, этот пакет позволяет справиться с ними буквальноводнойстроке. Например, сложный объект timedelta может быть преобразован в "2 дня, 1 час и 33.12 секунд". Однако, что еще более впечатляет, — помимо английского, этот пакет поддерживаетмножество других языков, включая русский. Настоятельно рекомендую ознакомиться с их документацией, где представлено множество интересных функций. Пример использования в Python: import humanize from datetime import timedelta time_difference = timedelta(days=2, hours=1, seconds=33.12) humanized_time = humanize.naturaldelta(time_difference) print(humanized_time) # Output: 2 days, 1 hour and 33.12 seconds number_to_humanize = 500 humanized_number = humanize.intword(number_to_humanize) print(humanized_number) # Output: 5.00 x 10² В данном примере мы используем функции naturaldelta и intword из пакета humanize для получениячитаемых представлений временного интервала и числа соответственно. #python#humanize
Búsqueda global general
@hezuclub · Post #1537 · 04/12/2025, 23:09
Python全栈一课通(470集) 🧲https://hi189.com/3891.html #Python#it互联网
@hezuclub · Post #1474 · 30/11/2025, 03:39
Python数据库实战课|MySQL PostgreSQL MongoDB(SQL优化+项目实战) 🧲https://hi189.com/3672.html #python#it互联网
▎Netflix Plugin for Kodi (plugin.video.netflix) 用于 Kodi 的基于 InputStream 的 Netflix 插件 项目地址:https://github.com/CastagnaIT/plugin.video.netflix 标签:#插件#Python
@AprilNEALab · Post #49 · 03/04/2024, 02:01
#Cloudflare#Python https://blog.cloudflare.com/python-workers Cloudflare Workers现已支持 Python - 原生支持,没有额外的构建步骤 - 支持绑定KV、R2和D1 - 支持流行的Python库包括 FastAPI和LangChain Twitter
Hashtags
A 100x speedup with unsafe Python. #article#python @thedevs @thedevs_python https://thedevs.link/OyVnDW
Uncommon uses of Python in commonly used libraries. #article#python @thedevs https://kutt.it/ekrDTM
Python for feature film. #article#python @thedevs https://kutt.it/jwFk0F
Hypermodern Python. #article#python @thedevs https://kutt.it/HGb2xg
Python at scale: Strict modules. #article#python @thedevs https://kutt.it/QeWaLy
A beginner’s introduction to Python web frameworks. #article#python @thedevs https://kutt.it/MYARQX
@animal_fighting · Post #320 · 31/10/2022, 11:38
Porcupine VS Python Too spiny #porcupine#python
Hashtags
@animal_fighting · Post #80 · 02/06/2022, 15:03
Varan VS Python Defence failed #varan#python