References

D

Data Science Focus: NumPy and Pandas (Overview)

This chapter introduces the two most essential external libraries for Python in the data science...

Decorators

This chapter introduces Decorators, a powerful and elegant Python feature that allows you to modify...

Data Structures II: Dictionaries and Sets

This chapter concludes the introduction to Python's core data structures by covering two essential unordered...

Data Structures I: Lists and Tuples

This chapter introduces the first two fundamental collection data types in Python: Lists (mutable) and...

Data Types and Type Conversion

Every value in Python has a data type. Understanding the type of data you are...

Display Properties and Positioning

1. The display Property The display property dictates the fundamental layout behavior of an element: how...

Dynamic Arrays and Memory

While the basic arrays discussed in P1.8 have a fixed size defined at compile time,...

Dynamic Link Libraries (DLLs)

A Dynamic Link Library (DLL) is an executable file that cannot run on its own....

Delphi (Object Pascal) Course Structure

The course is divided into three modules with chapters covering setup, fundamental programming, VCL/FMX frameworks,...

Debugging and Testing

Debugging and testing are critical phases of the software development lifecycle. Debugging is the process...

Dynamic Memory Allocation

In C, memory is typically allocated in two primary areas: Stack: Used for local variables and...

Defining and Calling Functions

Functions are the primary way C programs are structured. A function is a block of...

Data Types and Variables

In C, a variable is a named location in memory used to store data. Before...

Data Insertion and Retrieval

Data Manipulation Language (DML) commands are the most frequently used set of SQL statements. They...

Defining Database Structure (DDL)

Data Definition Language (DDL) is the subset of SQL commands used to define and manage...

Scroll to Top