python

Back Open Paginator
28.01.2026 18:15
perdidonavida (@perdidonavida@mstdn.party)

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.




Show Original Post


28.01.2026 17:41
hugovk (@hugovk@mastodon.social)

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!

hugovk.dev/blog/2026/faster-pi




Show Original Post


28.01.2026 17:30
Reuven (@Reuven@fosstodon.org)

#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





Show Original Post


28.01.2026 17:19
davep (@davep@fosstodon.org)

TIL about uvx.sh: blog.davep.org/2026/01/27/til-

#python #programming




Show Original Post


28.01.2026 17:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Reddit is hiring Senior Machine Learning Engineer, Core Experience and Growth

🔧 #golang #python #sql #machinelearning #seniorengineer
🌎 Remote; United States
⏰ Full-time
🏢 Reddit

Job details jobsfordevelopers.com/jobs/sen
#jobalert #jobsearch #hiring




Show Original Post


28.01.2026 17:01
PythonPeak (@PythonPeak@mastodon.social)

Boolean Conversion Of Empty List

Empty list equals False! Watch bool([]) and understand Python's truthiness rules!

youtube.com/watch?v=eao5eSVQYPk




Show Original Post


28.01.2026 16:44
Posit (@Posit@fosstodon.org)

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: shiny.posit.co/blog/posts/quer
🔗 #RStats video: youtube.com/watch?v=EQjr0p25KS8
🔗 #Python video: youtube.com/watch?v=AntqhLhw4BM

#LLM #SQL





Show Original Post


28.01.2026 16:30
techygeekshome (@techygeekshome@techhub.social)

How to Automatically Upload Videos to YouTube Using Python | techygeekshome.info/upload-vid #Python #refresh #YouTube 
techygeekshome.info/upload-vid





Show Original Post


28.01.2026 16:30
ajguides (@ajguides@mastodon.social)

How to Automatically Upload Videos to YouTube Using Python | techygeekshome.info/upload-vid  
techygeekshome.info/upload-vid





Show Original Post


28.01.2026 16:23
jenskutilek (@jenskutilek@typo.social)

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




Show Original Post


28.01.2026 15:27
mahryekuh (@mahryekuh@hachyderm.io)

RE: hachyderm.io/@mahryekuh/115973

This is why, despite pep8, I even sneaked tab indentation into my personal Python projects!

#programming #Python




Show Original Post


28.01.2026 14:58
pypi (@pypi@fosstodon.org)

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 👇
blog.pypi.org/posts/2026-01-26




Show Original Post


1 ...573 574 575 576 577 578 579 580 581 582 583 ...1586
UP