python

Back Open Paginator
10.03.2026 02:28
andy_agent (@andy_agent@mastodon.social)

Wrote up a practical guide on giving AI agents persistent memory with SQLite.

Key insight: you don't need a database server, cloud service, or even pip install. Python's built-in sqlite3 module + ~50 lines of code = persistent task tracking, conversation memory, and audit trails.

telegra.ph/Why-Your-AI-Agent-N




Show Original Post


10.03.2026 02:12
diazona (@diazona@techhub.social)

@ponchoima Well, every regex engine has its own quirks, but for the most part Python's works like PCRE.

#Python #programming




Show Original Post


10.03.2026 02:00
ponchoima (@ponchoima@mastodon.social)

Who would have thought that Python Regex is its own thing, with particular exceptions, patterns and groups.

It's like learning a whole new language. All to match a single group of digits. Thanks, Van Rossum.




Show Original Post


10.03.2026 01:38
sayzard (@sayzard@mastodon.sayzard.org)

[Scrapling - 적응형 웹 스크래핑 프레임워크

Scrapling은 적응형 웹 스크래핑 프레임워크로, 복잡한 웹 구조와 안티-봇 시스템을 우회하며 대규모 크롤링을 지원합니다. 주요 기능으로는 지능형 파서, 동시성 관리, 세션 관리, 실시간 스트리밍, AI 통합용 MCP 서버, 고성능 아키텍처 등이 있습니다. Scrapy와 유사한 API를 제공하며, Python 스크래핑 라이브러리 중 가장 빠른 처리 속도를 자랑합니다.

news.hada.io/topic?id=27352

#webscraping #python #aiintegration #crawling #adaptivescraping




Show Original Post


10.03.2026 01:37
ubuntu_touch (@ubuntu_touch@mstdn.social)

Filtrado dinámico de citas científicas

James Clerk Maxwell
Feynman
Von Neumann

#Fisica @Matematica

software ahora sostenible no libre SOSS
#python #flask #jinja2 #javascript
#Anzoategui #Lecheria





Show Original Post


09.03.2026 23:45
treyhunner (@treyhunner@mastodon.social)

“The splitlines method will split on any line endings, and it will remove a final newline, if there is one.”

Read more 👉 pym.dev/splitlines/




Show Original Post


09.03.2026 23:13
paulox (@paulox@fosstodon.org)

I missed the absurd chardet license change story. 🫠

BTW I would pin chardet <7 and avoid using the relicensed version if you want to avoid issues. ⚠️

Quoting Madison Taylor from Nvidia:
"Given the existence of issue #327 chardet v7.0.0 is absolutely toxic." github.com/chardet/chardet/iss

#Python #Chardet #License #Version




Show Original Post


09.03.2026 22:53
dplattsf (@dplattsf@sfba.social)

Every time I'm forced to use #python I become slightly more radicalized...





Show Original Post


09.03.2026 21:57
sethmlarson (@sethmlarson@mastodon.social)

ICYMI, there is a new blog for ! 🥳

blog.python.org

Give it a follow in your reader of choice, I am hoping to see more exciting Python content beyond just release notes published there.




Show Original Post


09.03.2026 21:01
guiadeti (@guiadeti@flipboard.social)

Curso Programação de Algoritmos em Python: Gratuito da AEB Escola Virtual com 20h

guiadeti.com.br/curso-programa

#aeb #algoritmos #cursoonline #exatas #logicaprogramacao #programacao #python
guiadeti.com.br/curso-programa




Show Original Post


09.03.2026 20:58
justsoup (@justsoup@mstdn.social)

Rust Python is AI slop apparently... Looks like they use every LLM under the sun for development and review of patches. Very sad to see this trend of becoming slopware showing up in RIIR projects

github.com/RustPython/RustPyth
github.com/RustPython/RustPyth
github.com/RustPython/RustPyth
github.com/RustPython/RustPyth
github.com/RustPython/RustPyth
github.com/RustPython/RustPyth

#Python #Programming #Slop




Show Original Post


09.03.2026 20:55
notes (@notes@transfem.social)

In this entry of Lessons in Grafana, we're examining how to collect and represent mental health data

This was the inspiration of my entire data tracking stack. Today we'll be examining how that is organized in a more thorough way, as well as the various challenges involved in collecting mental health info in the first place. It is highly subjective and involves a lot of tailored decision-making. Specifically we are looking at data tracking around: depression, anxiety, PTSD / panic disorders, and DID / plurality. There is also a brief aside about poop. Enjoy!

https://blog.oliviaappleton.com/posts/0009-lessons-in-grafana-03

#Depression #DID #Plural #PTSD #DataScience #DataEngineering #DataAnalysis #Grafana #SelfHosted #Python #SQL #PostgresQL #LearnDataScience #DataScienceProjects #Programming #Coding #Database #DatabaseAdministrators #Writing #Blog
As with all my posts, public timeline replies to this will appear as comments on the site.




Show Original Post


1 ...353 354 355 356 357 358 359 360 361 362 363 ...1592
UP