6 posts tagged

python

Solving a Data Engineering task with pragmatism and asking WHY?

Solving a Data Engineering task with pragmatism and asking WHY?

Explore the essence of pragmatic Data Engineering through a task-solving journey and learn why you should ask WHY?

in
Create your own Gemini AI-chatbot with a twist using Python, Jinja2 and NiceGUI

Create your own Gemini AI-chatbot with a twist using Python, Jinja2 and NiceGUI

Discover the basics of using Gemini with Python via VertexAI, creating a Web UI with NiceGUI and using Jinja2 to construct modular prompts

in
Create an AI-driven movie quiz with Gemini LLM, Python, FastAPI, Pydantic, RAG and more

Create an AI-driven movie quiz with Gemini LLM, Python, FastAPI, Pydantic, RAG and more

Discover the basics of using Gemini with Python via VertexAI, creating APIs with FastAPI, data validation with Pydantic and the fundamentals of Retrieval-Augmented Generation (RAG)

in
Gotta process 'em all - DuckDB masters your data like a Pokémon trainer

Gotta process 'em all - DuckDB masters your data like a Pokémon trainer

Practical examples how to use DuckDB as a tool for data wrangling based on Pokémon API data

in
Exploring StarCraft 2 data with Airflow, DuckDB and Streamlit

Exploring StarCraft 2 data with Airflow, DuckDB and Streamlit

Practical example on how to create an Airflow DAG to fetch data from the StarCraft II API, utilize DuckDB for processing and Streamlit for visualizing

in
An introduction to Airflow, setting up a local environment and writing your first DAG

An introduction to Airflow, setting up a local environment and writing your first DAG

This article explains the Apache Airflow basics and guides you through the process setting up a local environment as well as writing your first DAG using the TaskFlow API

in