6 docs tagged with "python"
View all tagsPython Type Checking Guide: A Comprehensive Guide to Static Typing in Python with MyPy and Pyright
https://realpython.com/python-type-checking/
RAGAS: LLM Evaluation Framework
RAGAS is a comprehensive framework for evaluating Retrieval-Augmented Generation (RAG) systems. It provides a suite of metrics to assess the quality of RAG pipelines, helping developers and researchers understand how well their systems perform across different dimensions.
Read Of The Week: Automate The Boring Stuff With Python: Practical Programming For Total Beginners - Al Sweigart
my rating for best coding tools assistant
Strategy Pattern: Behavioral Design Pattern
The Strategy Pattern is a behavioral design pattern that enables selecting an algorithm's implementation at runtime. It defines a family of algorithms, encapsulates each one, and makes them interchangeable. This pattern lets the algorithm vary independently from clients that use it.
Udemy Course Review: Automate the Boring Stuff with Python Programming
My review of Al Sweigart's 'Automate the Boring Stuff with Python'.