Tagged articles
6 articles
Page 1 of 1
Lisa Notes
Lisa Notes
Mar 5, 2026 · Fundamentals

Python Basics: From Zero to Core Concepts with Practical Code Examples

This tutorial walks through essential Python fundamentals—including comments, naming conventions, variable assignment, input/output functions, common data types, type conversion, and arithmetic, assignment, relational, and membership operators—providing clear explanations and concrete code snippets for each concept.

Data TypesInput/OutputPython
0 likes · 20 min read
Python Basics: From Zero to Core Concepts with Practical Code Examples
php Courses
php Courses
Jul 11, 2025 · Fundamentals

Master C++ I/O: When to Use cin/cout vs printf/scanf

This article explains C++ input/output fundamentals, comparing the object‑oriented cin/cout streams with the C‑style printf/scanf functions, providing code examples, feature comparisons, common pitfalls, and best‑practice recommendations to help developers choose the right approach for safety and performance.

Input/Outputbest-practicesc++
0 likes · 7 min read
Master C++ I/O: When to Use cin/cout vs printf/scanf
Liangxu Linux
Liangxu Linux
May 13, 2025 · Fundamentals

How the Five Core Computer Parts Turn a Keystroke into a Screen

This article walks readers through the five essential computer components—input devices, CPU, memory, storage, and output devices—explaining how they interact via the system bus to process a simple keystroke, illustrating data flow with diagrams, real‑world analogies, performance tips, troubleshooting tricks, and practical examples like taking a photo.

CPUInput/Outputcomputer fundamentals
0 likes · 18 min read
How the Five Core Computer Parts Turn a Keystroke into a Screen
Test Development Learning Exchange
Test Development Learning Exchange
Feb 22, 2025 · Fundamentals

Python Input/Output and Data Type Conversion Tutorial

This article introduces Python's input and output functions and demonstrates various data type conversion techniques through practical code examples, helping readers master essential programming fundamentals for building functional applications and improves their ability to handle user interaction and data processing.

Input/OutputPythondata type conversion
0 likes · 7 min read
Python Input/Output and Data Type Conversion Tutorial