Does anyone know if there's a #python library that allows to create a #xmpp bot using #omemo encryption?
All the libraries that I tested only seemed to support unencrypted messaging.
Using the new Tachyon profiler coming to Python 3.15 I profiled a one-liner to find a bottleneck, then sped up some 26-year-old code in @pillow!
https://hugovk.dev/blog/2026/faster-pillow/
#Python #python315 #Tachyon #Pillow #PythonPillow #performance
#Python #Pandas 3.0 introduces pd.col, which shortens queries:
df.loc[lambda df_: df_['age'] > 10] # pre-3.0
df.loc[pd.col('age') > 10] # 3.0
Also:
df.assign(xy = lambda df_: df_['x'] * df_['y']) # pre-3.0
df.assign(xy = pd.col('x') * pd.col('y')) # 3.0

TIL about uvx.sh: https://blog.davep.org/2026/01/27/til-uvx-sh.html
Reddit is hiring Senior Machine Learning Engineer, Core Experience and Growth
🔧 #golang #python #sql #machinelearning #seniorengineer
🌎 Remote; United States
⏰ Full-time
🏢 Reddit
Job details https://jobsfordevelopers.com/jobs/senior-machine-learning-engineer-core-experience-and-growth-at-redditinc-com-dec-18-2025-7927a2?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Boolean Conversion Of Empty List
Empty list equals False! Watch bool([]) and understand Python's truthiness rules!
#python #pythontricks #booleanconversion #pythontruthiness #codingchallenge #pythonshorts
https://www.youtube.com/watch?v=eao5eSVQYPk
Meet querychat: A multilingual LLM drop-in for your Shiny apps!
Bridge the gap between data and natural language. Users can query datasets in plain English, with queries translated directly into SQL.
Check out the walkthrough by Veerle Eeftink - van Leemput:
🔗 Blog post: https://shiny.posit.co/blog/posts/querychat-python-r/
🔗 #RStats video: https://www.youtube.com/watch?v=EQjr0p25KS8
🔗 #Python video: https://www.youtube.com/watch?v=AntqhLhw4BM

How to Automatically Upload Videos to YouTube Using Python | https://techygeekshome.info/upload-videos-to-youtube-using-python/?fsp_sid=18391 | #Guide #Python #refresh #YouTube
https://techygeekshome.info/upload-videos-to-youtube-using-python/?fsp_sid=18391

How to Automatically Upload Videos to YouTube Using Python | https://techygeekshome.info/upload-videos-to-youtube-using-python/?fsp_sid=18390 | #Guide #Python #refresh #YouTube
https://techygeekshome.info/upload-videos-to-youtube-using-python/?fsp_sid=18390

Is there a best practice around setting up a modern Python module repo with pyproject.toml, uv, linting, tox, pytest, coverage, GitHub actions ...? There are so many different approaches, I'm struggling to bring it all together. #Python #GitHub #astral_uv #tox
RE: https://hachyderm.io/@mahryekuh/115973184810548139
This is why, despite pep8, I even sneaked tab indentation into my personal Python projects!
Over the past year (and a half!), our inaugural PyPI Support Specialist, Maria Ashna, helped tackle backlogs, improve support processes, and keep #PyPI running smoothly for the #Python community.
Read the full reflection on what that work looked like 👇
https://blog.pypi.org/posts/2026-01-26-a-year-and-a-half-as-inaugural-pypi-support-specialist/?utm_source=chatgpt.com