Tag

Syntax

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jun 7, 2025 · Fundamentals

Master Python Basics in 30 Minutes: Variables, Loops, Functions & More

Within just 30 minutes, this guide walks beginners through Python’s core syntax—including variables, data types, operators, control flow, functions, and essential data structures—providing clear explanations and runnable code examples so you can write your first programs and build a solid foundation.

PythonSyntaxbasics
0 likes · 6 min read
Master Python Basics in 30 Minutes: Variables, Loops, Functions & More
php中文网 Courses
php中文网 Courses
Jun 5, 2025 · Backend Development

What Exciting New Features Will PHP 8.5 Bring to Developers?

PHP 8.5 introduces a suite of enhancements focused on developer experience, including an expanded constructor property promotion with default values and readonly, smarter match expressions with pattern matching, a native pipe operator for fluent function chaining, stricter never return type handling, faster autoloading and OPcache, plus new standard library functions such as str_contains_all and improved array_key_first/last.

8.5FeaturesPHP
0 likes · 7 min read
What Exciting New Features Will PHP 8.5 Bring to Developers?
JD Tech Talk
JD Tech Talk
Mar 21, 2025 · Fundamentals

Go Language Basics: Syntax, Types, Concurrency, and Error Handling

This article introduces Go (Golang) fundamentals for developers familiar with other object‑oriented languages, covering basic syntax, variable and constant declarations, nil and zero values, methods, packages, pointers, struct‑based OOP, interfaces, goroutines, channels, mutexes, and the language's simple error‑handling mechanisms.

Error HandlingGoSyntax
0 likes · 25 min read
Go Language Basics: Syntax, Types, Concurrency, and Error Handling
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.

FunctionsSyntaxarrays
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
Jan 17, 2025 · Fundamentals

Key Features of Python Syntax and Their Benefits

The article outlines twelve essential characteristics of Python's syntax—including indentation, dynamic typing, built‑in data structures, standard library, OOP support, exception handling, generators, decorators, and more—illustrated with clear code examples that demonstrate how these features simplify development and improve code readability.

PythonSyntaxcode examples
0 likes · 7 min read
Key Features of Python Syntax and Their Benefits
Test Development Learning Exchange
Test Development Learning Exchange
Nov 12, 2024 · Fundamentals

Comprehensive Python Syntax Cheat Sheet: 25 Key Concepts with Code Examples

This article presents a concise yet thorough overview of Python's essential syntax, covering printing, variable assignment, data types, control flow, functions, OOP features, decorators, context managers, generators, and advanced topics such as metaclasses and recursion, each illustrated with clear code snippets.

Programming BasicsPythonSyntax
0 likes · 12 min read
Comprehensive Python Syntax Cheat Sheet: 25 Key Concepts with Code Examples
Python Programming Learning Circle
Python Programming Learning Circle
Nov 2, 2024 · Fundamentals

Common Python Errors and How to Fix Them

This article presents 17 frequent Python runtime and syntax errors, explains why they occur, and provides clear code examples and corrections to help beginners quickly identify and resolve these issues while improving their debugging skills.

Syntaxdebuggingerrors
0 likes · 10 min read
Common Python Errors and How to Fix Them
Python Programming Learning Circle
Python Programming Learning Circle
Nov 1, 2024 · Fundamentals

Understanding BNF Notation and Its Application to Python Syntax

This article explains the Backus–Naur Form (BNF) notation, its core components, and how to use it to describe Python grammar, providing concrete examples such as full‑name definitions, identifiers, and control‑flow statements, along with best‑practice tips for reading Python BNF rules.

BNFGrammarParsing
0 likes · 10 min read
Understanding BNF Notation and Its Application to Python Syntax
Python Programming Learning Circle
Python Programming Learning Circle
Sep 23, 2024 · Fundamentals

Python Vocabulary and Basic Syntax Guide

This article presents a comprehensive list of essential Python terms and concepts, covering interactive environments, string operations, data structures, control flow, functions, parameters, recursion, list comprehensions, and related vocabulary to help beginners master Python fundamentals.

PythonSyntaxVocabulary
0 likes · 6 min read
Python Vocabulary and Basic Syntax Guide
Test Development Learning Exchange
Test Development Learning Exchange
Sep 11, 2024 · Fundamentals

Python Introduction and Basic Syntax Tutorial

This tutorial introduces Python, explains how to install it, and covers fundamental syntax including comments, variables, data types, string manipulation, collections, control flow, functions, modules, exception handling, file operations, classes, comprehensions, and common utilities, providing clear code examples for each concept.

Programming BasicsSyntaxcode examples
0 likes · 7 min read
Python Introduction and Basic Syntax Tutorial
Architecture Digest
Architecture Digest
Jul 4, 2024 · Fundamentals

Introducing Huawei's Cangjie Programming Language: Features, Syntax, and Beginner Tutorial

Huawei unveiled its self‑developed Cangjie programming language at the 2024 Developer Conference, detailing its .cj file extension, native‑intelligence features, HarmonyOS integration, and providing a step‑by‑step beginner tutorial covering identifiers, variables, types, expressions, concurrency, and more, with sample code output.

