Tag

Operators

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Mar 19, 2025 · Fundamentals

Understanding Python Operators and Expressions

This article provides a comprehensive overview of Python operators and expressions, covering arithmetic, comparison, logical, assignment, membership, and identity operators, their syntax, examples, and precedence rules, helping readers master how to construct and evaluate expressions for various programming tasks.

ExpressionsOperatorsPython
0 likes · 6 min read
Understanding Python Operators and Expressions
Test Development Learning Exchange
Test Development Learning Exchange
Feb 23, 2025 · Fundamentals

Understanding Python Operators: Arithmetic, Comparison, and Assignment with Practical Examples

This article introduces Python's arithmetic, comparison, and assignment operators, explaining their syntax and usage through clear code examples that illustrate common scenarios such as calculating totals, performing scientific calculations, and validating user input.

ArithmeticAssignmentOperators
0 likes · 6 min read
Understanding Python Operators: Arithmetic, Comparison, and Assignment with Practical Examples
大转转FE
大转转FE
Aug 2, 2024 · Fundamentals

JavaScript Implicit Type Conversions You Didn't Know

This article examines JavaScript’s implicit type conversion mechanisms, illustrating a quirky yet functional code example, detailing conversion rules for symbols, objects, arrays, numbers, booleans, and undefined/null, and highlighting common pitfalls and practical coding tricks.

JSFuckJavaScriptOperators
0 likes · 11 min read
JavaScript Implicit Type Conversions You Didn't Know
Sohu Tech Products
Sohu Tech Products
Jul 24, 2024 · Cloud Native

Understanding Helm and Kubernetes Operators

The article explains how Helm simplifies deploying complex Kubernetes applications with a single YAML chart but cannot manage runtime operations, while Kubernetes Operators—built on custom resource definitions and webhook logic—automate tasks such as scaling, upgrades, and side‑car injection, offering higher‑level lifecycle management.

Application DeploymentCRDHelm
0 likes · 9 min read
Understanding Helm and Kubernetes Operators
Practical DevOps Architecture
Practical DevOps Architecture
Apr 18, 2024 · Cloud Native

Kubernetes Source Code Deep Dive and Secondary Development Course Outline

This curriculum provides a comprehensive, step‑by‑step exploration of Kubernetes internals—including kubeadm core source, Go module management, cobra libraries, kubeadm init/join processes, client‑go components, code generators, custom resources, operators, and practical deployment automation—aimed at mastering cluster setup, configuration, and advanced development.

Client-goCluster ManagementGo
0 likes · 10 min read
Kubernetes Source Code Deep Dive and Secondary Development Course Outline
Test Development Learning Exchange
Test Development Learning Exchange
Apr 13, 2024 · Fundamentals

Python Operators and Data Types: A Practical Guide with Code Examples

An introductory guide to Python's arithmetic, relational, logical, assignment operators and core data types, illustrated with over fifteen practical code snippets to reinforce understanding and application for beginners seeking to solidify foundational programming skills.

Data TypesOperatorsProgramming Basics
0 likes · 5 min read
Python Operators and Data Types: A Practical Guide with Code Examples
Test Development Learning Exchange
Test Development Learning Exchange
Sep 17, 2023 · Fundamentals

Understanding the * and ** Operators in Python: Unpacking Sequences and Dictionaries

This article explains how Python's * and ** operators unpack sequences and dictionaries, handle variable numbers of positional and keyword arguments, and are applied in API automation, iterators, and generators, providing flexible and dynamic coding techniques.

AutomationDouble StarOperators
0 likes · 8 min read
Understanding the * and ** Operators in Python: Unpacking Sequences and Dictionaries
Test Development Learning Exchange
Test Development Learning Exchange
Aug 15, 2023 · Fundamentals

Python Operators: Arithmetic, Assignment, Comparison, Boolean, Bitwise, and Precedence

This article explains Python's arithmetic, assignment, comparison, Boolean, and bitwise operators, provides example code for each, and outlines the language's operator precedence rules to help developers write correct and readable expressions.

ArithmeticAssignmentBoolean
0 likes · 8 min read
Python Operators: Arithmetic, Assignment, Comparison, Boolean, Bitwise, and Precedence
Selected Java Interview Questions
Selected Java Interview Questions
Mar 16, 2023 · Fundamentals

Running Multiple Linux Commands in One Line Using Shell Operators

This guide explains how to efficiently execute several Linux shell commands on a single line by using the semicolon, logical OR (||), and logical AND (&&) operators, including examples, combined operator usage, and how to automate tasks with shell scripts.

AutomationCommand LineOperators
0 likes · 8 min read
Running Multiple Linux Commands in One Line Using Shell Operators
Sohu Tech Products
Sohu Tech Products
Aug 24, 2022 · Backend Development

What Is Reactive Programming and Its Application in Backend Development

This article explains the fundamentals of reactive programming as a declarative, data‑stream‑based paradigm, describes its core concepts such as streams, events, and operators, and demonstrates how to replace traditional imperative Java code with RxJava‑based reactive implementations for a backend service that processes MQ messages, fetches data, and updates a cache while handling errors, request deduplication, and rate limiting.

JavaOperatorsReactive Programming
0 likes · 19 min read
What Is Reactive Programming and Its Application in Backend Development
Python Programming Learning Circle
Python Programming Learning Circle
Jun 23, 2022 · Fundamentals

