Tag

standard-library

1 views collected around this technical thread.

Raymond Ops
Raymond Ops
Jun 10, 2025 · Fundamentals

Unlock Python’s Hidden Gems: Essential Built‑in Functions Every Developer Should Know

This article introduces a curated collection of Python’s most useful built‑in functions and standard‑library modules—including all, any, argparse, Counter, defaultdict, dataclass, datetime, lru_cache, itertools.chain, json, pickle, pprint, re, timeit, and uuid—explaining their purpose, providing clear usage examples, and highlighting practical scenarios where they simplify everyday coding tasks.

Pythonbuilt-in-functionsexamples
0 likes · 39 min read
Unlock Python’s Hidden Gems: Essential Built‑in Functions Every Developer Should Know
php中文网 Courses
php中文网 Courses
Jun 10, 2025 · Backend Development

Unlock Go’s Power: Master the Most Essential Standard Library Packages

This guide walks through Go’s most powerful standard library packages—fmt, net/http, sync, encoding/json, context, os/io, testing, time, sort, and reflect—showing practical code examples, advanced tips, and best‑practice recommendations to boost development efficiency and write professional Go code.

JSONbackendconcurrency
0 likes · 20 min read
Unlock Go’s Power: Master the Most Essential Standard Library Packages
Test Development Learning Exchange
Test Development Learning Exchange
Apr 16, 2025 · Fundamentals

Overview of Useful Python Standard Library Modules with Example Code

This article introduces several essential Python standard library modules—including cmd, getpass, glob, pickle, shelve, codecs, functools, inspect, weakref, and xml.etree.ElementTree—providing brief descriptions and ready‑to‑run code examples that demonstrate their core functionalities.

CMDPicklecode examples
0 likes · 4 min read
Overview of Useful Python Standard Library Modules with Example Code
php中文网 Courses
php中文网 Courses
Apr 15, 2025 · Fundamentals

Top 20 Most Common Python Standard Library Modules

This article introduces the twenty most frequently used Python standard library modules, such as os, sys, math, random, datetime, json, re, collections, itertools, argparse, and others, explaining their core functionalities and providing concise code examples to help developers efficiently manage files, data, networking, and more.

ModulesPythoncode examples
0 likes · 8 min read
Top 20 Most Common Python Standard Library Modules
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
Mar 14, 2025 · Fundamentals

Python 3.13 Removes 19 Standard Library Modules (PEP 594) and Related Changes

Python 3.13 eliminates 19 standard‑library modules under PEP 594, deprecates the 2to3 tool, and follows earlier removals in Python 3.12, while discussing the controversy, migration guidance, and release schedule for the upcoming versions.

PEP-594PythonPython 3.13
0 likes · 4 min read
Python 3.13 Removes 19 Standard Library Modules (PEP 594) and Related Changes
Test Development Learning Exchange
Test Development Learning Exchange
Mar 14, 2025 · Fundamentals

Introduction to Common Python Standard Library Modules

This article introduces several essential Python standard library modules—including os, sys, datetime, math, random, json, re, sqlite3, argparse, logging, and collections—providing brief descriptions and example code snippets that demonstrate their basic usage for file handling, system information, date-time operations, mathematics, randomness, data serialization, regular expressions, database interaction, command-line parsing, logging, and advanced data structures.

Modulesprogramming fundamentalsstandard-library
0 likes · 3 min read
Introduction to Common Python Standard Library Modules
Test Development Learning Exchange
Test Development Learning Exchange
Feb 10, 2025 · Fundamentals

Python Standard Library: File System and OS Modules Overview

This article provides a concise tutorial on Python's standard library modules for interacting with the operating system and handling files, covering os, os.path, shutil, glob, pathlib, io, tempfile, fileinput, pickle, csv, zipfile, and tarfile with example code snippets.

File I/OModulesPython
0 likes · 6 min read
Python Standard Library: File System and OS Modules Overview
Test Development Learning Exchange
Test Development Learning Exchange
Nov 6, 2024 · Fundamentals

Overview of Common Python Standard Library Modules

This article provides a concise overview of twenty essential Python standard library modules, covering their primary purposes and frequently used functions such as file handling, system interaction, data processing, networking, concurrency, compression, and serialization, helping developers improve productivity across various programming tasks.

ModulesPythonprogramming
0 likes · 8 min read
Overview of Common Python Standard Library Modules
Test Development Learning Exchange
Test Development Learning Exchange
Nov 1, 2024 · Fundamentals

Comprehensive Python Basics: Variables, Data Types, Control Structures, Functions, OOP, Standard Library, and More

This article provides a comprehensive Python tutorial covering variables, data types, control structures, functions, classes, standard library modules, file I/O, exception handling, comprehensions, generators, decorators, modules, virtual environments, coding style, and Git version control, complete with example code snippets.

