Tagged articles
5 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Nov 7, 2025 · Fundamentals

Mastering Python File Extensions and Their Use Cases

This article explains the purpose and typical usage of various Python file extensions—including .py, .ipynb, .pyi, .pyc, .pyw, and .pyx—provides code examples, demonstrates how to write type‑hint files, and compares pure Python with Cython for performance‑critical tasks.

Cythonfile extensionsperformance
0 likes · 7 min read
Mastering Python File Extensions and Their Use Cases
Java Tech Enthusiast
Java Tech Enthusiast
Oct 11, 2025 · Fundamentals

Why JPEG and JPG Are Interchangeable: History and Windows Path Limits Explained

This article explains why JPEG and JPG are interchangeable, tracing the JPEG format’s 1992 origins, early Windows 8.3 filename constraints that led to the .jpg shortcut, and how modern operating systems have lifted the historic 260‑character path length limit, affecting developers with deep file hierarchies.

JPEGWindows path limitfile extensions
0 likes · 4 min read
Why JPEG and JPG Are Interchangeable: History and Windows Path Limits Explained
21CTO
21CTO
Mar 2, 2019 · Fundamentals

How to Create Files with Only an Extension in Windows 10 (and Earlier)

Microsoft’s recent Windows 10 updates let Explorer create and rename files that consist solely of an extension, a change that benefits web developers and users needing dot‑prefixed files, and the article explains how to enable this feature, workarounds for older versions, and command‑line methods.

File ExplorerWindowsdot-prefixed files
0 likes · 4 min read
How to Create Files with Only an Extension in Windows 10 (and Earlier)