Unlock data mastery with this Odoo api.ondelete tutorial! Learn to protect your Odoo 18 data from accidental deletion. #Odoo #Odoo18 #DataIntegrity #Python
"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 # فعالیت"
https://www.reddit.com/r/SideProject/comments/1oaft0y/built_a_serverless_plugin_to_speed_up_python/
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 https://jobsfordevelopers.com/jobs/staff-software-engineer-core-product-at-discord-com-aug-6-2025-7708dc?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
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.
#shapely #viridis Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_10_18
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding
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.
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.
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?
https://theservitor.com/close-to-the-bone-why-the-servitor-runs-on-server-side-includes/
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

im happy to push out https://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
Как я в одиночку спроектировал API-шлюз на FastAPI, который держит 200к+ запросов в сутки
Привет, Хабр! я Python-инженер. Последние несколько лет я в одиночку строил довольно сложную бэкенд-систему, и за это время набил немало шишек и нашел, как мне кажется, несколько интересных решений. В этой статье я хочу поделиться не "историей успеха", а конкретными архитектурными проблемами и их решениями при построении высокопроизводительного сервиса на асинхронном Python. Статья будет полезна тем, кто работает с FastAPI, микросервисами и думает о надежности и масштабируемости своих систем.
https://habr.com/ru/articles/957898/
#fastapi #asyncio #python #rabbitmq #highload #devops #system_design #микросервисы
Gracias a todos los que habéis asistido a la charla que hemos hecho sobre #streamlit 🚀
#python #pycones25 @python_vlc
