Tag

Data Handling

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
May 10, 2025 · Fundamentals

Using Python's json Module: Serialization, Deserialization, and Common Operations

This article introduces Python's built‑in json module, explaining how to serialize Python objects to JSON strings and files, deserialize JSON back to Python, and demonstrates common tasks such as pretty‑printing, handling Unicode, working with lists and nested structures, custom encoders, and network responses.

Data HandlingJSONPython
0 likes · 8 min read
Using Python's json Module: Serialization, Deserialization, and Common Operations
php中文网 Courses
php中文网 Courses
Aug 15, 2024 · Backend Development

Using Accessors and Mutators in PHP for Data Handling

This article explains PHP accessors and mutators, demonstrating how to define getter and setter methods, incorporate additional logic such as formatting, validation, and caching, and provides complete code examples to illustrate their practical use in backend development.

AccessorData HandlingMutator
0 likes · 7 min read
Using Accessors and Mutators in PHP for Data Handling
Python Programming Learning Circle
Python Programming Learning Circle
Jun 26, 2024 · Fundamentals

Effective Use of Underscores in Python: Tips and Tricks

This article explains how the underscore character in Python can be leveraged for quick console result reuse, selective tuple unpacking, protected and private attribute naming, and numeric readability, providing practical code examples that illustrate each technique for more efficient and readable code.

Data HandlingPythoncoding-tips
0 likes · 3 min read
Effective Use of Underscores in Python: Tips and Tricks
Test Development Learning Exchange
Test Development Learning Exchange
Jun 19, 2024 · Fundamentals

Safe Parsing of Strings in Python with ast.literal_eval

This article explains how to securely convert external string data into Python literals using the ast.literal_eval function, covering its principles, advantages, basic and advanced usage examples, special scenarios, error handling, and security best practices.

Code SecurityData HandlingPython
0 likes · 5 min read
Safe Parsing of Strings in Python with ast.literal_eval
Qunar Tech Salon
Qunar Tech Salon
Aug 4, 2015 · Operations

Support Practices and Communication Principles Shared by Qunar Team

The article shares practical support and communication principles, data handling guidelines, and internal best‑practice examples from Qunar to help newcomers avoid common pitfalls and improve operational efficiency by emphasizing sincere assistance, careful treatment of sensitive information, post‑mortem reviews, and appropriate use of tools such as mailing lists, QTALK, and encoding conversion.

Data Handlingbest practicescommunication
0 likes · 5 min read
Support Practices and Communication Principles Shared by Qunar Team