python

Tag

Cards List
#python

@mihail_eric: My Stanford course ๐—ง๐—ต๐—ฒ ๐— ๐—ผ๐—ฑ๐—ฒ๐—ฟ๐—ป ๐—ฆ๐—ผ๐—ณ๐˜๐˜„๐—ฎ๐—ฟ๐—ฒ ๐——๐—ฒ๐˜ƒ๐—ฒ๐—น๐—ผ๐—ฝ๐—ฒ๐—ฟ starts next Tuesday. This Github repository โ€ฆ

X AI KOLs Timeline โ†— ยท 2026-09-18 Cached

Stanford course 'The Modern Software Developer' starts next Tuesday, with a GitHub repository providing assignments for the course.

0 favorites 0 likes
#python

@mdancho84: RIP traditional data scientists The role is splitting: 1. ML modelers ($65k/yr) 2. AI/DS System Builders ($200k/yr) Wanโ€ฆ

X AI KOLs Timeline โ†— ยท 2026-09-18 Cached

This article promotes a free live workshop on building AI with Python, offering a roadmap for data scientists to transition to AI/DS System Builder roles with practical demos.

0 favorites 0 likes
#python

I posted my embedding migration project here, it got a lot of attention, so I added the features you guys said were missing [R]

Reddit r/MachineLearning โ†— ยท 2026-09-18

The author updated the 'embedflow' embedding migration project with new features including support for multiple vector databases, a migration planner, shadow mode, and persistent caching to make it production-ready for embedding model transitions.

0 favorites 0 likes
#python

AI Research Agent: 100+ ML Papers โ†’ One Personalized Research Report

Reddit r/ArtificialInteligence โ†— ยท 2026-09-18

An open-source AI agent that automates the discovery, filtering, and ranking of ML research papers based on user interests, generating personalized reports to streamline the research process.

0 favorites 0 likes
#python

Flyweight: open-source C++/CUDA engine for running MoE models bigger than your VRAM on one GPU + system RAM. First PyPI release, looking for contributors.

Reddit r/LocalLLaMA โ†— ยท 2026-09-18

Flyweight is an open-source C++/CUDA inference engine for running large MoE models on consumer GPUs with system RAM, offering optimized performance and compatibility with models like Qwen and DeepSeek.

0 favorites 0 likes
#python

Many people encounter FinRL when they first use reinforcement learning for trading. It has about 16,000 stars on GitHub and is one of the earlier open-source frameworks in this area: pulling market data, training with algorithms like A2C / PPO / SAC, and backtesting against benchmarks. It has ready-made examples for stocks, cryptocurrencies, and portfolio allocations. The repository itselfโ€ฆ

X AI KOLs Timeline โ†— ยท 2026-09-18 Cached

FinRL is an open-source framework for financial reinforcement learning, with about 16,000 stars on GitHub, supporting training and backtesting for trading in stocks, cryptocurrencies, etc., and pointing to the next-generation version FinRL-X.

0 favorites 0 likes
#python

Flet 1.0 โ€“ Build cross-platform apps in Python

Hacker News Top โ†— ยท 2026-09-17 Cached

Flet 1.0 allows developers to build cross-platform apps for web, desktop, and mobile from a single Python codebase, featuring UI controls, packaging tools, and AI assistance integration.

0 favorites 0 likes
#python

Why .tar.gz files can't be combined with cat

Lobsters Hottest โ†— ยท 2026-09-16 Cached

This article explains why .tar.gz files cannot be combined using the cat command due to tar's end-of-file markers and offers a Python solution using the tarfile module to merge archives correctly.

0 favorites 0 likes
#python

Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step

Hacker News Top โ†— ยท 2026-09-16 Cached

typesafe-computer-use is a tool that automates Mac computer use by driving it toward a goal with cost-effective AI decisions, being significantly cheaper and faster than using large language models.

0 favorites 0 likes
#python

Datamimic โ€“ don't let your coding agent invent its own test world

Hacker News Top โ†— ยท 2026-09-16 Cached

