python

Back Open Paginator
24.02.2026 06:30
247CodeGirl (@247CodeGirl@mastodon.social)

Season 1 Lesson 4 Part 9 - Your First Steps - Multi-line Strings - Explained in Python - Season 1 Lesson 4





Show Original Post


24.02.2026 06:01
em_cinnamon (@em_cinnamon@mstdn.social)

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.

codeberg.org/em_cinnamon/foxgl




Show Original Post


24.02.2026 05:37
treyhunner (@treyhunner@mastodon.social)

If a comment adds useful context that cannot be easily discovered from version control, documentation, etc., do not remove it.

Read more 👉 trey.io/nb3z3t




Show Original Post


24.02.2026 05:30
offseq (@offseq@infosec.exchange)

🛡️ 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: radar.offseq.com/threat/cve-20 #OffSeq #SQLInjection #Python





Show Original Post


24.02.2026 05:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

GoDaddy is hiring Senior Machine Learning Engineer

🔧 #golang #java #python #scala #aws #cicd #machinelearning #seniorengineer
🌎 Colombia
⏰ Full-time
🏢 GoDaddy

Job details jobsfordevelopers.com/jobs/sen
#jobalert #jobsearch #hiring




Show Original Post


24.02.2026 04:44
xameer (@xameer@mathstodon.xyz)

RE: mathstodon.xyz/@xameer/1161227

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




Show Original Post


24.02.2026 03:51
cosmoscalibur (@cosmoscalibur@col.social)

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.

cosmoscalibur.com/es/blog/2025

#python #setuptools #pkg_resource




Show Original Post


24.02.2026 03:41
wordmark (@wordmark@mas.to)

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) insideevs.com/news/788072/volv of course the #bms will have #wifi and a #web #interface with #api no app required #startup #solar #renewables #ev #storage #energy




Show Original Post


24.02.2026 03:02
technokrat (@technokrat@rollenspiel.social)

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





Show Original Post


24.02.2026 02:59
davidr (@davidr@hachyderm.io)

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.




Show Original Post


24.02.2026 02:00
feed (@feed@feedsin.space)

PEP 826: Python 3.16 Release Schedule

This document describes the development and release schedule for Python 3.16.

python




Show Original Post


24.02.2026 01:53
rob_models (@rob_models@mas.to)

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:

includepy.readthedocs.io/en/la

(I'm aware of the snippets extension, which has many more features, but requires adding markers to the source files)




Show Original Post


1 ...432 433 434 435 436 437 438 439 440 441 442 ...1590
UP