I also liked Rachel Kaufman talk "Let's Build A Cookbook In Python" a nice inspiration for a personnal project.
https://www.youtube.com/watch?v=_ySyuaSH5y0
https://github.com/rkaufman13/brookland-recipe-buddy-backend
I like when she talked about the smallweb : https://smallweb.cc
I could not imagine there was a Recipe Scrapers : https://docs.recipe-scrapers.com/ => looks like an MkDocs + Material site ;)
#pyladiescon #python #smallweb
Introduction to Python Programming Language - S1 EP01 P1 #Python #PythonProgramming #LearnPython #CodingForBeginners #PythonBasics #ProgrammingSeries #TechEducation #CodeTutorial #Developers #CodingJourney #ProgrammerLife #PythonTips #SoftwareDevelopment #CodingCommunity #EducationalContent
Mobileye is hiring Experienced Software & MLOps Developer for Modeling Group
đź”§ #python #aws
🌎 Jerusalem, Israel
⏰ Full-time
🏢 Mobileye
Job details https://jobsfordevelopers.com/jobs/experienced-software-mlops-developer-for-modeling-group-at-mobileye-com-jul-30-2025-d17859?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
I had a lot of fun looking at Pamela Fox talk : "BEWARE THE TROLLS: Red-teaming for LLM-powered apps".
https://www.youtube.com/watch?v=_ySyuaSH5y0
I discovered the PyRIT library : https://github.com/Azure/PyRIT
Fua, pensaba que hoy el problema de advent of code iba a ser supercomplicado y al final lo he resuelto en 17 lĂneas. Yay = D
Y ahora sé que no puedes iterar a través de un set Y cambiar el set al mismo tiempo. #python #adventOfCode
La conférence en ligne #PyLadiesCon 2025 était vraiment une belle édition et j'ai de nombreuses présentations passionnantes à regarder.
https://www.youtube.com/playlist?list=PLOItnwPQ-eHxvEOnu1MsRX_qkX7dyXAZS
Un grand merci aux organisatrices et organisateurs ainsi qu'aux volontaires qui ont fait un travail exceptionnel pour cet événement exceptionnel de la communauté #python.
A huge thank you to the organizers and volunteers who did an exceptional job for this exceptional # python community event.
Also thank you to all sponsors.
Content warning:AdventOfCode musings/spoilers
My #Python code for Day 7, after a _tiny_ bit of cleanup since last night:
Part 1:
https://codeberg.org/jochie/adventofcode/src/branch/main/2025/07/program.py#L55
https://codeberg.org/jochie/adventofcode/src/branch/main/2025/07/program.py#L78
Finally another episode of core.py – and it’s over 2 hours 🔥
KOllector - Publishing KOReader Highlights
https://fed.brid.gy/r/https://tech.stonecharioteer.com/posts/2025/kollector/

Python Snapshot: ZipLongest Time Padding Fixes
Padding fixes past forever
zip_longest materializes tuples immediately, so later list edits cannot retroactively add new partners.
#python #pythontricks #codingtips #programmingtutorial #itertoolszip_longesttutorial #pythonziplongestcapsuletutorial #pythonpaddingfixestopic #pythonfixespasttopic #pythonpastforevertopic #pythonpaddingfixespasttopic #pythonfixespastforevertopic #pythonmaterializestuple...
https://www.youtube.com/watch?v=_ViWspATbAE
Today was a fun #AdventOfCode problem!
Join me at 5pm UTC (in ~2h40min) as I livestream my solution and a visualisation for today's part 2.
We'll be implementing a very efficient #Python solution with sets and counters!
Here's the link for later:
https://youtube.com/@mathsppblog/live
MUN-AI — exploring offline modular AI orchestration.
The model (Ollama Mistral 7B) runs in a Podman container, while the UI (Python GTK4) and analysis layer run separately. The model doesn’t generate or execute code — it only interprets intent. Processing stays local using pandas, matplotlib, and seaborn.
Latest test uses the NYC Yellow Taxi dataset (Jan 2023, 3M+ rows). UI remains responsive thanks to multiprocessing and tabs design.
#AI #LLM #Ollama #Python #GTK4 #PoC #LocalAI #DataScience