I am starting my Black Friday deals early this year. Starting today and running through the end of the month, you can get 50% off any of my #Python books or courses using this coupon: BLACKISBACK
💾 With a #Django web app, data is stored in a database, but we don't directly interact with the database. Instead, we write #Python classes called "models." Learn all about Django models in this article. https://www.mattlayman.com/understand-django/store-data-with-models/
✨🎉 Behold, the groundbreaking invention of the "Fastmcpp" – a #C++ port of a #Python library that nobody asked for! 🎩✨ Now you too can skip to the content and toggle your navigation until your eyes bleed, all while pretending to understand GitHub's endless list of #AI buzzwords. 🚀🤖
https://github.com/0xeb/fastmcpp #Fastmcpp #GitHub #Innovation #HackerNews #ngated
[Перевод] Ускорение Python в 150 раз с использованием C
В статье разбираются три практических способа интеграции C кода с Python для ускорения вычислений, а так же поясняется причина по которой не используется NumPy. Каждый метод рассматривается с примерами кода и бенчмарками. NumPy уже не в моде?
https://habr.com/ru/articles/966880/
#левенштейн #python #ускорение_кода #язык_программирования #производительность #бенчмарки
`itertools.pairwise()` 🐍 use case: detect (and forbid) consecutive characters that are the same👇
>>> list(it.pairwise("hello"))
[('h', 'e'), ('e', 'l'), ('l', 'l'), ('l', 'o')]

[Перевод] Python 3.14 без GIL: что это значит для веб-разработки
Команда Python for Devs подготовила перевод статьи о том, как "free-threaded" Python меняет правила игры для веб-сервисов. Автор сравнивает Python 3.14 с GIL и без него на реальных ASGI и WSGI приложениях — и приходит к неожиданному выводу: несмотря на локальные просадки в производительности, "free-threaded" Python уже сейчас может упростить масштабирование и снизить накладные расходы.
https://habr.com/ru/articles/967244/
#Python #GIL #freethreading #вебсервисы #ASGI #WSGI #производительность #конкурентность #Granian #FastAPI
💻 Most In-Demand IT Skills to Learn in 2025 🚀
1️⃣ Python Programming
2️⃣ Data Analytics & SQL
3️⃣ Web Development
4️⃣ AI & Machine Learning
5️⃣ Advanced Excel & Data Visualization
🎯 Learn the right skills to get hired faster and earn more!
📍 Join TCCI – Tririd Computer Coaching Institute, Ahmedabad
#ITSkills #TechSkills2025 #Python #AI #MachineLearning #DataAnalytics #WebDevelopment #SQL #Excel #LearnCoding #CareerGrowth #TCCI #Ahmedabad #ComputerClasses
Fortunately the #python #cryptography library has good code examples on how to actually get a #pki to work.
Roughly, #x509 provides one way trust and I need mutual trust in a distributed group.
So I find myself working on x509 certificates for #wireguard. Wireguard works with a key pair at each tunnel end. Adding certs to that sounds conceptually easy, but for me it's a struggle.
Công cụ `rag-chunk` mới được phát hành cho cộng đồng Python/RAG, giúp đo lường chiến lược chia nhỏ tài liệu tốt nhất. Công cụ này cung cấp tính năng parse, test, đánh giá và tính điểm Recall. #ragchunk #python #RAG #tool #côngcụ #pháttriển #pythonlibrary #thư viện python #công cụ phát triển #ragchunktool
https://github.com/messkan/rag-chunk
Datadog is hiring Manager I, Engineering - Analytics Data Platform, Governance
🔧 #golang #python #react #api #kafka #kubernetes #postgresql
🌎 Paris, France
⏰ Full-time
🏢 Datadog
Job details https://jobsfordevelopers.com/jobs/manager-i-engineering-analytics-data-platform-governance-at-datadoghq-com-jun-5-2025-3fe406?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Comparações com TRUE em Python, mais uma reflexão de boas práticas e código mais pythônico:
#Python #BoasPráticas #Pythonico