Tagged articles
21 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Jul 5, 2025 · Fundamentals

Unlock Hidden Python Gems: Master difflib, sched, binascii, tty, and weakref

Explore lesser-known Python standard-library modules—including difflib, sched, binascii, tty, and weakref—through clear explanations and practical code snippets that demonstrate how to compare strings, schedule events, encode data, manage terminal I/O, and work with weak references, empowering you to expand your programming toolkit.

PythonStandard LibraryTTY
0 likes · 9 min read
Unlock Hidden Python Gems: Master difflib, sched, binascii, tty, and weakref
Python Programming Learning Circle
Python Programming Learning Circle
Oct 16, 2023 · Fundamentals

Lesser‑Known Python Standard Library Modules: difflib, sched, binascii, tty, and weakref

This article introduces several lesser‑known Python standard‑library modules—including difflib, sched, binascii, tty, and weakref—explaining their key functions, typical use‑cases, and providing concise code examples to help developers quickly incorporate these utilities into their projects.

PythonStandard LibraryTTY
0 likes · 10 min read
Lesser‑Known Python Standard Library Modules: difflib, sched, binascii, tty, and weakref
Python Programming Learning Circle
Python Programming Learning Circle
Mar 23, 2023 · Fundamentals

Lesser‑Known Python Standard Library Modules: difflib, sched, binascii, tty, and weakref

This article introduces several useful but often overlooked Python standard‑library modules—including difflib for sequence comparison, sched for event scheduling, binascii for binary‑ASCII conversion, tty for terminal handling, and weakref for weak references—explaining their key functions, typical usage patterns, and providing concrete code examples.

Standard LibraryTTYbinascii
0 likes · 10 min read
Lesser‑Known Python Standard Library Modules: difflib, sched, binascii, tty, and weakref
Python Programming Learning Circle
Python Programming Learning Circle
Dec 8, 2022 · Fundamentals

Lesser‑Known Python Standard Library Modules and How to Use Them

This article introduces several lesser‑known Python standard‑library modules—including difflib, sched, binascii, tty, and weakref—explains their key functions, provides practical code examples, and highlights how they can simplify tasks such as string comparison, event scheduling, binary‑ASCII conversion, terminal handling, and weak referencing.

Pythonbinasciidifflib
0 likes · 9 min read
Lesser‑Known Python Standard Library Modules and How to Use Them
MaGe Linux Operations
MaGe Linux Operations
Nov 25, 2022 · Fundamentals

5 Little‑Known Python Standard Library Modules You Should Use

Discover five obscure yet powerful Python standard‑library modules—difflib, sched, binaascii, tty, and weakref—along with their key functions, usage examples, and practical tips, enabling developers of any skill level to expand their toolkit and streamline tasks such as string comparison, scheduling, encoding, terminal handling, and memory management.

PythonStandard LibraryTTY
0 likes · 10 min read
5 Little‑Known Python Standard Library Modules You Should Use
MaGe Linux Operations
MaGe Linux Operations
Apr 29, 2022 · Fundamentals

Discover 5 Hidden Python Modules That Can Supercharge Your Code

This article introduces five lesser‑known Python standard‑library modules—difflib, sched, binascii, tty, and weakref—explaining their key functions, typical use cases, and providing concise code examples so developers can quickly incorporate these powerful tools into their projects.

ModulesPythonStandard Library
0 likes · 9 min read
Discover 5 Hidden Python Modules That Can Supercharge Your Code
21CTO
21CTO
May 25, 2021 · Frontend Development

Unlock JavaScript 2021: 5 Game-Changing Features You Must Master

This article explores five powerful JavaScript 2021 enhancements—including logical assignment operators, replaceAll, numeric separators, Promise.any, and WeakRef/Finalizers—explaining their syntax, behavior, and practical code examples to help developers write cleaner, more efficient code.

2021 featuresFinalizationRegistryJavaScript
0 likes · 8 min read
Unlock JavaScript 2021: 5 Game-Changing Features You Must Master
Alibaba Terminal Technology
Alibaba Terminal Technology
Aug 19, 2020 · Frontend Development

What’s New in ECMAScript? A Deep Dive into Stage 3‑4 TC39 Proposals

This article reviews the latest TC39 proposals advancing from Stage 3 to Stage 4—including Promise.any, AggregateError, WeakRefs, FinalizationRegistry, logical assignment operators, numeric literal separators, Intl.ListFormat, Intl.DateTimeFormat styles, iterator.item, Intl.Segmenter, Record & Tuple, JSON.parse source‑text access, await extensions, Array.prototype.unique, and resizable array buffers—explaining their goals, required thresholds, and providing concrete code examples.

ECMAScriptJavaScriptPromise.any
0 likes · 19 min read
What’s New in ECMAScript? A Deep Dive into Stage 3‑4 TC39 Proposals
Qunar Tech Salon
Qunar Tech Salon
Jun 11, 2019 · Fundamentals

Understanding Python __init__ and __del__ Methods: Constructors, Destructors, and Resource Management

This article explains how Python uses the special __init__ and __del__ methods to emulate constructors and destructors, discusses the language's reference‑counting garbage collector, demonstrates common pitfalls with __del__, and presents safer alternatives such as context managers and weak references for resource cleanup.

PythonResource Managementcontext manager
0 likes · 7 min read
Understanding Python __init__ and __del__ Methods: Constructors, Destructors, and Resource Management
360 Tech Engineering
360 Tech Engineering
May 14, 2019 · Frontend Development

What’s New in JavaScript: V8 Performance Boosts and New Language Features

The article summarizes the latest JavaScript enhancements presented by the V8 team at Google I/O, covering massive async performance gains, new engine components like TurboFan and Orinoco, and a suite of language features such as class fields, private members, numeric separators, bigint, extended Intl APIs, top‑level await, Promise.allSettled/any, and WeakRef, illustrated with practical code examples.

AsyncJavaScriptPromise
0 likes · 12 min read
What’s New in JavaScript: V8 Performance Boosts and New Language Features