Tag

Reference

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 11, 2025 · Fundamentals

Comprehensive Overview of Python Standard Library Modules

This article provides a detailed, categorized reference of Python's standard library modules, covering text processing, data types, mathematics, functional programming, file handling, persistence, compression, encryption, OS utilities, concurrency, inter‑process communication, internet protocols, multimedia, internationalization, frameworks, GUI toolkits, development tools, debugging, runtime, interpreter internals, import mechanisms, language utilities, as well as Windows‑ and Unix‑specific modules.

ModulesPythonReference
0 likes · 15 min read
Comprehensive Overview of Python Standard Library Modules
Python Programming Learning Circle
Python Programming Learning Circle
Dec 17, 2024 · Fundamentals

How to Access and Use the Official Python Chinese Documentation

This article explains why the official Python documentation historically lacked a Chinese version, shows how to access the Chinese docs via https://docs.python.org/zh-cn, lists the available language versions and content coverage, and provides tips for searching within the translated documentation.

ReferenceTutorialchinese
0 likes · 4 min read
How to Access and Use the Official Python Chinese Documentation
Python Programming Learning Circle
Python Programming Learning Circle
Oct 7, 2024 · Fundamentals

Overview of the Python Standard Library

This article provides a comprehensive overview of Python's extensive standard library, describing its built‑in modules across categories such as text processing, binary data handling, data types, mathematics, functional programming, file and directory utilities, persistence, compression, file formatting, encryption, operating‑system tools, concurrency, interprocess communication, internet protocols, multimedia, internationalization, programming frameworks, GUI toolkits, development tools, debugging, runtime, interpreter internals, import mechanisms, and language utilities.

ModulesPythonReference
0 likes · 12 min read
Overview of the Python Standard Library
Test Development Learning Exchange
Test Development Learning Exchange
Mar 17, 2024 · Fundamentals

Python Built-in Functions Reference

This reference lists Python's built‑in functions, providing concise English descriptions and example code snippets for each, covering topics from basic type conversions and arithmetic to object introspection and file handling and utility operations.

Referencebasicsbuilt-in-functions
0 likes · 19 min read
Python Built-in Functions Reference
Python Programming Learning Circle
Python Programming Learning Circle
Jan 9, 2024 · Fundamentals

Comprehensive List of Python Libraries and Tools

This article presents an extensive, categorized catalog of Python libraries and tools covering environments, package management, web frameworks, data processing, machine learning, testing, and many other domains, providing developers with a valuable reference to discover and select appropriate modules for their projects.

LibrariesPythonReference
0 likes · 48 min read
Comprehensive List of Python Libraries and Tools
php中文网 Courses
php中文网 Courses
Oct 8, 2023 · Backend Development

Understanding the Power of & in PHP foreach Loops

This article explains how PHP's foreach loop works and demonstrates the powerful use of the & reference operator to modify array elements, create dynamic variables, handle large datasets efficiently, and outlines best practices and alternatives for safe and effective coding.

LoopReferencebackend
0 likes · 5 min read
Understanding the Power of & in PHP foreach Loops
Python Programming Learning Circle
Python Programming Learning Circle
Jul 27, 2022 · Fundamentals

Understanding Shallow and Deep Copy in Python

This article explains how Python variables reference objects in memory, distinguishes between shallow and deep copying, demonstrates three common copying techniques (slicing, factory functions, and the copy method) with lists and tuples, and shows how to use the copy module for deep copies.

PythonReferencecopy module
0 likes · 6 min read
Understanding Shallow and Deep Copy in Python
Sohu Tech Products
Sohu Tech Products
Jul 20, 2022 · Fundamentals

Open‑Source Cheat Sheet Collection for Developers

This article introduces a curated set of open‑source cheat sheets covering programming languages, command‑line tools, and data‑processing resources, providing quick reference tables and code examples to boost developer productivity across Python, C++, Rust, JavaScript, Git, Linux, Kubernetes and more.

Referencecheatsheetdeveloper tools
0 likes · 10 min read
Open‑Source Cheat Sheet Collection for Developers
php中文网 Courses
php中文网 Courses
Jul 6, 2022 · Backend Development

Top 100 Most Frequently Used PHP Functions – Frequency and Average Usage

This article lists the 100 most commonly used built‑in PHP functions, showing each function's rank, usage frequency percentage, and average metric, providing developers with a concise reference of essential PHP utilities.

Backend DevelopmentFunctionsReference
0 likes · 5 min read
Top 100 Most Frequently Used PHP Functions – Frequency and Average Usage
php中文网 Courses
php中文网 Courses
Mar 23, 2022 · Databases

English MySQL Terminology Glossary (Part 1 & 2)