Python Basics: Data Types, Operators, Control Flow, and Common Functions

This comprehensive Python cheat‑sheet covers fundamental data types, arithmetic and comparison operators, boolean logic, special characters, file I/O, OS utilities, string manipulation, list and dictionary operations, control‑flow statements, loops, exception handling, and basic function, module, and package usage, providing concise examples for each concept.

Data TypesOperatorsPython
0 likes · 7 min read
Python Basics: Data Types, Operators, Control Flow, and Common Functions
Python Programming Learning Circle
Python Programming Learning Circle
Jun 21, 2022 · Fundamentals

Understanding Common Python Pitfalls and Unexpected Behaviors

This article explores a collection of surprising Python quirks—including string interning, the difference between is and ==, function return semantics, for‑loop variable handling, triple‑quoted strings, and in‑place operators—illustrating why even experienced developers encounter hidden pitfalls during everyday coding.

OperatorsPitfallsString Interning
0 likes · 8 min read
Understanding Common Python Pitfalls and Unexpected Behaviors
Big Data Technology Architecture
Big Data Technology Architecture
Jun 3, 2022 · Operations

Understanding Apache Airflow DAGs, Operators, and Scheduling

This article explains Apache Airflow's core concepts, including DAG definitions, scheduling intervals, task dependencies, various operators such as BashOperator, PythonOperator, Branch operators, sensors, and custom operators, and provides code examples and configuration details for building robust data pipelines.

Apache AirflowDAGOperators
0 likes · 15 min read
Understanding Apache Airflow DAGs, Operators, and Scheduling
New Oriental Technology
New Oriental Technology
Apr 27, 2022 · Backend Development

Introduction to RxJava: Concepts, Operators, and Backpressure

This article introduces RxJava as a reactive functional programming framework based on the observer pattern, explains its core concepts, stream types, a wide range of operators, backpressure strategies, and demonstrates its practical use for data migration between MongoDB and MySQL.

JavaOperatorsReactive Programming
0 likes · 22 min read
Introduction to RxJava: Concepts, Operators, and Backpressure
Architect
Architect
Feb 18, 2022 · Cloud Native

Large‑Scale etcd Cluster Performance Optimization and Pod Data Splitting in Ant Group’s Sigma

This article describes how Ant Group tackled the performance ceiling of its massive Sigma Kubernetes clusters by horizontally splitting etcd storage for Pods, Leases and Events, redesigning watch handling to avoid component restarts, and using snapshot‑based migration to preserve data integrity while reducing latency.

KubernetesOperatorscloud native
0 likes · 27 min read
Large‑Scale etcd Cluster Performance Optimization and Pod Data Splitting in Ant Group’s Sigma
Python Programming Learning Circle
Python Programming Learning Circle
Oct 8, 2021 · Fundamentals

Understanding Python’s += Operator and Mutable Tuples

This article explains the unique features of Python’s plus‑equals (+=) operator, demonstrates its usage with simple and complex examples, explores the concept of mutable elements within immutable tuples, and provides sample code illustrating how these operators work under the hood.

Mutable Data StructuresOperatorOperators
0 likes · 6 min read
Understanding Python’s += Operator and Mutable Tuples
Python Programming Learning Circle
Python Programming Learning Circle
Jun 7, 2021 · Fundamentals

Why Operators Are Useful in Python: Cognitive Benefits and Practical Readability

The article explains how using operators instead of function calls improves code readability, leverages visual processing in the brain, and aligns with mathematical laws such as commutativity, associativity, identity and distributivity, while also discussing performance trade‑offs in Python.

OperatorsPythonoperator overloading
0 likes · 7 min read
Why Operators Are Useful in Python: Cognitive Benefits and Practical Readability
DevOps Cloud Academy
DevOps Cloud Academy
Nov 24, 2020 · Operations

Deploying the EFK Stack with Local‑Volume StorageClass on OpenShift

This guide explains how to prepare resources, create a local‑volume storage class, install the Elasticsearch and Cluster Logging operators, and configure a persistent EFK stack on OpenShift, including YAML definitions, command‑line steps, and best‑practice notes on node selectors and tolerations.

EFKElasticsearchKubernetes
0 likes · 12 min read
Deploying the EFK Stack with Local‑Volume StorageClass on OpenShift
Ctrip Technology
Ctrip Technology
Oct 29, 2020 · Mobile Development

An In‑Depth Introduction to Apple’s Combine Framework and Its Practical Applications

This article provides a comprehensive overview of Apple’s Combine framework—explaining its core concepts such as publishers, subscribers, subjects, operators, and lifecycle management—while demonstrating custom implementations, MVVM integration, and performance comparisons with RxSwift through detailed code examples.

CombineOperatorsPublishers
0 likes · 15 min read
An In‑Depth Introduction to Apple’s Combine Framework and Its Practical Applications
High Availability Architecture
High Availability Architecture
Jun 2, 2020 · Cloud Native

Why Kubernetes Is Getting So Popular: A Technical Overview

The article explains Kubernetes' rapid rise by detailing its history, YAML‑based declarative infrastructure, GitOps workflow, scalability features, security policies, cloud‑provider integration, extensibility through CRDs and Operators, and the vibrant community that drives continuous innovation.

DevOpsKubernetesOperators
0 likes · 12 min read
Why Kubernetes Is Getting So Popular: A Technical Overview