TECHCODECLASSES
TECHCODECLASSES
  • 19
  • 2 855

วีดีโอ

Type Casting In Python#pythonlearning#learnpython #phython #programminglanguage
มุมมอง 754 ชั่วโมงที่ผ่านมา
Converting one data type value to another data type value is called Type casting/ Type conversion Syntax: var=int(value) . . @follow TECHCODECLASSES . . #codinglife #pythontutorials
INPUT() FUNCTION IN PYTHON#pythonlearning #python #programming
มุมมอง 867 ชั่วโมงที่ผ่านมา
INPUT FUNCTION.. 1. Input() function is to take input from the user. 2. It returns the user input in the form of a string type 3. Syntax: var=input(Prompt to be disclosed) . . @neerajkhatri1992follow the channel TECHCODECLASSES . .
ESCAPE SEQUENCE IN PYTHON#learnpython #python #pythondeveloper
มุมมอง 6921 ชั่วโมงที่ผ่านมา
It is a sequence of characters that, when used inside a character or string, does not represent itself but is converted into another character or series of characters. 1. Newline ( ) 2. Tab (\t) 3. Back Space(\b) 4. Carriage Return(\r). 5. Single Quote(') 6. Double Quote(") 7. Back Slash() . . @followTECHCODECLASSES
IDENTITY OPERATOR IN PYTHON PART2#learnpython #python #coding #programing_tutorial #pythondeveloper
มุมมอง 117วันที่ผ่านมา
Identity operators in Python are used to compare the memory addresses of two objects, determining whether two variables or objects reference the same memory location. There are two identity operators in Python: 1. Is Returns True if two objects refer to the same memory location. 2. Is not Returns True if two variables do not refer to the same memory location. The difference between and Is Opera...
Identity Operator In Python Part -1#pythonlearning #programminglanguage #programming #coding
มุมมอง 7421 วันที่ผ่านมา
Identity operators in Python are used to compare the memory addresses of two objects, determining whether two variables or objects reference the same memory location. There are two identity operators in Python: 1. Is 2. Is not What is id? Each object in Python has a memory location identified using a unique id The ID of an object can be checked by id (object name) @followTECHCODECLASSES
Membership Operator In Python#learnpython #programing_tutorial #coding #python #datascience
มุมมอง 12721 วันที่ผ่านมา
Membership operators in Python are operators used to test whether a value exists in a sequence, such as a string, list, tuple, or dictionary. The membership operators in Python are, 1. In- The in operator returns True if the value is found in the sequence otherwise False 2. Not in The not in operator returns True if the value is not found in the sequence. otherwise False .. .. @follow TECHCODEC...
Assignment Operator In Python#learnpython #coding #programing_tutorial #datascience
มุมมอง 15128 วันที่ผ่านมา
Assignment operators perform operations and assign value to the left operand. Assignment operators are used for assigning values. Equal to symbol is used to define it and you can also use increment and decrement in this maths operator in Python. There are different types of assignment operator 1. ASSIGN(=) 2. ADD AND ASSIGN (a =) 3. Subtract and Assign (a-=) 4. Multiply and Assign (a*=) 5. Divi...
Logical Operator In Python#learnpython #python #programing_tutorial
มุมมอง 150หลายเดือนก่อน
In Python, logical operators are used to combine multiple conditions together and evaluate them as a single Boolean expression. There are three types of logical operators in Python: 1. The 'and' operator returns 'True' if both conditions it is evaluating are true, otherwise, it returns 'False. 2. The 'or' operator returns 'False ' if both conditions are false otherwise, it returns 'True' 3. The...
Relational Operator In Python #learnpython #coding #programing_tutorial
มุมมอง 157หลายเดือนก่อน
Relational Operators in Python compare the operand values on either side. The relational operators in Python return a boolean value, i.e., either True or False based on the value of operands. There are 6 relational operator. 1.( ) Equal To 2. != Not Equal To 3. Greater Than 4. Less Than 5. Greater Than or Equal To 6. Lesser Than
PYTHON ARITHMETIC OPERATORS EXPLAINED:#learnpython #datascience #machinelearning
มุมมอง 120หลายเดือนก่อน
Arithmetic Operators in Python are used to perform mathematical operations on numerical values. The basic arithmetic operators in Python: 1. Addition ( ) 2. Subtraction (-) 3. Multiplication (*) 4. Division (/) 5. Floor division (//) 6. Modulus (%) 7. Exponentiation ( ) These operators can be used with integer, float, and complex numbers in Python
OPERATORS IN PYTHON #learnpython #python #datascience
มุมมอง 152หลายเดือนก่อน
Operators are building a block of expressions that we can use to manipulate the data. Operators are seven types. 1. Arithmetic operator 2. Relational operator 3. Logical operator 4. Membership operator 5. Assignment operator 6. Bitwise operator 7. Identity operator
DATA TYPES IN PYTHON
มุมมอง 150หลายเดือนก่อน
#python #learnpython #datascience #aigyan #machinelearning #artificalintelligence #coding
VARIABLE IN PYTHON
มุมมอง 172หลายเดือนก่อน
#learnpython #python #datascience #coding#artificialintelligence #machinelearning
KEYWORDS IN PYTHON
มุมมอง 174หลายเดือนก่อน
#learnpython #python #datascience #datasciencetutorial #aigyan #artificalintelligence
WHAT IS STATEMENT IN PYTHON
มุมมอง 180หลายเดือนก่อน
WHAT IS STATEMENT IN PYTHON
Comment In Python
มุมมอง 304หลายเดือนก่อน
Comment In Python
INSTALLATION OF IDE FOR PYTHON
มุมมอง 239หลายเดือนก่อน
INSTALLATION OF IDE FOR PYTHON
INTRODUCTION OF PYTHON
มุมมอง 347หลายเดือนก่อน
INTRODUCTION OF PYTHON

ความคิดเห็น