OPERATORS IN PYTHON

OPERATORS IN PYTHON Operator: It is defined as a symbol which is responsible for a particular operation between two operands. Python supports different types of operators: 1.Arithmetic Operators               2.Assignment Operators            3.Logical Operators                    4.Comparison Operators            5.Bitwise Operators                    6.Identity Operators                    7.Membership Operators              Arithmetic Operators: They are… Read More

FUNCTIONS IN PYTHON

FUNCTIONS IN PYTHON FUNCTION :   A function is a block of code that executes only when it is called. Data can be passed to functions as parameters. A function can return the result or output the result. In python a function can be created or… Read More

LOOPS IN PYTHON

LOOPS IN PYTHON Python language provides three types of loops, They are : while loop for loop nested loop Loop : It is a sequence of statements that will be repeated continuously until a certain condition is met. While Loop : It is used to… Read More

Control Flow In Python

CONTROL FLOW Decision making statements in programming languages decide the direction of the flow of program execution based on the given conditions. Python supports if, Elif used to decide the flow of execution. If statement: It is the basic decision-making statement, in this the code… Read More

Variables in Python

Variables in Python Identifiers: Identifiers are used to identify an entity uniquely in a program at the time of execution. Examples: class names, function names, variable names etc. Variable:Variable is a name given to a memory location that is used to hold a value. Ex:… Read More

Python – Datatypes

Python – Datatypes 👇👇👇👇 Please check the below link for the full document 👇👇👇👇 https://www.ktexperts.com/wp-content/uploads/2022/12/datatypes.pdf   Author    : Teja LinkedIn : https://www.linkedin.com/in/teja-sai-nadh-reddy-tatireddy-048882201 Thank you for giving your valuable time to read the above information. Please click here to subscribe for further updates KTExperts is… Read More

PYTHON INTRODUCTION

PYTHON INTRODUCTION WHAT IS PYTHON Python is a high-level, interpreted, interactive and object-oriented scripting language developed by Guido Van Rossum. Python is a powerful, flexible and easy to use scripting language. FEATURES OF PYTHON: Free & Open Source Python language is freely available at the… Read More

PYTHON VIMEO LINKS.

PYTHON VIMEO LINKS.   S.NO CLASS DATE VIMEO LINK PASSWORD TOPIC DESCRIPTION 1 11-30-2018 https://vimeo.com/304073630 python demo 2 12-05-2018 https://vimeo.com/304664589 python introduction to python 3 12-06-2018 https://vimeo.com/304876280 python applications of python and Environment setup,variables. 4 12-07-2018 https://vimeo.com/305098826 python installation of python software, how to develope… Read More