#Anthropic investit 1,5 million de dollars sur deux ans dans la #Python Software Foundation pour sécuriser l'écosystème Python. Ce partenariat cible le renforcement de PyPI et CPython face aux attaques de la chaîne d'approvisionnement. Les fonds financeront la création d'outils d'analyse automatisée pour détecter proactivement les malwares dans les paquets. Ce soutien assurera également les opérations courantes de la fondation, garantissant la pérennité du langage et l'essor de sa communauté. https://pyfound.blogspot.com/2025/12/anthropic-invests-in-python.html
Anthropic invests $1.5 million in the Python Software Foundation and open source security via @paulox https://lobste.rs/s/mb07nn #python
https://pyfound.blogspot.com/2025/12/anthropic-invests-in-python.html
S1 EP17 Lab 1 - Machine Learning in Python - del keyword - in Python #softwaredeveloper #dataengineering #pythoncoding #machinelearningtutorial #jupyterlabs #datascience #jupyternotebook #mlforbeginners #learnpython #algorithims #learntocode #machinelearningmodels #statistics #machinelearning #datascienceforbeginners #PythonForDataScience #python #machinelearningbasics #vscode #codingforbeginners
Retrieve rows of a #Python #Pandas data frame with the 6 largest values of column x:
df.sort_values('x').tail(6)
Even better:
df.nlargest(n=6, columns='x')
Why is it better? On a 3m row, 680 MB data frame, sort/tail took 622 ms. nlargest? Only 84 ms — 7x faster!
Anthropic invests $1.5 million in the Python Software Foundation and open source security
https://fed.brid.gy/r/https://pyfound.blogspot.com/2025/12/anthropic-invests-in-python.html

🌕 Anthropic 巨額捐助 Python 軟體基金會,聯手強化開源安全
➤ AI 巨頭回饋開源社羣:Anthropic 以千萬資助築起 Python 安全防線
✤ https://discuss.python.org/t/anthropic-has-made-a-large-contribution-to-the-python-software-foundation-and-open-source-security/105694
人工智慧巨頭 Anthropic 宣佈向 Python 軟體基金會(PSF)提供 150 萬美元的兩年期資助,這筆指標性的資金將直接挹注於 Python 生態系的資安建設。這項合作重點在於強化 Python 套件索引(PyPI)防禦供應鏈攻擊的能力,並確保 CPython 的核心開發工作與基礎設施維運能穩定運作。隨著 AI 產業對 Python 依賴程度加深,Anthropic 的回饋展現了企業對關鍵開源底層技術的長期承諾。
+ 「看到 AI 公司開始回饋他們賴以生存的基礎建設,這是一個
#開源資安 #Python 生態 #企業捐助 #AI 產業動態
I'm looking for a new cool #Python / #Django project to join, 4 days a week.
I have 25 years of experience building websites, 17 years with Django specifically, check out https://www.loopwerk.io for my articles and open source work.
Fully remote only, sorry.
Analyzing a Multi-Stage AsyncRAT Campaign via Managed Detection and Response
Threat actors exploited Cloudflare's free-tier infrastructure and Python environments to deploy AsyncRAT, demonstrating advanced evasion techniques. The attack begins with phishing emails containing Dropbox links to malicious files. It uses legitimate Python downloads and sophisticated code injection targeting explorer.exe. The campaign ensures persistence through multiple vectors, including startup folder scripts and WebDAV mounting. It abuses trusted infrastructure like Cloudflare to mask activities and evade detection. The attackers employ social engineering tactics, such as displaying legitimate PDF documents, to reduce suspicion. This campaign highlights the trend of abusing cloud services for malware delivery and execution, emphasizing the need for multi-layered security approaches.
Pulse ID: 696559e4cecb38ddf228e296
Pulse Link: https://otx.alienvault.com/pulse/696559e4cecb38ddf228e296
Pulse Author: AlienVault
Created: 2026-01-12 20:30:28
Be advised, this data is unverified and should be considered preliminary. Always do further verification.
#AsyncRAT #Cloud #CodeInjection #CyberSecurity #Dropbox #Email #ICS #InfoSec #Malware #OTX #OpenThreatExchange #PDF #Phishing #Python #RAT #Rust #SocialEngineering #bot #AlienVault
Python Hack Makes Stop Missing Trick Emoji Effortless
Python Hack Makes Stop Missing Trick Emoji Effortless This content explores interesting aspects of this topic. The information provided offers valuable insights and perspectives. Understanding this reveals how everyday things are more thoughtful than they appear. Next time you'll notice this detail. This fascinating detail shows how much thought goes into things we take for granted.
https://www.youtube.com/watch?v=NCwKMkP-gBk
Who doesn't love finite-state machines?
NEW: fsm-toolkit
Easy to use tools to handle, convert, visualise, validate, and test finite state machines, storing them in a well-defined .fsm file format.
The 'fsm run' command allows you to test an fsm interactively.
Tools and scripts for file handling available in Go and Python.
https://github.com/ha1tch/fsm-toolkit

Anthropic has made a large contribution to the Python Software Foundation
Link: https://discuss.python.org/t/anthropic-has-made-a-large-contribution-to-the-python-software-foundation-and-open-source-security/105694
Discussion: https://news.ycombinator.com/item?id=46601902