Learning EDA with Jupyter Notebooks
10 hands-on Jupyter notebooks for Exploratory Data Analysis using real NIST datasets. Download notebooks with bundled data files, or run them instantly in Google Colab.
10 hands-on Jupyter notebooks for Exploratory Data Analysis using real NIST datasets. Download notebooks with bundled data files, or run them instantly in Google Colab.
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.
Demonstrates audio generation for blog content using text-to-speech technology with Python and Jupyter Notebook.
Starter notebook demonstrating sine wave generation with noise, using pandas for data processing and spectrogram visualization in Python.
Applies computational mathematics using SymPy for symbolic, numerical, and graphical approaches to building an ECG model.
Companion Jupyter notebook for the SymPy ECG model post, providing runnable code for electrocardiogram modeling.
Testing notebook demonstrating how to optimize Python code with pandas and NumPy for improved computational efficiency.
Discusses SciPy framework optimization techniques for data science using pandas and NumPy for improved performance.
Examines Jupyter magic commands for systematically identifying and resolving performance bottlenecks in Python code.
Notebook for profiling slow performance in Python using mprun magic command with code in separate files.
Explores machine learning approaches applied to frequency domain analysis of time-series data.
Mathematical exploration of computing Fourier series from data points, with applications to machine learning using Python and Jupyter Notebook.