WeSearch
Hub / Tags / Python
TAG · #PYTHON

Python coverage.

Every story in the WeSearch catalog tagged with #python, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

60 stories tagged with #python, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Python"

RELATED TAGS
#programming78#ai75#tutorial25#technology25#opensource24#security20#software19#machinelearning16#webdev16#development16#automation16#devops12
GREGORYSZORC

Self-contained highly-portable Python distributions

3 views ·
#self-contained#highly-portable
GLOBAL NEWS

Python recovering after found in vehicle engine compartment in Mississauga

Ball pythons, like the one found in the vehicle, are a species of snake native to regions of western and central Africa, according to the Toronto Zoo.…

5 views ·
#recovering#found
SEEKING ALPHA

Is The AI Earnings Upswing A 'Pig In The Python'?

Recent turbulence has turned the AI trade from a rewarding climb into dramatic day-to-day volatility.…

12 views ·
#earnings#upswing
DEV COMMUNITY

What is Selenium? Why do we use Selenium for Automation?What is the relevance of Selenium in automation testing using Python?

What is Selenium? Selenium is an open-source tool that lets you automate pretty much anything a real person would do in a web browser. Instead of just looking at web pages as stati…

7 views ·
#automation#testing#selenium
GITHUB

Show HN: ASL V6 – Open-source AST red-teaming engine for Python AI agents

Open-source AI vulnerability assessment and red-teaming engine using AST analysis and Docker runtime verification. - sivaadityacoder/asl-v6…

10 views ·
#show#open-source#red-teaming
DEV COMMUNITY

How I built an automated YouTube video pipeline for my SaaS using Python, edge-tts, and moviepy

How I built an automated YouTube video pipeline for my SaaS using Python, edge-tts, and moviepy I run a niche tool called WhaleTrack (whaletrack.app) — it tracks big bets on Polyma…

9 views ·
#built#automated#youtube
REAL PYTHON

Quiz: A Guide to Excel Spreadsheets in Python With openpyxl

Practice reading, writing, and styling Excel spreadsheets in Python with openpyxl, from cell values and formulas to charts and images.…

4 views ·
REAL PYTHON

Tool-Agnostic Python Lock Files With PEP 751 and pylock.toml

Learn how PEP 751 standardizes Python lock files with pylock.toml: generate one with pip or uv, install it with uv or pdm, and retire requirements.txt.…

1 view ·
REAL PYTHON

Learning Path: FastAPI: Python API Development With Light Speed

Learn FastAPI from the ground up. Build REST APIs, serve web pages with Jinja2 templates, and create a complete URL shortener project in Python.…

2 views ·
REAL PYTHON

Quiz: Tool-Agnostic Python Lock Files With PEP 751 and pylock.toml

Test your understanding of Python lock files and PEP 751, from generating a pylock.toml with pip to installing it across uv and pdm.…

0 views ·
PAUL GRAHAM — ESSAYS

The Python Paradox

1 view ·
XDA DEVELOPERS

Home Assistant quietly rewrote its Matter server from Python to TypeScript — here's what changed

The biggest Matter upgrade in years doesn't add a single feature…

6 views ·
#home#assistant#quietly
GITHUB

Show HN: AI tool for learning Python from scratch

A set of AI tools for learning programming. Contribute to KubiKDB/AI-Tools-For-Learning development by creating an account on GitHub.…

5 views ·
#show#tool#learning
THE HINDU — TOP

Python found in waste bundle at Koyilandy material collection facility; probe launched

Investigation launched after a python was found in a waste sack at Koyilandy collection facility, shocking local volunteers.…

5 views ·
#found#waste
UNITE.AI

Python package installations as an index of local AI adoption

The hard-to-quantify rise of package downloads for Python spell out the story of AI diffusion, if you know where to look. Opinion Anyone who has explored the potential of local AI …

7 views ·
#ai#software
GITHUB

Show HN: LLM Proxy - Python with SSE stream aggregation and timeout prevention

Contribute to lordraw77/llmproxy development by creating an account on GitHub.…

16 views ·
#show#proxy
GITHUB

Which CVEs should I add to my Python security benchmark for AI agents?

A benchmark for evaluating AI agents on fixing real-world security vulnerabilities. - GiovanniGatti/cve-bench…

12 views ·
#which#cves#should
GITHUB

LLM-Based Hierarchical Topic Modeling Tool

Contribute to Tryhard-cs/LLM-Hierarchical-Topic-Modeling development by creating an account on GitHub.…

30 views ·
#technology#software#machinelearning
GITHUB

Venv-manager, a Python venv runtime for Humans and AI agents

A powerful CLI tool for managing Python virtual environments with ease. - jacopobonomi/venv_manager…

28 views ·
#software#virtual-environment
PGMI

AI agents write PostgreSQL like Python

