In this project, I explored the full lifecycle of building a custom DLT pipeline from scratch, loading real-world NYC taxi trip data, and performing analysis using Python and DuckDB. The exercise ...
Want to start developing LLM applications but worried about API keys? Well you should because they can get pretty expensive, obviously it depends how much data you're using though. Wouldn't it be good ...
I am making an open source VSCode extension that embeds CodeImage in an iframe for people to use quickly and syncs data from the VSCode editor to the CodeImage editor. Since it's running in an iframe ...
Thanks to native JSON support, creating a REST API with Azure SQL and Python is really a matter of a few lines of code. Take a look at app.py to easy it is!