python

Back Open Paginator
19.10.2025 07:21
teguhteja (@teguhteja@mastodon.social)

Unlock data mastery with this Odoo api.ondelete tutorial! Learn to protect your Odoo 18 data from accidental deletion.

teguhteja.id/odoo-api-ondelete




Show Original Post


19.10.2025 06:20
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

"Plugin tự động tạo requirements.txt giúpন đồng bộ Python Lambda nhờ UV! Tận dụng tần sốrésolver nhanh của UV để giảm thời gian build và tăng tínhopenhagen của pipeline CI/CD. Đề xuất Retour: Có dùng không? Gợi ý cải thiện gì? 🚀 #serverless #Python #AWSLambda #uv #requirements #CI/CD # فعالیت"

reddit.com/r/SideProject/comme




Show Original Post


19.10.2025 06:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Discord is hiring Staff Software Engineer, Core Product

🔧 #python #react #reactnative
🌎 Remote; Bay Area, California; San Francisco, California; United States
⏰ Full-time
🏢 Discord

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




Show Original Post


19.10.2025 02:33
evilchili (@evilchili@linernotes.club)

Content warning:stupid python tricks


For reasons not worth getting into, I'm writing a wiki engine, which is implemented atop my own database engine. Don't ask.

Anyway the database is backed by json (don't ask), but I have built a type system on top (don' task). The DB currently supports a bunch of obvious field types like strings, ints, datetimes, and so on. It also supports pointers to other records, and backreferences to pointers. Don't ask.

Today I added BinaryFilePointer and TextFilePointer fields, so that instead of storing giant blobs of data in the json database, I can store a pointer to a location on disk, which the db will automatically read and write whenever the field is (de)serialized. Here's the pointer for the markdown body of a wiki page:

"body": "/::Page/BXa29bpd/body.md",

"Page" is a record type, the BX... is a unique ID, and 'body.md' is the field. A single page record may have multiple pointers. Think attachements.

I tell you there's something wrong with me because it was *really fun* to implement blob storage in a json database.

#python




Show Original Post


19.10.2025 02:32
villares (@villares@pynews.com.br)

#shapely #viridis Code at: github.com/villares/sketch-a-d
More sketch-a-day: abav.lugaralgum.com/sketch-a-d
If you like this, support my work:
paypal.com/donate/?hosted_butt
liberapay.com/Villares
wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding





Show Original Post


19.10.2025 00:47
internetross (@internetross@social.coop)

This talk from Lisa Roach on threads, multiprocessing and free threading is the concurrency talk I've been waiting for on my (recent) #python journey.

#PyBay2025




Show Original Post


19.10.2025 00:21
pu (@pu@ieji.de)

I just wrote a self-hosted #dyndns server using #knotdns, #bottle for the update server (https PUT), and a #python client to detect IP changes. It's running on #AlpineLinux, the code is minimal and it only uses packages that are in the Alpine repos. Full #IPv4 and #IPv6 support, you can use either or both.

Why? It's a cool project, and IMHO every dyndns clients and services I tried were bad, insecure, or both.




Show Original Post


19.10.2025 00:06
TheServitor (@TheServitor@sigmoid.social)

This weekend on The Servitor: Mucking around with the site again. Honestly, what good is a website if you don't pointlessly break and remake it now and again?

theservitor.com/close-to-the-b

#webdev #AI #HTML #Python




Show Original Post


18.10.2025 23:59
pr_ret_lutz (@pr_ret_lutz@jasette.facil.services)

Success! 💪

It is possible to split (programmatically) an audio track spanning multiple clips into chunks (according to the saved timeline EDL) and the seams are sample perfect! No discontinuities, zilch, nada.

The "off by one" bug didn't show up! 🙂

#videoEditing #soundEditing #audio #moviemaking #Reaper #DavinciResolve #atomicsynchronator #opencineflow #python





Show Original Post


18.10.2025 23:57
ossronny (@ossronny@hachyderm.io)

im happy to push out github.com/pytest-dev/iniconfig version 2.3.0

issues down to zero - and full release version automation with setuptools-scm based test-pypi uploads

after setuptools-scm 10.0 i'll provide the same override mechanism to hatch-vcs

#python #packaging




Show Original Post


18.10.2025 22:22
habr (@habr@zhub.link)

Как я в одиночку спроектировал API-шлюз на FastAPI, который держит 200к+ запросов в сутки

Привет, Хабр! я Python-инженер. Последние несколько лет я в одиночку строил довольно сложную бэкенд-систему, и за это время набил немало шишек и нашел, как мне кажется, несколько интересных решений. В этой статье я хочу поделиться не "историей успеха", а конкретными архитектурными проблемами и их решениями при построении высокопроизводительного сервиса на асинхронном Python. Статья будет полезна тем, кто работает с FastAPI, микросервисами и думает о надежности и масштабируемости своих систем.

habr.com/ru/articles/957898/

#fastapi #asyncio #python #rabbitmq #highload #devops #system_design #микросервисы




Show Original Post


18.10.2025 21:41
andros (@andros@activity.andros.dev)

Gracias a todos los que habéis asistido a la charla que hemos hecho sobre #streamlit 🚀
#python #pycones25 @python_vlc





Show Original Post


1 ...1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 ...1562
UP