Tag

Variables

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jun 6, 2025 · Fundamentals

Master Python Basics: Variables, Data Types, Operators, and Control Flow

This guide introduces Python's core fundamentals, covering its concise syntax, commenting styles, dynamic variables, primary data types, input/output functions, a full range of operators, control‑flow statements, and essential data structures such as lists, tuples, dictionaries and sets, complete with examples and visual illustrations.

Data StructuresProgramming BasicsPython
0 likes · 9 min read
Master Python Basics: Variables, Data Types, Operators, and Control Flow
php中文网 Courses
php中文网 Courses
May 23, 2025 · Fundamentals

Getting Started with Go: Hello World and Basic Syntax

This article introduces the classic “Hello, World!” program in Go, explains the language’s basic syntax—including package declaration, imports, functions, variables, constants, data types, control structures, loops, and comments—and provides instructions for running and formatting Go code.

FunctionsGoHello World
0 likes · 8 min read
Getting Started with Go: Hello World and Basic Syntax
JD Tech Talk
JD Tech Talk
Apr 25, 2025 · Fundamentals

Comparing Go and Java: Language Features, Syntax, and Concurrency

This article compares Go and Java by examining their core language features, code organization, visibility rules, variable and constant declarations, method and function syntax, interface implementation, basic and reference data types, error handling mechanisms, and control‑flow constructs, providing Java developers with a concise guide to Go's design principles and cloud‑native strengths.

ConcurrencyGoSyntax Comparison
0 likes · 23 min read
Comparing Go and Java: Language Features, Syntax, and Concurrency
php中文网 Courses
php中文网 Courses
Mar 18, 2025 · Fundamentals

Understanding Variables and Data Types in Python

This article introduces Python variables as containers for data, explains naming rules, demonstrates variable assignment with examples, outlines common data types such as numbers, strings, booleans, lists, tuples, sets, and dictionaries, and describes type conversion functions for effective data handling.

Data TypesPythonType Conversion
0 likes · 4 min read
Understanding Variables and Data Types in Python
Test Development Learning Exchange
Test Development Learning Exchange
Feb 21, 2025 · Fundamentals

Understanding Variable Definition and Usage in Python

This article introduces Python variable fundamentals, explaining how to define, assign, and manipulate variables of various types—including integers, floats, strings, booleans, lists, and dictionaries—through ten clear examples that illustrate common programming scenarios.

Programming BasicsPythonTutorial
0 likes · 5 min read
Understanding Variable Definition and Usage in Python
php中文网 Courses
php中文网 Courses
Feb 20, 2025 · Backend Development

Introduction to PHP Basics: Syntax, Variables, Operators, Control Structures, Functions, and More

This article provides a concise overview of PHP fundamentals, covering script tags, variable declarations and data types, operators, control structures, functions, array and string manipulation functions, as well as file inclusion techniques, offering beginners a solid foundation for web development.

FunctionsSyntaxVariables
0 likes · 4 min read
Introduction to PHP Basics: Syntax, Variables, Operators, Control Structures, Functions, and More
Test Development Learning Exchange
Test Development Learning Exchange
Feb 7, 2025 · Fundamentals

Python Basics: Print, Variables, Data Types, Control Flow, Functions, and More

This comprehensive tutorial introduces Python fundamentals, covering print statements, variable definition and assignment, data type conversion, conditional and loop structures, function creation and invocation, input handling, comments, indentation rules, program exit methods, operators, slicing, collections, file I/O, exception handling, and module imports.

Data TypesFunctionsProgramming Basics
0 likes · 33 min read
Python Basics: Print, Variables, Data Types, Control Flow, Functions, and More
php中文网 Courses
php中文网 Courses
Jan 14, 2025 · Backend Development

Using PHP’s is_object Function to Check Variable Types

This article explains how PHP’s built‑in is_object function can be used to determine whether a variable is an object, demonstrates its syntax, provides a complete code example with both an object and an array, and clarifies the distinction between objects and arrays.

PHPVariablesbackend
0 likes · 4 min read
Using PHP’s is_object Function to Check Variable Types
Test Development Learning Exchange
Test Development Learning Exchange
Dec 22, 2024 · Fundamentals

Python Basics: Variables, Data Types, Control Flow, Loops, and Functions

This article introduces core Python programming concepts, covering variable creation, common data types, conditional statements, loop structures, and function definitions with examples of default, keyword, and variable arguments, providing a concise foundation for writing simple Python scripts.

Data TypesFunctionsProgramming Basics
0 likes · 6 min read
Python Basics: Variables, Data Types, Control Flow, Loops, and Functions
Test Development Learning Exchange
Test Development Learning Exchange
Dec 13, 2024 · Fundamentals

Understanding Python Variables: Concepts, Scope, Lifecycle, and Practical API Testing Examples

This article explains Python variable fundamentals—including naming rules, assignment, scope, and lifecycle—provides basic code examples, and demonstrates advanced usage of variables in API automation testing through dictionaries, class configurations, enums, result tracking, and context managers.

