Tag

Tuples

0 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.

CSVDictionariesJSON
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.

DestructuringProgrammingTuples
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 testingDictionariesLists
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 ManagementTuples
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.

DictionariesListsPython
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 StructuresOperatorTuples
0 likes · 6 min read
Understanding Python’s += Operator and Mutable Tuples
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.

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