8 days ago
03 Dec 25
01 Dec 25
16 Nov 25
11 Nov 25
04 Nov 25
Second, there are two simple things you can do to make Coconut produce faster Python: compile with –no-tco and compile with a –target specification for the exact version of Python you want to run your code on. Passing –target helps Coconut optimize the compiled code for the Python version you want, and, though Tail Call Optimization is useful, it will usually significantly slow down functions that use it, so disabling it will often provide a major performance boost
It’s not really an optimization then.
That can’t be what the Great Quux had in mind.
28 Oct 25
27 Oct 25
Python implementation of R package gridmappr for automated gridmap layout generation. Pygridmappr automates the generation of small multiple gridmap layouts. Given a set of geographic point locations, it creates a grid with specified row and column dimensions, placing each point in a grid cell such that the distance between points in geographic space and grid space is minimized.
This implementation maintains full feature parity with the original R package and replicates the mathematical logic as faithfully as possible.
JupyterGIS - Collaborative GIS editor in Jupyter.
Features - Collaborative GIS Environment: Work together on geographic data projects in real-time.
QGIS File Support: Load, visualize, and manipulate QGIS project files (.qgs, .qgz), and other GIS data formats.
Interactive Maps: Render interactive maps and geospatial visualizations within Jupyter notebooks using the JupyterGIS Python API.
This demo runs a JupyterLab instance entirely in your browser with WebAssembly! 🤯
24 Oct 25
Conversion of PDF documents to structured Markdown, optimized for Retrieval Augmented Generation (RAG) and other NLP tasks. Extract text, tables, and images with preserved formatting for enhanced information retrieval and processing. The pdf-to-markdown GitHub repository hosts a tool designed to convert PDF files into Markdown format for easier text extraction and reformatting, with the process running locally on the user’s machine.
Ultimate modern intro to web scraping using Python. How to scrape data using HTTP or headless browsers, parse it using AI and scale and deploy. This comprehensive guide covers everything a user needs to know about web scraping using Python, detailing essential tools, techniques, best practices, and ethical considerations.
WhatTheDuck is an open-source web application built on DuckDB. It allows users to upload CSV and Parquet files, store them in tables, and perform SQL queries on the data.WhatTheDuck is a Python library available on GitHub that serves as a high-performance bridge for seamless data transfer and integration between the DuckDB analytical database and Pandas DataFrames.
MapMatrix - A React application for synchronized multi-view map comparison. Mostly generated by AI. - veloplanner/map-matrix
The Fullstack_data_course GitHub repository contains the curriculum and materials for a comprehensive course designed to teach users the skills required to become a full-stack data professional.
🪄 Create rich visualizations with AI. Data-Formulator is a Microsoft-developed Python library available on GitHub designed for simple and efficient data generation and transformation, facilitating tasks like creating synthetic data and preparing datasets for analysis.
This example uses the datamapplot visualization library to create a 2D map visualization of Hacker News post data, showing clusters of related topics and discussions.
The finstruments GitHub repository provides a collection of Python tools designed for financial instrument modeling, including pricing, risk, and scenario analysis for various financial products.
This GitHub Gist provides Python code examples and results demonstrating a basic test of OpenAI’s Structured Output feature using the gpt-4o-mini model and pydantic to extract and structure data from image screenshots of financial disclosure reports and police blotter narratives.
Orbidium is an open-source application demo that displays asteroid orbits using data parsed from the NASA Minor Planet Center (MPC) database, featuring basic 2D rendering and parsing of the MPC data file.