python

Tag

Cards List
#python

@guxiaochun888: Today, I made a decision that defies my ancestors by completely open-sourcing my profitable code. I will research and open-source more strategies in the future. https://qtrader.cc You can see my open-sourced strategies in the strategy market. #DailyCompounding #Quant #qtrader

X AI KOLs Timeline ↗ · 2026-08-15 Cached

The user is open-sourcing their profitable quantitative trading code and introducing the QTrader platform, which offers strategy management, backtesting, and simulated trading features.

0 favorites 0 likes
#python

@vanstriendaniel: datatrove — the data-processing library behind FineWeb, FineWeb2, and FinePDFs — just shipped 0.10.0! - JobsPipelineExe…

X AI KOLs Following ↗ · 2026-08-14 Cached

Datatrove, the data-processing library behind FineWeb datasets, released version 0.10.0 with new features like JobsPipelineExecutor for running pipelines on Hugging Face Jobs and support for HF storage buckets.

0 favorites 0 likes
#python

@XAMTO_AI: Finding reliable open-source libraries for quantitative and algorithmic trading can be tough amid the vast and scattered online resources. awesome-systematic-trading is a curated list of free quantitative libraries sorted by language, making it easy to jump to the right resources. It mainly includes:

X AI KOLs Timeline ↗ · 2026-08-14 Cached

This article introduces a GitHub repository called awesome-systematic-trading, which categorizes free open-source quantitative trading libraries and resources by programming language, helping developers quickly find suitable tools.

0 favorites 0 likes
#python

@_zheergen: Man Group, one of the world's largest hedge funds, has open-sourced its database engine. Guys! This DataFrame database is specifically designed for quant trading. Man Group's open-source ArcticDB is a high-performance, serverless DataFrame database designed for P...

X AI KOLs Timeline ↗ · 2026-08-14 Cached

Man Group has open-sourced ArcticDB, a high-performance, serverless DataFrame database designed for Python data science and quantitative finance scenarios, supporting billions of rows of time-series data, S3/LMDB/Azure storage, time travel and snapshots, and C++ engine acceleration.

0 favorites 0 likes
#python

sqlite-utils 4.2.1

Simon Willison's Blog ↗ · 2026-08-13 Cached

sqlite-utils 4.2.1 fixes a crashing bug caused by an unlisted typing-extensions dependency, and adds a smoke test to verify CLI works without dev dependencies.

0 favorites 0 likes
#python

sqlite-utils 4.2

Simon Willison's Blog ↗ · 2026-08-13 Cached

sqlite-utils 4.2 improves the transform() feature with support for complex schema definitions, new introspection properties, and other smaller changes, with contributions from multiple developers.

0 favorites 0 likes
#python

python's pre-declared constants are kinda weird

Lobsters Hottest ↗ · 2026-08-13 Cached

A deep dive into the inconsistent behavior of Python's pre-declared constants, including keyword status, assignment restrictions, and shadowing quirks.

0 favorites 0 likes
#python

alchemy-utils 0.1a1

Simon Willison's Blog ↗ · 2026-08-13 Cached

Release of alchemy-utils 0.1a1, a utility package, noted by Simon Willison.

0 favorites 0 likes
#python

alchemy-utils 0.1a0

Simon Willison's Blog ↗ · 2026-08-12 Cached

Simon Willison announces the alpha release of alchemy-utils, a database-agnostic Python library and CLI inspired by sqlite-utils, built with AI assistance and supporting PostgreSQL, SQLite, and DuckDB.

0 favorites 0 likes
#python

A Planet Position Widget

Hacker News Top ↗ · 2026-08-12 Cached

The article describes creating a Mac widget that displays the positions of celestial bodies using Python and Astropy, with code examples and explanations for setup.

0 favorites 0 likes
#python

Patronus Ark, a local security scanner for AI agents

Reddit r/AI_Agents ↗ · 2026-08-12

Patronus Ark is a new Rust and Python library for locally scanning AI agent text and tool activity, covering prompt injection, PII, data leakage, and tool-related risks without sending data to external APIs.

0 favorites 0 likes
#python

Program with Paint Brushes, Not Pencils

Hacker News Top ↗ · 2026-08-11 Cached

The blog post introduces a Python PaintBrush class for teaching coding visually and discusses how LLMs like Claude can generate such code quickly, emphasizing the value of hand-written code for learning.

0 favorites 0 likes
#python

@Gas1688: Still troubled by websites' various anti-scraping measures? Scrapling is a true rule-breaker. Its core advantage lies in: it can scrape almost any target website without obstacles, natively bypassing protections like Cloudflare, and parsing speed easily surpasses BeautifulSoup by over 100 times. Its hardcore strength is reflected in...

X AI KOLs Timeline ↗ · 2026-08-11 Cached

Introducing the open-source web scraping framework Scrapling, which claims to natively bypass protections like Cloudflare, with parsing speed far exceeding BeautifulSoup, built-in StealthyFetcher and CloakBrowser, and support for MCP server integration with AI Agents.

0 favorites 0 likes
#python

Show HN: Mcptoon – MCP CLI client that cuts tool discovery tokens by 97%

Hacker News Top ↗ · 2026-08-11 Cached

mcptoon is a zero-dependency Python CLI client for MCP servers that uses a compact TOON format to reduce tool discovery tokens by up to 97%, saving context window space for AI agents.

0 favorites 0 likes
#python

Breaking up (lines) is hard to do

Lobsters Hottest ↗ · 2026-08-10 Cached

A deep dive into the complexity of splitting multiline text in Python, covering the many Unicode line break characters and the historical origins of newline representations in ASCII.

0 favorites 0 likes
#python

Smooth Move: Taming Trajectories with Polynomials

Hacker News Top ↗ · 2026-08-10 Cached

This article explains how to use polynomials, specifically smoothstep functions, to create smooth motion trajectories for robots and 3D printers by matching derivatives of position (velocity, acceleration, jerk, etc.) to avoid discontinuities.

0 favorites 0 likes
#python

Django is moving to an annual release cycle

Lobsters Hottest ↗ · 2026-08-10 Cached

Django's Steering Council has accepted DEP 20 to move to an annual release cycle starting January 2028. Every feature release will get three years of support, retiring the LTS label, and version numbers will carry the release year (e.g., Django 2028).

0 favorites 0 likes
#python

@dhh: Fable one-shotted a Rust rewrite of the TerminalTextEffects Python library in 11M tokens. Startup time went from 87ms t…

X AI KOLs Following ↗ · 2026-08-09 Cached

Fable used Claude AI to one-shot a Rust rewrite of the TerminalTextEffects Python library, reducing startup time from 87ms to 2ms and increasing rendering speed by 9.6x, with zero dependencies and a single 3MB executable.

0 favorites 0 likes
#python

Show HN: A replayable A2A jury for tracing how agents influence decisions

Hacker News Top ↗ · 2026-08-09 Cached

ProtoLink is a lightweight A2A-first Python framework for building pluggable agents and multi-agent systems, emphasizing local-first, LLM-agnostic design with optional modules.

0 favorites 0 likes
#python

Letting an agent loose on a real iPhone taught me to build the kill switch first

Reddit r/AI_Agents ↗ · 2026-08-09

The author built sidetap, a Python harness that lets an LLM agent control a real iPhone from Windows over USB, with safety features like a kill switch and guardrails. The post details the technical challenge of sideloading WebDriverAgent with a free Apple ID and introduces the open-source tool.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback