-
How to Build Effective Evals for AI Agents
Learn how to build effective evals for AI agents, from designing clear tasks and choosing the right graders to building reliable eval harnesses and tracking changes over time.
-
From Spaghetti Code to Clean Python: A Beginner’s Guide
By Bala Priya C, KDnuggets Contributing Editor & Technical Content Specialist on September 11, 2026 in PythonLearn how to refactor messy Python code into clean, maintainable functions.
-
5 Useful Python Scripts to Automate CSV Processing
By Bala Priya C, KDnuggets Contributing Editor & Technical Content Specialist on September 10, 2026 in PythonAutomate common CSV tasks with these 5 Python scripts for cleaning, validating, transforming, and processing CSV files using the standard library.
-
Python Data Classes Beyond the Boilerplate
By Bala Priya C, KDnuggets Contributing Editor & Technical Content Specialist on August 25, 2026 in PythonLearn how Python dataclasses go beyond reducing boilerplate with custom fields, validation, computed attributes, immutability, and memory optimization techniques.
-
5 Python Libraries That Make Data Cleaning More Enjoyable
By Bala Priya C, KDnuggets Contributing Editor & Technical Content Specialist on August 17, 2026 in PythonThis article covers five Python libraries that turn tedious data cleaning into something expressive and genuinely enjoyable.
-
Getting Started with the Claude API in Python
By Bala Priya C, KDnuggets Contributing Editor & Technical Content Specialist on July 3, 2026 in PythonIn this article, you'll learn how to use the Claude API in Python, make your first request, and handle responses with the official SDK.
-
Practical SQL Tricks Every Data Scientist Should Know
By Bala Priya C, KDnuggets Contributing Editor & Technical Content Specialist on June 19, 2026 in SQLIn this article, we’ll cover essential SQL patterns and workflows that make everyday data analysis cleaner, faster, and easier to scale.
-
Stop Writing Loops in Pandas: 7 Faster Alternatives to Try
By Bala Priya C, KDnuggets Contributing Editor & Technical Content Specialist on June 16, 2026 in PythonIn this article, you will learn how to replace pandas loops with 7 faster methods for optimized data processing.
-
Building Time-Series Machine Learning Models with sktime in Python
In this article, we’ll build time-series machine learning models in Python using sktime and explore its core data structures for forecasting workflows.
-
5 Useful Python Scripts to Automate Boring PDF Tasks
By Bala Priya C, KDnuggets Contributing Editor & Technical Content Specialist on June 10, 2026 in PythonPDFs are used everywhere, and these five Python scripts help you automate the most common PDF tasks.
|