Skip to main content

Posts tagged “python”

← All posts

AI Agents Write Features, Not Production Systems

Why prompting an AI agent to build a FastAPI app gets you functional code but not production infrastructure. How hand-crafting 13 production concerns into a chassis lets the agent focus on what it's good at: business logic.

on Translucent Computing

Text-To-Speech Example

Demonstrates audio generation for blog content using text-to-speech technology with Python and Jupyter Notebook.

on Translucent Computing

Performance Waveform Generator Starter Notebook

Starter notebook demonstrating sine wave generation with noise, using pandas for data processing and spectrogram visualization in Python.

on Translucent Computing

Using SymPy to Build ECG Model

Applies computational mathematics using SymPy for symbolic, numerical, and graphical approaches to building an ECG model.

on Translucent Computing

SymPy and ECG Notebook

Companion Jupyter notebook for the SymPy ECG model post, providing runnable code for electrocardiogram modeling.

on Translucent Computing

Optimizing code with pandas and NumPy

Discusses SciPy framework optimization techniques for data science using pandas and NumPy for improved performance.

on Translucent Computing

Pandas and NumPy Performance Test Notebook

Testing notebook demonstrating how to optimize Python code with pandas and NumPy for improved computational efficiency.

on Translucent Computing

Performance In Jupyter Python

Examines Jupyter magic commands for systematically identifying and resolving performance bottlenecks in Python code.

on Translucent Computing

Slow Performance Test Notebook

Notebook for profiling slow performance in Python using mprun magic command with code in separate files.

on Translucent Computing

ML in Frequency Domain?

Explores machine learning approaches applied to frequency domain analysis of time-series data.

on Translucent Computing

Fourier Series From Points

Mathematical exploration of computing Fourier series from data points, with applications to machine learning using Python and Jupyter Notebook.

on Translucent Computing

Kubernetes, Elasticsearch, Python Importer

Deploy Elasticsearch on Kubernetes with a Python-based data importer for scalable search and analytics infrastructure.