Built a Python library to enable HTTP method override through form parameters or headers — supports PUT, DELETE, PATCH, and more.

Built a Python library to enable HTTP method override through form parameters or headers — supports PUT, DELETE, PATCH, and more.
Beginner Tutorial Alert at #EuroSciPy2025:
Deploy your Machine Learning model with FastAPI With Cheuk Ting Ho
Learn to: Build an API for your pre-trained ML model
Design retraining workflows
Move from prototype to production-ready service
Package in Docker & deploy to the cloud
Perfect for data scientists new to FastAPI or ML deployment.
Kraków |
August 18–22
https://euroscipy.org/schedule
700 "commits" ja
One of the joys of my current role has been getting to code Python at enterprise level, rather than ‘enthusiastic hobbyist’, and learning current industry best practices from my colleagues.
Case in point, I just migrated a project from Flask to FastAPI and swapped out aiohttp for httpx.
FastAPI: Async-first, type hints, Pydantic integration = dev happiness
httpx: Cleaner API, connection pooling, great with async/await
It feels like I’m finally stepping into 2025 with both feet! (Albeit halfway through the year)
Choosing a hash function for 2030 and beyond: SHA-2 vs SHA-3 vs BLAKE3
As everyone knows, "temporary fixes" are nothing but temporary.
Unfortunately, the same is true for cryptography: unless security is your core value-proposition, crypto algorithms are almost never updated, and that's how we end up with SHA1-hashed password in 2024
# https://kerkour.com/fast-secure-hash-function-sha256-sha512-sha3-blake3
Odoo REST API FastAPI: Revolutionize your Odoo 18! Learn to build blazing-fast, modern APIs with our complete tutorial. Get started now! #Odoo #FastAPI #RESTAPI #Odoo18 #Python #APIDevelopment
https://teguhteja.id/odoo-rest-api-fastapi-the-ultimate-guide-to-modern-odoo-18-integration/
Cloud Storage(ウェブサイトホスティング) + App Engine(FastAPI) でFirebase Authenticationの認証フローを組んでみた
https://dev.classmethod.jp/articles/2025-06-20-cloudstorage-app-engine-fast-api-firebase-authentication/
looking for an #OSS #APIgateway
* API keys (API users) + Oauth (website) for auth
* rate limiting + protection against content crawling
* queuing requests to prevent overloading our self-hosted AI models
* ability to track usage so that we can charge expensive API calls to users/orgs
* basic monitoring
API will most likely be written in #NestJS, another likely using #FastAPI (or something else in #Python). I like #GitOps. Doesn’t need to handle insane traffic just make the above things easier.
Continuing my exploration into the idea of having locally-executable APIs/applications that will eventually be deployed as #Python #AWS #LambdaFunctions. At this point, I have a working local #FastAPI process that maps requests to a defined Lambda Function handler.
https://goblinfish-code.blogspot.com/2025/06/local-aws-api-gateway-development-with_01470362335.html
I was studying linear regression, and I decided to do a very basic project to consolidate some concepts. And I thought why not put it on GitHub for other people to take a look at. (API that predicts the sale price of a car)
#FastAPI #Python #MachineLearning #ScikitLearn #DataScience #Portfolio #API
While trudging through my day-to-day activities, I had an inspiration about how to implement local #API access for #AWS #APIGateway code using #Python #LambdaFunctions for back-end logic, by overriding #FastAPI and #Flask #decorators.
https://goblinfish-code.blogspot.com/2025/06/local-aws-api-gateway-development-with.html
@djangonews @_chrismay @carlton @wsvincent I built/support a few #FastAPI applications in prod, my $0.02:
1. Focus on one explicit use case. No templates, no ORM, etc. so the surface area/ramp up much smaller than Django.
2. Defined happy paths, less analysis paralysis.
3. I personally feel that all-async is a little overblown, but others obviously don't. Plus, “the fastest x” is always good marketing.
4. Ride the AI boom.
TBH, I think #Django can learn from some of this.
I need to learn more about how databases work and the best way to setup relationships in SQLModel. I was working on Rack Root tonight and am still running into an issue with some circular dependencies I'm having between various tables. I need these relationships to enhance the data/utility of the app, but might need to rethink how I'm actually putting them together.
The other fun part of this is that I'm learning that the way I test the app and the way I run the app isn't always the same. The tests will run fine the first time against my test Postgres container, but subsequent runs don't work because of how I tell the test DB to drop all data before running the tests. It's complaining about the relationships, but really I think I need to tell it to either cascade delete or just ignore something.
I wrote a few words on my new work environment — I’m not an iOS dev amymore, but write #Python code with #fastapi nowadays. And I also decided to postpone the purchase of a new computer for another month or so. It will most likely be a @frameworkcomputer
Revolutionizing JavaScript Development with Weblish: Write Code in English!
Weblish is a groundbreaking JavaScript extension that lets developers write code in natural language, transforming how we interact with programming languages. By leveraging Google Gemini, it dynamical...
FastAPI Cloud: deploying FastAPI apps with just a single command
https://fastapicloud.com/blog/fastapi-cloud-by-the-same-team-behind-fastapi
FastAPI-MCP: Simplifying the Integration of FastAPI with AI Agents https://buff.ly/csGE6FK
"By aligning with MCP standards, the library helps make FastAPI applications accessible to AI tools that rely on structured, protocol-based interaction."