FunctionsProgramming BasicsPython
0 likes · 14 min read
Comprehensive Python Basics: Variables, Data Types, Control Structures, Functions, OOP, Standard Library, and More
Python Programming Learning Circle
Python Programming Learning Circle
Oct 28, 2024 · Fundamentals

Essential Python Built-in Functions and Standard Library Modules with Examples

This article introduces essential Python built‑in functions and standard library modules such as all, any, argparse, collections, dataclasses, datetime, functools.lru_cache, itertools.chain, json, pickle, pprint, re, timeit, and uuid, providing concise explanations and practical code examples for each.

Pythonbuilt-in-functionsexamples
0 likes · 32 min read
Essential Python Built-in Functions and Standard Library Modules with Examples
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
Sep 13, 2024 · Fundamentals

Python Standard Library for Linux: File Operations, Process Management, Networking, System Info, Time, Logging, Monitoring, Compression, and Environment Variables

This article provides a comprehensive guide to Python's standard libraries for Linux, covering file and directory manipulation, process control, socket networking, system information retrieval, date and time handling, logging, file monitoring, compression, and environment variable management with clear code examples.

LinuxNetworkingPython
0 likes · 10 min read
Python Standard Library for Linux: File Operations, Process Management, Networking, System Info, Time, Logging, Monitoring, Compression, and Environment Variables
Test Development Learning Exchange
Test Development Learning Exchange
Aug 7, 2024 · Fundamentals

Python collections, heapq, bisect, and array modules: examples and usage

This article introduces Python's collections, heapq, bisect, and array standard‑library modules, explaining their purpose and providing clear code examples for namedtuple, deque, heap operations, binary search, and efficient array handling in everyday programming.

Data StructuresPythonarray
0 likes · 4 min read
Python collections, heapq, bisect, and array modules: examples and usage
Python Programming Learning Circle
Python Programming Learning Circle
Jul 22, 2024 · Fundamentals

Lesser‑Known Python Standard Library Modules and Their Usage

This article introduces several under‑used Python standard‑library modules—difflib, sched, binascii, tty, and weakref—explaining their key functions, typical scenarios, and providing concrete code examples to help developers expand their toolkit.

Pythonbinasciidifflib
0 likes · 9 min read
Lesser‑Known Python Standard Library Modules and Their Usage
Test Development Learning Exchange
Test Development Learning Exchange
Jun 26, 2024 · Fundamentals

Overview of Common Python Standard Library Modules

This article provides practical code examples for using key Python standard library modules—including os, sys, json, datetime, re, math, collections, urllib, random, and logging—to perform common tasks such as file operations, system info, data parsing, date handling, pattern matching, calculations, data structures, web requests, random generation, and logging.

DateTimeJSONPython
0 likes · 4 min read
Overview of Common Python Standard Library Modules
Test Development Learning Exchange
Test Development Learning Exchange
Jun 24, 2024 · Fundamentals

Python Standard Library: 9 Essential Modules for Efficient Development

This article introduces nine powerful Python standard library modules that enhance code efficiency and readability, covering context management, iterators, concurrency, file operations, functional programming, AST parsing, type hints, data classes, and async programming.

ASTPythonasyncio
0 likes · 4 min read
Python Standard Library: 9 Essential Modules for Efficient Development
Python Programming Learning Circle
Python Programming Learning Circle
May 30, 2024 · Fundamentals

Why Python Is a Great Language: Features, Performance Tips, and Ecosystem Overview

This article explains why Python is praised for its readability, high‑level abstractions, extensive standard library, strong community support, and flexible performance‑boosting tools such as NumPy, Cython, and Numba, making it a versatile choice for scientific and general‑purpose programming.

CythonNumPyNumba
0 likes · 28 min read
Why Python Is a Great Language: Features, Performance Tips, and Ecosystem Overview
Test Development Learning Exchange
Test Development Learning Exchange
May 11, 2024 · Fundamentals

Common Operations with Python's os, sys, and datetime Modules

This guide demonstrates how to list directory contents, create and delete folders, manage the current working directory with the os module, retrieve interpreter information, handle command‑line arguments and exit codes using sys, and work with dates and times via the datetime module, providing expected outputs for each operation.

Pythondatetime modulefile operations
0 likes · 5 min read
Common Operations with Python's os, sys, and datetime Modules
Python Programming Learning Circle
Python Programming Learning Circle
Apr 3, 2024 · Fundamentals

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

This article introduces several under‑used Python standard‑library modules—difflib, sched, binascii, tty, and weakref—explaining their main functions, typical use cases, and providing clear code examples to help developers quickly incorporate them into their projects.

binasciidifflibsched
0 likes · 9 min read
Lesser‑Known Python Standard Library Modules: difflib, sched, binascii, tty, and weakref