We are live on YouTube in 2 minutes. Join us and be part of the show with @mkennedy and Sydney Runkle. #python #podcast
Topic: Deep Agents: LangChain's SDK for Agents That Plan and Delegate
https://www.youtube.com/watch?v=NRwA-fBNZZ4
Large Language Models for Mortals: A Practical Guide for Analysts with Python
https://crimede-coder.com/blogposts/2026/LLMsForMortals
Rust-based Jsonata implementation for #Python
https://pypi.org/project/zopyx.pyjsonata/
Se compara dos modelos de velocidades de caida libre:
- Modelo dinámico con fricción proporcional a velocidad cuadratica
- Modelo cinemático con fricción proporcional a velocidad lineal

Acabei de publicar um texto novo no Bolha sobre decorators em Python: em vez de tratar decorator como “mágica”, eu mostro passo a passo o que acontece quando você escreve @meu_decorator em cima de uma função, como o Python avalia isso internamente e como isso vira só uma atribuição de função em tempo de definição.
Além de destrinchar o funcionamento interno, o artigo mostra como criar seus próprios decorators do zero, primeiro na forma “manual” (sem sintaxe de @), depois evoluindo para exemplos práticos como log, medição de tempo de execução e validação de argumentos.
Se você quer entender de verdade o que está acontecendo por baixo do capô quando usa decorators — e parar de só copiar exemplo de Stack Overflow — vale dar uma lida:
https://bolha.blog/riverfount/decorators-internamente-como-funcionam-e-como-criar-os-seus
Arkanix Stealer targets a variety of data, offers a MaaS referral program
Arkanix Stealer, a newly discovered malware operating under a Malware-as-a-Service model, targets a wide range of user data including cryptocurrencies, gaming, and online banking information. The stealer, available in both Python and C++ versions, offers configurable features and employs various techniques to evade detection. It can extract data from multiple browsers, VPNs, and gaming platforms, as well as capture screenshots and RDP connection details. The malware authors promoted their product through a Discord server and implemented a referral program to attract customers. The campaign appears to have been short-lived, with infrastructure taken down around December 2025.
Pulse ID: 6996efa6979db417fed4193b
Pulse Link: https://otx.alienvault.com/pulse/6996efa6979db417fed4193b
Pulse Author: AlienVault
Created: 2026-02-19 11:10:30
Be advised, this data is unverified and should be considered preliminary. Always do further verification.
#Bank #Browser #CyberSecurity #Discord #InfoSec #MaaS #Malware #MalwareAsAService #OTX #OpenThreatExchange #Python #RAT #RDP #VPN #bot #AlienVault
LangChain Python Tutorial: 2026’s Complete Guide
#Python #Pycharm #Datascience #Tutorials #Ai #Aiagents #Chatbots #Langchain
https://blog.jetbrains.com/pycharm/2026/02/langchain-tutorial-2026/
Wenn ihr beruflich mit Code zutun habt und gelegentlich PR reviews durchführt. Wie pushy/hartnäckig seid ihr da, wenn der/die Entwickler*in zwar eine gute, saubere und funktionierende Lösung gebaut hat, für die perfekte Lösung aber vielleicht nochmal 1-2 Stunden 60 investiert werden müssten? In dem Szenario herrscht kein großer Zeitdruck etwas auszuliefern, die Zeit ist also durchaus da.
Ich ertappe mich, dann als Reviewer durchaus häufiger nachzugeben, weil es ja schon eine gute, saubere und funktionierende Lösung ist. Als seniorigerer Entwickler sehe ich aber trotzdem noch Potential was von der einreichenden Person nicht ganz zuende gedacht/umgesetzt wurde.
(Answers in english are also very welcome)
#IT #Coding #Java #Kotlin #Csharp #Python #Programming
Interested benchmark for #Python -based content extraction solutions. #Kreuzberg is clearly the king
https://www.reddit.com/r/Python/comments/1r5b9t5/benchmarks_kreuzberg_apache_tika_docling/
Bridging Elixir and Python with Oban
https://oban.pro/articles/bridging-with-oban
Arkanix Stealer: a C++ & Python infostealer
A C++ and Python infostealer, dubbed Arkanix, has been developed and used by Kaspersky, a leading security firm, to spread and steal data from organisations across the globe.
Pulse ID: 6996f650827c9b89d94e32af
Pulse Link: https://otx.alienvault.com/pulse/6996f650827c9b89d94e32af
Pulse Author: CyberHunter_NL
Created: 2026-02-19 11:38:56
Be advised, this data is unverified and should be considered preliminary. Always do further verification.
#CyberSecurity #InfoSec #InfoStealer #Kaspersky #OTX #OpenThreatExchange #Python #bot #CyberHunter_NL
#Python's `itertools.compress` explained in a simple diagram.
Useful when you need to filter an iterable of data based on a second iterable of flags or selectors.