This article presents a comprehensive English glossary of MySQL terminology, translating Chinese explanations of commands, data types, constraints, and control structures into clear English definitions for developers and database learners.

DatabaseEnglishMySQL
0 likes · 8 min read
English MySQL Terminology Glossary (Part 1 & 2)
Python Programming Learning Circle
Python Programming Learning Circle
Feb 17, 2022 · Fundamentals

Understanding Dynamic vs. Static Typing and Variable Assignment in Python

This article explains the difference between dynamic and static typed languages, illustrates how Python's simple assignment works at the memory level, describes shared references, and shows how to use the built‑in type() function to inspect object types.

Dynamic TypingPythonReference
0 likes · 10 min read
Understanding Dynamic vs. Static Typing and Variable Assignment in Python
Python Programming Learning Circle
Python Programming Learning Circle
Jul 5, 2021 · Fundamentals

Overview of Python Standard Library Modules

This article provides a comprehensive overview of the over 200 modules included in Python’s standard library, organized into categories such as text processing, binary data handling, data types, mathematics, functional programming, file and directory operations, persistence, compression, networking, multimedia, internationalization, and many platform-specific utilities.

ModulesReferenceprogramming
0 likes · 11 min read
Overview of Python Standard Library Modules
New Oriental Technology
New Oriental Technology
Apr 5, 2021 · Fundamentals

Choosing the List Method for Circuit Analysis: Overview and Comparison

This article compares the table‑matrix method and the list method for circuit analysis, explains why the list method was selected due to its simpler equation formulation despite larger matrix size, and cites references that discuss various other techniques such as loop‑current and node‑voltage methods.

Electrical EngineeringReferencecircuit analysis
0 likes · 3 min read
Choosing the List Method for Circuit Analysis: Overview and Comparison
Selected Java Interview Questions
Selected Java Interview Questions
Jul 23, 2020 · Fundamentals

Understanding Reference, Shallow, and Deep Copy in Java

This article explains Java reference copying, object cloning, and the differences between shallow and deep copy, providing code examples and output analysis to illustrate how each method affects object identity and shared references.

CloningCopyJava
0 likes · 8 min read
Understanding Reference, Shallow, and Deep Copy in Java
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 4, 2020 · Fundamentals

Understanding Java Reference Types and Garbage Collection in JDK 8

This article explains the four kinds of Java references—strong, soft, weak, and phantom—how they interact with the garbage collector, the role of ReferenceQueue, and provides practical code examples and JVM internal details to help developers manage object lifecycles effectively.

Garbage CollectionJVMJava
0 likes · 22 min read
Understanding Java Reference Types and Garbage Collection in JDK 8
Selected Java Interview Questions
Selected Java Interview Questions
May 12, 2020 · Fundamentals

Understanding Java String Equality and Memory: Five Interview Questions Explained

This article examines five common Java String interview questions, detailing why each equality check yields true or false by exploring the behavior of the == operator, the equals method, constant pool usage, object creation, and runtime concatenation, all illustrated with code and memory diagrams.

EqualityInterviewJDK
0 likes · 9 min read
Understanding Java String Equality and Memory: Five Interview Questions Explained
Selected Java Interview Questions
Selected Java Interview Questions
Mar 2, 2020 · Fundamentals

Understanding Java Reference Types: SoftReference, WeakReference, and PhantomReference Implementation Details

This article explains Java's four reference types, focusing on the implementation and lifecycle of SoftReference, WeakReference, and PhantomReference, and clarifies how garbage collection policies, native and Java layers, and reference queues determine when these references are cleared or notified.

Garbage CollectionJavaPhantomReference
0 likes · 14 min read
Understanding Java Reference Types: SoftReference, WeakReference, and PhantomReference Implementation Details
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Dec 5, 2019 · Fundamentals

Understanding Java: Pass‑by‑Value vs Pass‑by‑Reference Explained

This article clarifies the long‑standing confusion about whether Java uses pass‑by‑value or pass‑by‑reference by defining the concepts, distinguishing actual and formal parameters, and demonstrating with primitive and object examples that Java always passes arguments by value, using the reference as the value for objects.

JavaReferencecode examples
0 likes · 8 min read
Understanding Java: Pass‑by‑Value vs Pass‑by‑Reference Explained
Python Programming Learning Circle
Python Programming Learning Circle
Oct 27, 2019 · Fundamentals

30 Python Tricks You Can Master in 30 Seconds

This article showcases thirty concise Python code snippets—each explainable in half a minute—that help you quickly solve everyday tasks such as checking list uniqueness, detecting anagrams, measuring memory usage, handling strings, manipulating collections, and more.

BeginnerProgramming tricksPython
0 likes · 14 min read
30 Python Tricks You Can Master in 30 Seconds