Tag

Panel

1 views collected around this technical thread.

DevOps Engineer
DevOps Engineer
Apr 25, 2025 · Big Data

Reflections on PyCon LT 2025 Data Day: Sessions on Static Code Analysis, Data Warehouses, Pipelines, and Data Science Tools

The author recounts attending PyCon LT 2025 Data Day, summarizing talks on building a simple static code analyzer with AST, challenges of data warehouses versus data lakes, cloud cost‑scraping pipelines, A/B testing libraries, privacy‑enhancing data processing, and tools like Panel and Dagster, while noting the inspiring presence of female speakers.

DagsterData EngineeringPanel
0 likes · 7 min read
Reflections on PyCon LT 2025 Data Day: Sessions on Static Code Analysis, Data Warehouses, Pipelines, and Data Science Tools
Python Programming Learning Circle
Python Programming Learning Circle
Nov 12, 2019 · Artificial Intelligence

Create a Text‑Generating Web App with GPT‑2 in Under 50 Lines of Python

This tutorial walks you through building a lightweight web application that uses OpenAI's GPT‑2 model to generate text, covering environment setup, model loading, a custom prediction function, and an interactive Panel‑based UI with callbacks, all in less than fifty lines of code.

GPT-2PanelPython
0 likes · 11 min read
Create a Text‑Generating Web App with GPT‑2 in Under 50 Lines of Python