Tag

tuples

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Dec 28, 2024 · Fundamentals

Python Data Structures and File Operations Tutorial

This tutorial introduces Python's core data structures—lists, dictionaries, sets, and tuples—and demonstrates essential file operations for text, CSV, and JSON formats, providing practical code examples for each concept and explains their characteristics, common operations, and best practices for efficient programming.

CSVData StructuresDictionaries
0 likes · 7 min read
Python Data Structures and File Operations Tutorial
Architecture Development Notes
Architecture Development Notes
May 8, 2024 · Fundamentals

Master Rust Tuples: Definition, Access, Destructuring, and Real-World Uses

Learn how to define, initialize, access, destructure, and apply Rust tuples—including function returns, pattern matching, and limitations—through clear explanations and code examples that illustrate their flexibility and best-use scenarios for safer, more efficient Rust programming.

DestructuringProgrammingRust
0 likes · 5 min read
Master Rust Tuples: Definition, Access, Destructuring, and Real-World Uses
Test Development Learning Exchange
Test Development Learning Exchange
Mar 14, 2024 · Fundamentals

Using Python Lists, Dictionaries, and Tuples in API Automation Testing

This article explains how Python's mutable list and dictionary types and immutable tuple type can be employed to organize test data, build request payloads, and parse JSON responses when automating API tests, providing clear code examples for each use case.

API testingData StructuresDictionaries
0 likes · 6 min read
Using Python Lists, Dictionaries, and Tuples in API Automation Testing
DaTaobao Tech
DaTaobao Tech
Jul 31, 2023 · Frontend Development

New Features in TypeScript 5.2: Explicit Resource Management, Decorator Metadata, and Tuple Enhancements

TypeScript 5.2 beta introduces explicit resource management with a new using keyword, adds decorator metadata via context.metadata, and enhances tuples by allowing mixed labeled and unlabeled elements while improving union array type checking, all available now through npm or the VS Code nightly extension.

Decorator MetadataExplicit Resource ManagementTypeScript
0 likes · 9 min read
New Features in TypeScript 5.2: Explicit Resource Management, Decorator Metadata, and Tuple Enhancements
Python Programming Learning Circle
Python Programming Learning Circle
Jun 29, 2022 · Fundamentals

Python Data Structures: Lists, Tuples, Dictionaries, and Sets with Practical Code Examples

This article introduces Python's core built‑in sequence types—lists, tuples, dictionaries, and sets—explaining their characteristics, common operations, and performance considerations, and provides numerous interactive code snippets that demonstrate creation, indexing, slicing, modification, searching, sorting, and set algebra.

Data StructuresDictionariesLists
0 likes · 11 min read
Python Data Structures: Lists, Tuples, Dictionaries, and Sets with Practical Code Examples
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 StructuresOperatorProgramming Fundamentals
0 likes · 6 min read
Understanding Python’s += Operator and Mutable Tuples
Taobao Frontend Technology
Taobao Frontend Technology
May 14, 2021 · Frontend Development

Unlock TypeScript 3.7+ Power: Must‑Know New Features for Safer, Cleaner Code

This article reviews the most practical TypeScript enhancements since version 3.7—including optional chaining, private fields, inferred class properties, variadic and labeled tuples, recursive JSON types, improved error handling, unknown types, assertion functions, and type‑only imports—to help developers write more robust and maintainable code.

TypeScriptassertion functionsnew features
0 likes · 8 min read
Unlock TypeScript 3.7+ Power: Must‑Know New Features for Safer, Cleaner Code
Architecture Digest
Architecture Digest
Aug 30, 2016 · Fundamentals

Overview of Planned C# 7.0 Language Features

The article introduces the upcoming C# 7.0 language enhancements—including output variables, pattern matching, extended switch statements, tuples, deconstruction, local functions, numeric literal improvements, ref returns, new async return types, and throw expressions—explaining their syntax, usage, and current preview limitations.

AsyncLanguage Featurescsharp
0 likes · 17 min read
Overview of Planned C# 7.0 Language Features