Programming

Programming

Exploring Various Coding Languages

Programming LanguagesSoftware DevelopmentAlgorithms and Data StructuresSoftware EngineeringWeb and Mobile Programming

Related Categories

Articles in this Section

Numbers and Variables in Python: Definitions

Variables and data types play .....

/article/Numbers-and-Variables-in-Python:-Definitions

Introduction to Comparison and Logical Operators in Python

Python offers powerful and intuitive tools for decision-making through comparison and logical operators. Comparison operators test relationships between values, while logical operators help combine multiple conditions. This article covers essential operators like <, >, ==, and, or, and not — using clear examples to illustrate how they’re applied in everyday programming tasks.

/article/introduction-to-comparison-and-logical-operators-in-python

Conditional Structures: if and if-else in Python

In Python, conditional statements like if and if-else are fundamental tools for controlling the flow of a program. They allow the program to make decisions based on specified conditions. This article introduces the syntax and usage of if, if-else, and if-elif-else, with practical examples tailored for beginner and intermediate learners.

/article/conditional-structures-if-else-python

Loops, Iterators, and Repetition Control in Python

Loops, Iterators, and Repetition Control in Python

/article/loops-iterators-and-repetition-control-in-python

Comprehensive Guide to Functions in Python: Structure, Types, and Use Cases

Functions in Python are essential building blocks for writing modular, reusable, and maintainable code. This article introduces function definitions, distinguishes between built-in and user-defined functions, explores parameters and return values, and presents advanced topics such as recursion and lambda expressions. Whether you're a beginner or brushing up for interviews, this guide offers a clear and accessible foundation.

/article/comprehensive-guide-python-functions-structure-types-uses

Complete Guide to Getting Text Input from Users in Python

In Python, accepting input from users is one of the simplest yet most powerful features for interactive programming. This article explores the input() function in depth, explains how to cast types, validate user data, and use input within loops and conditions. Real-life examples help clarify each concept, making this guide perfect for beginners and intermediate learners.

/article/getting-user-input-in-python-input-text

چندین نمونه کد

برای درک بهتر زبان پیاتون

/article/serveral-example-code-python-fa

Several example codes

understand the Python programming language

/article/serveral-example-code-python

Comprehensive Guide to Python Classes – Object-Oriented Design, Structure, Inheritance, and Practical Use

Classes in Python are the foundation of object-oriented programming, allowing developers to define complex data structures, encapsulate logic, and create scalable, maintainable systems. This article walks through the fundamentals of defining classes, constructors, methods, inheritance, encapsulation, and real-world applications in Python projects.

/article/comprehensive-guide-to-python-classes-object-oriented-design-structure-inheritance-practical-use

Complete Guide to Python Decorators – Enhancing Function Behavior with Reusable Logic

Decorators in Python are a powerful tool for modifying or extending the behavior of functions and classes without changing their original code. They allow developers to implement reusable logic such as logging, authentication, caching, or timing in a clean and maintainable way. This article explores the structure, definition, common use cases, and practical examples of decorators in Python.

/article/complete-guide-to-python-decorators-enhancing-function-behavior-with-reusable-logic

What Is JavaScript? – A Journey into the Identity and Origins of JS

Chapter 1 of You Don’t Know JS Yet begins not with syntax or code, but with a philosophical and historical exploration of JavaScript’s identity. It challenges assumptions, clears up myths, and lays the foundation for a deeper understanding of the language. This article distills the chapter’s key insights, from the marketing origins of the name “JavaScript” to the structural pillars of the language and the mindset required to truly know JS.

/article/what-is-javascript-identity-origins-ydkjsy

Surveying JavaScript – A Beginner’s Guide to Core Concepts

This article introduces foundational JavaScript concepts for new developers, adapted from Chapter 2 of You Don’t Know JS Yet: Get Started. It covers how JS treats each file as a standalone program, the nature of values (primitives and objects), and how to determine value types. While not a full reference, this survey lays the groundwork for deeper learning and confident coding.

/article/surveying-javascript-beginners-guide-core-concepts