Field notes from a production review of an AI-written PostgreSQL backend: exception blocks as control flow, casts that turn bad requests into 500s, races on state-advancing updates…

27 views ·
#ai#postgresql
TOWARDS DATA SCIENCE

LLM Wikis Are Over-Engineered — I Replaced Mine With a Pure Python Compiler

Most "LLM wikis" use agents, embeddings, and repeated model calls to organize local notes. I built a deterministic alternative: a pure Python compiler that turns messy markdown int…

64 views ·
#compiler#llm
DEV.TO (TOP)

Bitmask-Based LLM Security Firewall with reskSecure — Block Jailbreaks at Token Level

Block LLM jailbreaks and prompt injections at the token level with reskSecure — a bitmask-based security firewall for AI applications. Includes code example and architecture insigh…

32 views ·
#cybersecurity#llm
DEV.TO (TOP)

Build a Simple Keyword Ranking Monitor with Python and a SERP API

A practical Python tutorial for tracking keyword rankings, saving daily snapshots, and detecting ranking changes with a SERP API.…

62 views ·
#seo#api
DEV.TO (TOP)

Automate AWS Cost Reports with Python, boto3, and SES

Originally published on kuryzhev.cloud Your AWS bill already increased by the time you open Cost...…

23 views ·
#aws#devops
GITHUB

Pandas-ta-classic 0.6.52: SMC liquidity sweep detector, Ichimoku fixes

Technical Analysis Indicators - Pandas TA Classic is an easy to use Python 3 Pandas Extension with 250+ Indicators and Candlestick Patterns - xgboosted/pandas-ta-classic…

29 views ·
#software#finance
DEV.TO (TOP)

Building Cross-Platform Distributed Scheduling Platform — My Workflow & Tech Stack

Hi folks! I’m the architect behind WLOADCTL, a commercial workload scheduling system for enterprise...…

27 views ·
#automation#devops#linux
GITHUB

mmo-chip: Multiplayer CMOS Standard Cell Chips Reverse Engineering Tool

Multiplayer CMOS Standard Cell Chips Reverse Engineering Tool - giulioz/mmo-chip…

30 views ·
#technology#engineering#reverseengineering
DEV.TO (TOP)

FROST - Understanding Agent Architecture in 500 Lines of Python

What is FROST? FROST (Fractal Runtime of Orchestrated Skills & Tasks) is a minimalist...…

29 views ·
#ai#open-source
DEVARSH RANPARA

The Smallest Brain You Can Build: A Perceptron in Python

A perceptron explained from scratch in Python, with interactive demos. Learn weights, bias, the decision boundary, epochs, learning rate, and why we normalize data.…

76 views ·
#machinelearning#neuralnetworks
SIMON WILLISON'S WEBLOG

micropython-wasm 0.1a2

