Tagged articles
16 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
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
Liangxu Linux
Liangxu Linux
Sep 23, 2019 · Fundamentals

What Is a Terminal? From Early Mainframes to Modern Linux Device Files

This article explains the concept of a terminal, tracing its evolution from massive mainframe consoles to today’s Linux tty, ptmx, and pts devices, covering physical, remote, and virtual terminals, their role in user interaction, and how login mechanisms like getty work.

Device FilesPseudo‑terminalSSH
0 likes · 14 min read
What Is a Terminal? From Early Mainframes to Modern Linux Device Files
ITPUB
ITPUB
Jul 22, 2019 · Fundamentals

What Exactly Is a Terminal? From Early Mainframes to Linux Device Files

The article explains the concept of a terminal—any hardware or software that provides input and output for a computer—tracing its evolution from massive early consoles through multi‑user time‑sharing systems to modern Linux device files like /dev/tty, /dev/ptmx, and remote SSH sessions.

Device FilesPseudo‑terminalSSH
0 likes · 15 min read
What Exactly Is a Terminal? From Early Mainframes to Linux Device Files
ITPUB
ITPUB
Aug 8, 2016 · Fundamentals

Demystifying Linux TTY: From Physical Terminals to Pseudo‑Terminals

This article explains the origins and evolution of Linux TTY devices, clarifies the differences between consoles, virtual consoles, serial terminals, dumb terminals, smart terminals, and pseudo‑terminals, and provides practical examples and commands for identifying and using these character devices.

Pseudo‑terminalTTYconsole
0 likes · 21 min read
Demystifying Linux TTY: From Physical Terminals to Pseudo‑Terminals