Season 1 Lesson 4 Part 9 - Your First Steps - Multi-line Strings - Explained in Python - Season 1 Lesson 4 #dataengineer #pythonprogramming #dataanalysis #vibecoding #pythoncode #learncoding #softwaredeveloper #codingtutorial #python #jupyternotebook
hello friends i spent the last two months building this! it’s a complete rewrite of my old python foxglove app into an nvim plugin in like an eighth of the lines of code.
https://codeberg.org/em_cinnamon/foxglove.nvim
#neovim #python #asetniop #playwright
If a comment adds useful context that cannot be easily discovered from version control, documentation, etc., do not remove it.
Read more 👉 https://trey.io/nb3z3t
🛡️ CVE-2026-26198: CRITICAL SQLi in Ormar Python ORM (0.9.9 – 0.22.0). min() & max() allow injection — no auth needed! Patch with v0.23.0+. Audit & monitor now. Details: https://radar.offseq.com/threat/cve-2026-26198-cwe-89-improper-neutralization-of-s-7460e41f #OffSeq #SQLInjection #Python

GoDaddy is hiring Senior Machine Learning Engineer
🔧 #golang #java #python #scala #aws #cicd #machinelearning #seniorengineer
🌎 Colombia
⏰ Full-time
🏢 GoDaddy
Job details https://jobsfordevelopers.com/jobs/senior-machine-learning-engineer-at-godaddy-com-jul-15-2025-34b18e?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
RE: https://mathstodon.xyz/@xameer/116122700725938441
itertools: generates all combinations eagerly, O(n) memory
nCr formula: O(1) to count, O(k) to decode index k into a specific combo
If you only need to check if a specific combo is free: just combo not in used — neither approach needed, O(1) with a set.
#python
an opportunity to practice math gone and knowledge of algorithmic complexity required , so much for having to programs this
El mismo síntoma, pero meses después. Ahora es una actualización de setuptools la que genera el error del módulo pkg_resource no encontrado. Si presentas este problema, debes fijar la versión de setuptools en 81 o anterior.
https://www.cosmoscalibur.com/es/blog/2025/modulo-pkg-resources-no-encontrado-en-ambientes-uv/
#python #setuptools #pkg_resource
Have exact ideas and can do the #software (in #python obviously) is here someone with the #electronics #pcb skills to help me develop a #bms that avoids or exactly this problem with #batteries (for some reason there are always bad cells in 1 mio produced cells) https://insideevs.com/news/788072/volvo-recall-ex30-fire-risk/ of course the #bms will have #wifi and a #web #interface with #api no app required #startup #solar #renewables #ev #storage #energy
Zur Beruhigung mal meine MTG-CardCollection App voran bringen. Klassisches POC-Setup:
Python+FastAPI und SQLite, mit Uvicorn serviert und gepaart mit der free API von scryfall importiere ich entweder das ganze Set „x“ in meine Cards_Table oder selectiere per name, language oder collector_number und set_code.
Aus den Cards schreibe ich mir nun Karten-Instanzen in meine Inventory-Table inkl. Language und meta infos. Klappt schon.
SQL-Querries schreiben entspannt mich.
#development #python #sql

I'm on this project where we want to do #realtime #radar but are sort of starting with nothing (apart from world-class radar transmitters, receivers and expertise...)
One very smart but non-#software person wrote a bunch of good #signalprocessing #code and some "gets the job done" #gui code
Or it did until we went higher bandwidth
Last week I rewrote all the non-sigproc parts into #pyqt and #pyqtgraph. Today I benchmarked both.
Exactly the same speed....except pyqtgraph is
THREE ORDERS OF MAGNITUDE
faster than #matplotlib
#python peeps, please hear me. mpl has its place and uses. High data rate animated displays is not that place.
PEP 826: Python 3.16 Release Schedule
I've recently migrated a few (small) sites from #MkDocs (no longer maintained) to #Zensical, which went very smoothly.
It also motivated me to write a small Markdown extension for including source code for #Python functions, classes, methods, etc, similar to the `:pyobject:` option in reStructuredText's `literalinclude` directive:
https://includepy.readthedocs.io/en/latest/
(I'm aware of the snippets extension, which has many more features, but requires adding markers to the source files)