Tagged articles
7 articles
Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
May 16, 2026 · Fundamentals

Beginner-Friendly Guide to Linux Shell Programming

This article provides a step‑by‑step tutorial on Linux shell programming for beginners, covering variable naming rules, string manipulation, script creation, environment variable handling, arithmetic operations, user input, logical and string operators, as well as common file and directory commands, all illustrated with concrete code examples and screenshots.

ArithmeticBashEnvironment Variables
0 likes · 19 min read
Beginner-Friendly Guide to Linux Shell Programming
Lisa Notes
Lisa Notes
Feb 20, 2026 · Fundamentals

Master Python's input() Function: A Beginner’s Guide

This tutorial explains how Python's input() function works, covering its syntax, behavior, and return type, and provides concrete examples such as prompting for a password and age, illustrating how user input is captured and displayed in Python 3.

BeginnerPythonTutorial
0 likes · 4 min read
Master Python's input() Function: A Beginner’s Guide
php Courses
php Courses
Oct 10, 2025 · Backend Development

Master PHP’s fgetc(): Read Files and User Input with Simple Examples

This guide explains how to use PHP’s fgetc() function to read single characters from files and user input, covering file opening with fopen(), reading loops, handling end-of-file, and practical code examples for both file and STDIN scenarios.

Code ExamplesPHPUser Input
0 likes · 4 min read
Master PHP’s fgetc(): Read Files and User Input with Simple Examples
php Courses
php Courses
Apr 7, 2025 · Backend Development

Using PHP fgetc() to Read Characters from Files and User Input

This article explains the PHP fgetc() function, showing how to open files with fopen(), read characters sequentially from a file, and capture single-character user input, accompanied by complete code examples and detailed usage notes.

File ReadingTutorialUser Input
0 likes · 4 min read
Using PHP fgetc() to Read Characters from Files and User Input
php Courses
php Courses
Jul 4, 2024 · Backend Development

Using PHP fgetc() to Read Characters from Files and User Input

This article explains the PHP fgetc() function, showing how to open a file with fopen(), read characters sequentially, handle end‑of‑file, and also capture single‑character user input from STDIN with practical code examples.

BackendTutorialUser Input
0 likes · 4 min read
Using PHP fgetc() to Read Characters from Files and User Input