CPython: 36 Years of Source Code
https://sh.itjust.works/post/56599023
Python 3.15.0 alpha 7
https://sh.itjust.works/post/56598997
Bitpanda is hiring Senior Engineer, Developer Experience
đź”§ #golang #python #cicd #kubernetes #seniorengineer
🌎 Vienna, Austria
⏰ Full-time
🏢 Bitpanda
Job details https://jobsfordevelopers.com/jobs/senior-engineer-developer-experience-at-bitpanda-com-feb-4-2026-690723?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
In Python, you can define a function within a function.
Read more 👉 https://trey.io/4u4pj0
Deep research guide to Airtable - what it is, core features, Free plan limits and implications, key competitors, and production-ready DevOps integration patterns with runnable Go and Python examples (CRUD, pagination, rate limits, batching, webhooks).
#Cloud #Hosting #Dev #DevOps #Go #Golang #Python #Integration #AI #API
https://www.glukhov.org/data-infrastructure/integrations/airtable-for-developers-and-devops/
github-monitor is now forgewatch!
I renamed my PR monitoring daemon. The old name tied it to GitHub, but the vision is bigger. "forgewatch" better describes what it actually does: watching over your code forge, wherever it lives.
The plan is to grow beyond GitHub and support other platforms down the road.
https://github.com/dvoraj75/forgewatch
https://pypi.org/project/forgewatch/
#forgewatch #opensource #python #linux #devtools #foss #github #dbus
Hey @farhanaliraza great job on this new release of Django Bolt.👏
I suggest everyone to try it. 👍
#Django #DjangoBolt #Rust #Python
hm, I wonder how easy it would be to extend one of the parser-generator libraries to accept t-strings and provide an INTERPOLATION built-in token.
“Two esoteric programming events bubbled up this past week. If you’re not into #computerScience, they may appear irrelevant to you. They’re not. The arcane managed to bring to life our pressing questions about whether #AI can create or is a regurgitation machine.” https://reviews.ofb.biz/sa1401
#DonaldKnuth #Claude #Chardet #Python #Creativity #PromptEngineering #Philosophy
[$] Disabling Python's lazy imports from the command line
The advent of lazy imports in the Python language is upon us, now that PEP 810 ("Explicit lazy imports") was accepted by the steering council and the feature will appear in the upc [...]
https://lwn.net/Articles/1061112/ #LWN #Linux #Python
scrapy-contrib-bigexporter 1.1.0 released. Scrape data using Scrapy in parquet,avro,orc or iceberg format. Changes: CI/CD pipeline on Codeberg Actions, Update Actions, Apply strict schema to Arrow table if schema is provided.
https://codeberg.org/ZuInnoTe/scrapy-contrib-bigexporters
#scrapy #python #parquet #iceberg #avro #orc #webscraping
So for all Django-developers: it took a while but I now finally released my package "django-allresponses":
https://django-allresponses.x14.nl/
It contains HTTPResponse subclasses for ALL http status codes, which grew out of my frustration that there WAS a subclass for "410 Gone" which is hardly ever used but none for "204 No Content" or "201 Created" which I use all the time!