DATAMIMIC is an open-source tool for deterministic synthetic data generation and PII-aware pseudonymization, designed for regulated enterprises with an enterprise version offering additional governance and workflow features.

0 favorites 0 likes
#python

WangNet โ€“ 1.8 MB, zero-dependency Numberwang adjudication in 11 languages

Hacker News Top โ†— ยท 2026-09-15 Cached

WangNet is a lightweight, zero-dependency neural network that determines if a number is Numberwang in 11 languages, packaged in a 1.8 MB JSON file with simple Python inference.

0 favorites 0 likes
#python

@suraj_sharma14: If I had 6 months to become an AI Evals & Reliability Engineer. I'd do this. Stage 1: Python and Testing Foundations Pyโ€ฆ

X AI KOLs Timeline โ†— ยท 2026-09-15 Cached

The article outlines a 12-stage learning path to become an AI Evals & Reliability Engineer, covering foundational skills to advanced production techniques.

0 favorites 0 likes
#python

@KirkDBorne: Mastering AI with Python โ€” Beginnerโ€™s Guide to Navigating the AI Revolution โ€” Machine Learning, Deep Learning, Generatiโ€ฆ

X AI KOLs Timeline โ†— ยท 2026-09-15 Cached

A comprehensive beginner's guide to mastering AI with Python, covering machine learning, deep learning, generative AI, LLMs, and AI agents through hands-on projects.

0 favorites 0 likes
#python

Tau (GitHub Repo)

TLDR AI โ†— ยท 2026-09-15 Cached

Tau is a terminal-based coding agent developed by Hugging Face, designed to assist with tasks like explaining code, adding tests, and fixing errors, while also serving as a teaching project for understanding coding-agent systems.

0 favorites 0 likes
#python

@ZhenZhu200: Previously, downloading videos and images/text from different social media/video platforms always required switching beโ€ฆ

X AI KOLs Timeline โ†— ยท 2026-09-14 Cached

A universal media downloader tool built as an AI agent skill for platforms like YouTube and Bilibili, with a GUI web version and support for personal deployment.

0 favorites 0 likes
#python

There are only twelve 4x4 sudokus - and a cool trick for finding minimal subsets

Lobsters Hottest โ†— ยท 2026-09-14 Cached

The article explores the number of unique 4x4 Sudoku solutions, finding only twelve distinct structures, and presents a computational trick for identifying minimal subsets.

0 favorites 0 likes
#python

Got scipy's KD-tree to handle inserts and deletes without rebuilding. Three things I learned [P]

Reddit r/MachineLearning โ†— ยท 2026-09-13

Whitetree is a Python library for exact Mahalanobis nearest-neighbour search on low-dimensional sensor data, using multiple KD-trees to handle inserts and deletes efficiently without rebuilding. Benchmarks show it significantly outperforms alternatives like sklearn's BallTree and FAISS in dynamic scenarios.

0 favorites 0 likes
#python

Libraries Run Rust Inside Python (With PyO3)

Hacker News Top โ†— ยท 2026-09-13 Cached

The article explains how to integrate Rust code into Python using PyO3, demonstrated by building a JSON parser in Rust and exposing it as a Python package, covering setup steps, type conversion, and performance comparisons.

0 favorites 0 likes
#python

Can a regex match valid card numbers?

Lobsters Hottest โ†— ยท 2026-09-13 Cached

The article investigates if regex can match valid credit card numbers by constructing a Deterministic Finite Automaton (DFA) based on the Luhn algorithm, resulting in a massive but executable regex pattern.

0 favorites 0 likes
#python

@RoundtableSpace: Maigret builds a full dossier on anyone using just a username โ€” cross-referencing accounts across hundreds of sites witโ€ฆ

X AI KOLs Timeline โ†— ยท 2026-09-13 Cached

Maigret is an open-source tool that builds comprehensive dossiers on individuals by cross-referencing usernames across hundreds of websites without requiring API keys. It has gained significant popularity with over 1 million downloads and is widely used for OSINT purposes.

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

Submit Feedback