No Widget Added

Please add some widget in Offcanvs Sidebar

Shopping cart

shape
shape

Day: July 24, 2024

loops in python, python loops, python in 2024, skills101.in, skills101

Python Loops

In Python, loops are used to repeatedly execute a block of code as long as a certain condition is met. Python supports two types of loops: for loops and while loops. Here’s an explanation of each type with simple examples. 1. For Loop The for loop

Read More
Python if else statement

Python If-else statements

What is If-else in Python? How do we use it? For what it is useful for?

Read More
Python comments

Python Comments

What is python comment and for what it is used for and importance of python comment

Read More
Python operator

Python Operators

For what Python operator is been used for ?And how many types of Python operator are there

Read More
Python Literals

Python Literals

Types of Python Literals What is Python Literals

Read More
Python key word

Python Keywords

Python keywords are reserved words that have special meaning in the Python programming language. These keywords are used to define the syntax and structure of the Python language and cannot be used as identifiers (variable names, function names, etc.). Here is a comprehensive list and explanation

Read More
Python variable

Python Variable Types

There are two types of variables in Python – Local variable and Global variable. Local Variable A local variable is a variable that is defined within a function and is only accessible within that function’s scope. Local variables are created when the function starts execution and

Read More
Python variable

Python Variables

A name given to a memory location is called Variable. And value holding python variable is known as Identifier. Python itself is smart enough language to determine the type of a variable, we do not need to specify its type in Python. Key points for variable

Read More
python programming, python development, python tutorials, skills101.in, skills101,

Python Tutorial | Python Programming Language

Python is a high-level, interpreted programming language that was created by Guido van Rossum and first released in 1991. The language was conceived in the late 1980s, with its implementation starting in December 1989. Van Rossum was working at the Centrum Wiskunde & Informatica (CWI) in

Read More