FastMCP Project Overview
FastMCP is a fast, Pythonic way to build MCP servers that makes building MCP servers simple and intuitive. Create tools, expose resources, and define prompts with clean, Pythonic code. FastMCP aims to...
Building an Agent for Data Visualization (Plotly)
Plotly is my favorite data visualization library.
Introducing Our Clean and Modular FastAPI Reference Architecture
At Beta Acid, we believe in building software like a startup—fast, efficient, and adaptable. Today, were excited to open-source a reference API app that showcases our clean, modular FastAPI architectu...
Hamilton Meetup Group
Hamilton is a data orchestration tool that offers features like function modifiers, dynamic DAGs, and visualization. The User Guide includes information on getting started, using Jupyter notebooks, an...
Function Composition and Currying In Python
Function composition and currying are features of functional programming languages that can be very convenient in some situations. Composition is when you apply multiple functions one after the other ...
LLM - CLI Utility and Python Library for Large Language Models
LLM is a CLI utility and Python library designed for interacting with Large Language Models. It allows users to work with remote APIs, as well as models that can be installed and run locally. Users ca...
Large World Model (LWM)
Large World Model (LWM) is a general-purpose large-context multimodal autoregressive model. It is trained on a large dataset of diverse long videos and books using RingAttention, and can perform langu...
Auto Instrumenting Python FastAPI and Monitoring with Azure Application Insights — Easily!
Coming from a C# background — I found monitoring my python FastAPI application with Azure Application Insights stupidly difficult. Mainly due to a lack of direct support in Azure or documentation for ...
8 Levels of Using Structural Pattern Matching in Python
After years of anticipation and watching other programming languages flaunt their “switch-case” statements, we Python developers finally got a long-awaited feature from version 3.10: structural patter...
Ant Colony Optimization in Action
In this article, Hennie de Harder discusses the implementation of Ant Colony Optimization (ACO) from scratch to solve the Traveling Salesman Problem (TSP) and the Quadratic Assignment Problem (QAP). T...
Support running on M1 Macs [Python]
Hey, I am running into issues with python azure function under VSCode. FYI the same example I have run without issues on an Intel mac.
Mojo🔥 - It’s finally here!
Since our launch of the Mojo programming language on May 2nd, more than 120K+ developers have signed up to use the Mojo Playground and 19K+ developers actively discuss Mojo on Discord and GitHub. Toda...
The Pain and the Poetry of Python
The ecosystem of tools for packaging, testing, distributing, and testing Python projects is overwhelming, especially if you’re coming to Python from other languages. In this post, we’ll survey the evo...
Whats up Python? New packaging proposal, Python in Excel, a piano in the terminal...
Microsoft announces Python support in Excel. Single file script deps declaration: a new pyproject.toml compatible proposal. Bumping security for pypi: 2FA now activated and one more hire. Milestones: ...
CI/CD
CI/CD is a project that focuses on continuous integration and continuous deployment. It utilizes various GitHub actions workflows for tasks such as publishing, CI, and documentation building. The late...
Welcome to the official Hamilton Github Repository
Hamilton is a general purpose micro-framework for creating dataflows from python functions. It simplifies the creation of wide column dataframes and works on python objects of any type and dataflows o...
# JobSpy Scraper
Scrapes job postings from LinkedIn, Indeed, ZipRecruiter and returns jobs with title, location, company, and other data. Provides JWT authorization. Includes endpoints for jobs and their parameters. T...
Microsoft is bringing Python to Excel
Microsoft is bringing popular programming language Python to Excel, allowing users to manipulate and analyze data from Python directly within the Excel environment. The integration does not require ad...
MetaGPT: The Multi-Agent Framework
# MetaGPT: The Multi-Agent Framework Assign different roles to GPTs to form a collaborative software entity for complex tasks. 1. MetaGPT takes a **one line requirement** as input and outputs **user s...
MPIRE (MultiProcessing Is Really Easy)
``MPIRE``, short for MultiProcessing Is Really Easy, is a Python package for multiprocessing. ``MPIRE`` is faster in most scenarios, packs more features, and is generally more user-friendly than the d...