References

C

Concurrency: Multithreading and Multiprocessing

This chapter tackles a complex but essential advanced topic: how to execute multiple tasks simultaneously...

Class Dunder Methods (Magic Methods)

This chapter delves into the special methods in Python classes, known as Dunder Methods (methods...

Control Flow: Loops

Loops allow a program to perform a repetitive task efficiently. Python has two primary loop...

Control Flow: Conditionals

This chapter details the fundamental concept of Control Flow, specifically how to use conditional statements...

Core Syntax, Variables, and Comments

1. Python's Core Syntax: Indentation Unlike many programming languages that use curly braces ({}) or keywords...

Custom Properties (CSS Variables)

1. The Concept of Custom Properties Custom Properties are user-defined entities that store a specific value...

CSS Grid (2D Layout)

CSS Grid is a powerful layout system designed for dividing space into a grid structure,...

CSS Functions and Pseudo-Classes

1. CSS Functions CSS functions are special values that execute a computation or reference an external...

Core Syntax and Selectors

1. The CSS Rule Structure A Cascading Style Sheet (CSS) is simply a collection of rules....

CSS3/CSS4 Overview

Module 1: Basic Fundamentals and Local Setup This module introduces the necessary tools, the core syntax,...

Connecting to Databases (Data-Aware)

Modern desktop applications must interact with persistent data stored in databases (e.g., SQLite, PostgreSQL, MySQL)....

Classes and Objects (OOP I)

Object-Oriented Programming (OOP) is a programming paradigm that organizes software design around objects—data structures that...

Control Flow: Looping

Loops are used to execute a block of code multiple times. Pascal provides three distinct...

Control Flow: Conditionals

Control Flow refers to the order in which statements are executed. Conditional statements allow the...

Creating Custom Components

Creating a custom component is the ultimate step in achieving code reuse in Delphi. A...

Collections & Dynamic Arrays

While basic Delphi arrays have a fixed size defined at compile time, most real-world applications...

Common Components

The power of Delphi lies in its vast Component Palette, which allows for Rapid Application...

Control Flow & Loops

Control flow statements allow your program to make decisions and execute blocks of code repeatedly,...

Custom Data Attributes

Before HTML5, developers often had to use non-standard attributes or rely on classes and IDs...

Command Line Arguments

Command Line Arguments are data passed to a program when it is started from the...

Conditional Statements

Control Flow Control flow refers to the order in which statements are executed in a program....

Compilation Process

The process of turning a C source file (.c) into an executable file is handled...

Copying and Moving

This chapter introduces the commands cp and mv used for duplicating and relocating files and...

Creating and Removing

This chapter introduces the fundamental commands for creating and deleting files and directories, which are...

Connecting to Remote

To collaborate with a team or backup your project history, you need to link your...

Scroll to Top