API testingPythonVariables
0 likes · 9 min read
Understanding Python Variables: Concepts, Scope, Lifecycle, and Practical API Testing Examples
Test Development Learning Exchange
Test Development Learning Exchange
Dec 3, 2024 · Fundamentals

Python Programming Fundamentals

This tutorial covers Python's core programming concepts including variables, data types, control structures, functions, object-oriented programming, and file operations, providing a comprehensive foundation for beginners.

Data TypesFunctionsOOP
0 likes · 16 min read
Python Programming Fundamentals
php中文网 Courses
php中文网 Courses
Nov 25, 2024 · Backend Development

How to Use PHP's is_object Function to Check Variable Types

This article explains the PHP is_object function, its syntax, and demonstrates with code examples how to determine whether a variable is an object or not, highlighting the difference between objects and arrays and the importance of proper type checking in backend development.

PHPVariablesbackend
0 likes · 3 min read
How to Use PHP's is_object Function to Check Variable Types
Test Development Learning Exchange
Test Development Learning Exchange
Nov 14, 2024 · Fundamentals

Python Basics: Variables, Data Types, Control Structures, and Functions

This tutorial introduces Python fundamentals, covering variables and data types, control structures like if, for, and while loops, as well as function definition and usage, complemented by clear code examples and a simple practice exercise to compute the sum of two numbers.

FunctionsVariablesbasics
0 likes · 4 min read
Python Basics: Variables, Data Types, Control Structures, and Functions
Test Development Learning Exchange
Test Development Learning Exchange
Nov 1, 2024 · Fundamentals

Comprehensive Python Basics: Variables, Data Types, Control Structures, Functions, OOP, Standard Library, and More

This article provides a comprehensive Python tutorial covering variables, data types, control structures, functions, classes, standard library modules, file I/O, exception handling, comprehensions, generators, decorators, modules, virtual environments, coding style, and Git version control, complete with example code snippets.

FunctionsProgramming BasicsPython
0 likes · 14 min read
Comprehensive Python Basics: Variables, Data Types, Control Structures, Functions, OOP, Standard Library, and More
Test Development Learning Exchange
Test Development Learning Exchange
Sep 29, 2024 · Fundamentals

Python Basics: Variables, Data Types, and Object-Oriented Programming

This tutorial introduces Python fundamentals, covering variable assignment, data types, control structures, functions, modules, exception handling, file operations, and object‑oriented programming with class definitions, methods, and object instantiation, illustrated by practical code examples.

Data TypesVariablesobject-oriented programming
0 likes · 5 min read
Python Basics: Variables, Data Types, and Object-Oriented Programming
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 20, 2024 · Fundamentals

Understanding JavaScript Pre‑compilation and Hoisting

This article explains JavaScript's pre‑compilation process, including variable and function declaration hoisting, the creation of execution contexts, and the differences between var, let, and const, using several illustrative code examples to clarify how the engine resolves identifiers at runtime.

FunctionsJavaScriptPre-compilation
0 likes · 7 min read
Understanding JavaScript Pre‑compilation and Hoisting
Test Development Learning Exchange
Test Development Learning Exchange
Sep 9, 2024 · Fundamentals

Python Variables, Data Types, Control Structures, Functions, and Modules Overview

This article introduces Python fundamentals, covering variable declaration, built‑in data types, naming rules, control flow statements, function definitions with parameters, and module import techniques, providing code examples for each concept to aid beginners in programming.

Data TypesFunctionsModules
0 likes · 5 min read
Python Variables, Data Types, Control Structures, Functions, and Modules Overview
Test Development Learning Exchange
Test Development Learning Exchange
Jul 27, 2024 · Fundamentals

Using Variables in HttpRunner 4.x: Declaration, Reference, and Dynamic Assignment

HttpRunner 4.x enables flexible variable declaration and usage at both configuration and test-step levels, supporting $ and {{}} syntax, dynamic assignment from responses, parameterization, request customization, extraction, custom functions, and validation, allowing more maintainable and powerful API test cases.

API testingHttpRunnerVariables
0 likes · 7 min read
Using Variables in HttpRunner 4.x: Declaration, Reference, and Dynamic Assignment
Python Programming Learning Circle
Python Programming Learning Circle
Jul 8, 2024 · Fundamentals

Python Variable Usage, Naming Conventions, and Common Operations

This article teaches Python developers how to write cleaner, more elegant code by mastering variable unpacking, underscore placeholders, type annotations, PEP 8 naming rules, numeric literals, floating‑point precision handling with Decimal, boolean arithmetic tricks, and a wide range of string manipulation techniques, all illustrated with practical code examples.

DecimalPythonType Annotations
0 likes · 10 min read
Python Variable Usage, Naming Conventions, and Common Operations
Code Mala Tang
Code Mala Tang
Jul 3, 2024 · Frontend Development

Master CSS Variables: Boost Flexibility, Reusability, and Theming

This article explains the fundamentals of CSS variables, how to define and use them—including default values, nesting, media queries, and JavaScript updates—while showcasing practical scenarios such as theming, responsive design, code reuse, and compatibility across browsers.

CSSVariablesWeb Development
0 likes · 12 min read
Master CSS Variables: Boost Flexibility, Reusability, and Theming