CangjieHuaweiSyntax
0 likes · 4 min read
Introducing Huawei's Cangjie Programming Language: Features, Syntax, and Beginner Tutorial
Test Development Learning Exchange
Test Development Learning Exchange
Jun 14, 2024 · Fundamentals

Understanding YAML: Syntax, Features, and Best Practices

This article introduces YAML as a human‑friendly data serialization format, explains its basic syntax such as key‑value pairs, indentation, lists, and multiline strings, outlines features like type inference and anchors, and offers best‑practice guidelines for secure and maintainable configuration files.

ConfigurationData SerializationSyntax
0 likes · 4 min read
Understanding YAML: Syntax, Features, and Best Practices
Selected Java Interview Questions
Selected Java Interview Questions
Mar 24, 2024 · Fundamentals

Comprehensive Guide to GitHub Search Syntax and Techniques

This article provides a detailed overview of GitHub's advanced search capabilities, including sorting options, repository, code, user, and topic search qualifiers, with numerous examples and practical tips for developers to locate and rank results effectively.

GitHubRepositorySyntax
0 likes · 21 min read
Comprehensive Guide to GitHub Search Syntax and Techniques
Python Programming Learning Circle
Python Programming Learning Circle
Mar 9, 2024 · Fundamentals

Python Basics: Comments, Indentation, Variables, Data Types, Operators, Strings, Lists, Conditionals, Loops, and Functions

This comprehensive tutorial introduces Python fundamentals, covering comments, indentation, variable naming rules, core data types, type conversion, arithmetic and comparison operators, string manipulation, list operations, conditional statements, loop constructs, and custom function definitions with clear examples and code snippets.

Data TypesPythonSyntax
0 likes · 21 min read
Python Basics: Comments, Indentation, Variables, Data Types, Operators, Strings, Lists, Conditionals, Loops, and Functions
JD Tech
JD Tech
Aug 23, 2023 · Fundamentals

Go Language Basics: Syntax, Variables, Control Flow, OOP, Concurrency, and Error Handling

This article introduces Go to developers familiar with other object‑oriented languages, covering the language definition, basic syntax such as variable and constant declarations, control structures, functions with multiple returns and variadic parameters, data structures like arrays, slices and maps, struct‑based object‑orientation, interfaces, goroutine‑based concurrency, channels, mutexes, and the simple error‑handling model using error, defer, panic, and recover.

Error HandlingFunctionsGo
0 likes · 25 min read
Go Language Basics: Syntax, Variables, Control Flow, OOP, Concurrency, and Error Handling
Architect's Tech Stack
Architect's Tech Stack
Dec 29, 2022 · Fundamentals

Differences Between while(1) and for(;;) in C: Syntax, Execution, and Assembly Comparison

While(1) and for(;;) both create infinite loops in C, but this article explains their syntactic forms, execution semantics, and demonstrates through compiled assembly that they generate identical machine code, highlighting subtle differences and confirming they are functionally equivalent.

C++CompilerInfinite Loop
0 likes · 5 min read
Differences Between while(1) and for(;;) in C: Syntax, Execution, and Assembly Comparison
Tencent Cloud Developer
Tencent Cloud Developer
Nov 4, 2022 · Fundamentals

Understanding Complex C++ Syntax and Language Features: A Comprehensive Guide

The guide thoroughly explains C++’s intricate syntax and language features—from historic C inheritance, array handling, and implicit conversions to enums, macros, and const correctness—while detailing modern C++11 concepts like rvalue references, move semantics, reference collapsing, perfect forwarding, and auto deduction to help developers avoid pitfalls and write cleaner, efficient code.

C++ProgrammingSyntax
0 likes · 50 min read
Understanding Complex C++ Syntax and Language Features: A Comprehensive Guide
Python Programming Learning Circle
Python Programming Learning Circle
Jul 9, 2022 · Fundamentals

Common Python Mistakes Beginners Should Avoid

This article lists ten typical Python beginner mistakes—unnecessary semicolons, redundant parentheses, using assignment instead of equality, illegal string concatenation, keyword variable names, indentation errors, immutable strings, treating distinct objects as one, typographical errors, and list index out‑of‑range—illustrated with code examples and explanations.

PythonSyntaxbeginners
0 likes · 5 min read
Common Python Mistakes Beginners Should Avoid
Java Architect Essentials
Java Architect Essentials
Dec 20, 2021 · Databases

Why MySQL UPDATE with AND Fails and How to Correctly Update Multiple Columns

The article explains that using the logical operator AND between column assignments in a MySQL UPDATE statement causes unexpected results, demonstrates the issue with sample data, and shows that multiple columns must be separated by commas to update them correctly.

MySQLSQLSyntax
0 likes · 4 min read
Why MySQL UPDATE with AND Fails and How to Correctly Update Multiple Columns
Qunar Tech Salon
Qunar Tech Salon
Jul 20, 2021 · Fundamentals

Go Language Beginner's Guide: Installation, Environment, Syntax, and Concurrency

This article provides a comprehensive beginner‑friendly walkthrough of Go, covering its origins, installation, environment variables, IDE setup, project structure, core syntax, data types, functions, object‑oriented concepts, and a practical concurrency example using goroutines and channels.

GoSyntaxconcurrency
0 likes · 24 min read
Go Language Beginner's Guide: Installation, Environment, Syntax, and Concurrency