Release: micropython-wasm 0.1a2 I added a CLI to micropython-wasm ( issue #7 ), inspired by the first draft of the blog entry when I realized it would be a great way to illustrate …

53 views ·
SIMON WILLISON'S WEBLOG

Running Python code in a sandbox with MicroPython and WASM

I've been experimenting with different approaches to running code in a sandbox for several years now, but my latest attempt feels like it might finally have all of the characterist…

100 views ·
#programming#webassembly
PJ MEDIA

Thursday Essay: When the Land of Monty Python Stopped Laughing

Note: Most Thursdays, I take readers on a deep dive into a topic I hope you'll find interesting, important, or at least amusing. These essays are made possible by — and are exclusi…

43 views ·
#comedy#british television#monty python
DEV.TO (TOP)

SynaptoRoute v0.4.0: Re-Architecting for Massive Concurrency & Zero-Downtime Indexing

This is a follow-up to SynaptoRoute v0.3.0: Matching Semantic Router While Scaling to 50,000 Routes....…

44 views ·
#ai#architecture
PYTHON INSIDER

Python 3.15.0 beta 2 is here

The antepenultimate 3.15 beta is out!…

33 views ·
#software#development
GLOBAL NEWS

Peanut the python to reunite with owner after Ontario sewage plant rescue

The python was found trying to slither to safety from a collection bin at a Windsor, Ont., sewage plant and taken to the Humane Society.…

39 views ·
#animals#rescue#ontario
THE HINDU — TOP

Python strays into hostel building, rescued

Python strays into hostel building, rescued…

30 views ·
#wildlife#education#safety
DEV.TO (TOP)

Conheça o parâmetro "result" do Guará Python 🐍

O Page Object Model (POM) clássico resolveu a organização dos seletores, mas criou um novo problema:...…

36 views ·
#softwaretesting#automation#bdd
DEV.TO (TOP)

Fetching Real-Time Polymarket Data Using WebSockets: Building a Faster Polymarket Trading Bot with Polymarket V2

Prediction markets move quickly. A major news event, election update, economic report, or sports...…

36 views ·
#polymarket#trading#websockets
KDNUGGETS

How to Write to Files in Python: A Beginner’s Guide

Learn how to write, append, and save text, CSV, and JSON files in Python using native file handling tools that work out of the box.…

49 views ·
#programming#file handling
DEV.TO (TOP)

Python Selenium Architecture & Significance of Python Virtual Environment

1.Python Selenium Architecture Python Selenium architecture explains how Selenium works with Python...…

36 views ·
#selenium#virtual-environment
DEV.TO (TOP)

Day 16 of Learning Python: List Comprehensions

Creating Lists in One Line List comprehensions combine iteration and transformation into a single...…

33 views ·
#programming#tutorial
DEV.TO (TOP)

I spent a week on regex before realizing AI agent was the answer for data extraction

I spent a week on regex before realizing AI agent was the answer for data extraction A couple of...…

34 views ·
#ai#data extraction#nlp
DEV.TO (TOP)

Day 5 — Entering the World of Classification

Today I started Week 3 of the Machine Learning Specialization and learned about...…

36 views ·
#machinelearning#ai#datascience
DEV.TO (TOP)

Building a resilient data ingestion pipeline with streaming backpressure in Python

Building a resilient data ingestion pipeline with streaming backpressure in Python ...…

33 views ·
#data#streaming
DEV.TO (TOP)

Python obfuscation for AI assistants: runnable workspaces and off-disk secrets

Why obfuscating Python for AI tools requires a different mental model than Java — and how .env...…

37 views ·
#ai#security
DEV.TO (TOP)

Pydantic V2 Discriminated Unions in FastAPI: Modeling Polymorphic AI Feature Configs Without Schema Sprawl

Use Pydantic V2's discriminated unions to represent different AI feature types (summarization, classification, generation) with type-safe routing in FastAPI, eliminating conditiona…

34 views ·
#fastapi#pydantic
DEV.TO (TOP)

I Struggled to Get AI to Write Useful Code — Here's What Finally Worked

Last month, I had to build a dozen API endpoints for a new microservice. I knew the patterns – CRUD...…

31 views ·
#ai#webdev#productivity
DEV.TO (TOP)

Selenium for Automation Testing Using Python

Selenium is popular open-source tool used for automating web browsers. It helps testers and...…

37 views ·
#selenium#automation
DEV.TO (TOP)

50 Python One-Liners Every Developer Should Have in Their Toolbox

Python's expressiveness lets you do in a single line what takes five in other languages. Here are 50...…

29 views ·
#programming#productivity
DEV.TO (TOP)

How I Used Python Fuzzy Matching to Detect Duplicate Content for SEO

Struggling with duplicate content across your site? I wrote a Python script that uses fuzzy matching...…

37 views ·
#seo#programming
DEV.TO (TOP)

New to Python, What Would You Focus on First if You Were Starting Again?

I recently started learning Python. I have some programming background, but I am still very much a...…

34 views ·
#learning#programming
R/AWS

Is ministack just writing python scripts that do nothing?

48 views ·
DEV.TO (TOP)

[Imposter syndrome] Back to the beginning (DevSecOps path)

I’ve been writing my project - Python port scanner for 9 months now. You might be wondering, “Why is...…

32 views ·
#programming#devops
SIMON WILLISON

Running Python ASGI apps in the browser via Pyodide + a service worker

By running Python ASGI web applications entirely in the browser using Pyodide and a dedicated service worker, this project intercepts all same-origin requests under `/app/` and exe…

52 views ·
#webassembly#datasette
R/LEARNPROGRAMMING

Java and Python

31 views ·
DEV.TO (TOP)

Beyond Static Prompts: How to Build Self-Improving AI Agents with Closed-Loop Skill Playbooks

The current wave of AI development is undergoing a massive paradigm shift. We are rapidly moving past...…

38 views ·
#ai#technology#programming
GITHUB

Show HN: Nimic – write pure Python and compile AOT to native binaries via Nim

Nimic is a pure Python module that facilitates writing AOT compilable code with a subset of Python (DSL). Based on ctypes built-in module, it includes emulation of native types, po…

34 views ·
#programming#nim
DEV.TO (TOP)

I built a RAG pipeline from scratch — no LangChain, just FastAPI + FAISS

Most RAG tutorials I found were either "pip install langchain and you're done" or 50-page academic...…

32 views ·
#ai#rag
R/VUEJS

FastAPI + Vue 3: How to Build a Modern REST API with Python and Consume It from the Frontend — Iván Bermúdez

41 views ·
DEV.TO (TOP)

Local-first: a Model on Your Own Machine, Zero Cloud

This is the concrete, runnable walkthrough for Post 1 of the Portway series. The goal: stand up a...…

26 views ·
#ai#ollama