Lisa Notes
Lisa Notes
Mar 8, 2026 · Fundamentals

Understanding Python’s Logical Operators: Values and Short‑Circuit Behavior

The article explains how Python’s and/or operators work with any expression type, why they may return non‑boolean values, and demonstrates short‑circuit evaluation through concrete print examples showing the actual results, including cases where the left operand determines the outcome without evaluating the right side.

PythonShort-Circuitand
0 likes · 5 min read
Understanding Python’s Logical Operators: Values and Short‑Circuit Behavior
Lisa Notes
Lisa Notes
Mar 6, 2026 · Fundamentals

Master Python Logical Operators from the Ground Up

This article explains Python's logical operators—and, or, and not—by comparing them to mathematical logic, detailing their syntax, truth rules, how they work with any expression type, and illustrating usage with concrete code examples and output.

Pythonandboolean logic
0 likes · 4 min read
Master Python Logical Operators from the Ground Up
Meituan Technology Team
Meituan Technology Team
May 8, 2025 · Artificial Intelligence

Building a Mixed OR+ML Inference Framework with TritonServer: Architecture, Challenges, and Solutions

The article describes how a large‑scale dispatch system was re‑engineered with NVIDIA TritonServer to unify GPU‑accelerated operations‑research kernels and deep‑learning models, detailing a three‑stage architecture (in‑process, cross‑process, cross‑node), the performance, stability and memory challenges addressed, and future plans for heterogeneous GPU scaling.

GPUInferenceScalability
0 likes · 11 min read
Building a Mixed OR+ML Inference Framework with TritonServer: Architecture, Challenges, and Solutions