32:39
Lecture-1 : Introduction to Python || Download, Installation and Execution || Dr P Govardhan
At the end of this lecture, you will be able to, Programming Languages Types of programming languages: Introduction to Python ...
22:27
Lecture - 3 : Python Programming || Features of Python || Dr P Govardhan
Features of Python For Python installation : https://youtu.be/4phMnYRr31M For difference Between Python ...
1:02:45
Lecture-32: Sets in Python Programming || Dr P Govardhan
Sets Set Data type Important Methods of Set Mathematical operations on the set Set comprehension frozenset.
40:36
lecture-7: Python Programming | |Data Types || Dr P Govardhan
At the end of this lecture, you will be able to, Data Types Built in Data Types None Data Type Numeric Data Types int, float, ...
40:30
Lecture-24: Python programming || Dr P Govardhan
break statement Continue statement Else suite Python program to print all prime numbers between 2 to n. Python program to ...
50:18
lecture 8: Python Programming | Data Types | JNTUH/A/K |Dr P Govardhan
Bool Data Type Sequences in Python str Data Type bytes Data Type bytearray Data Type Range Data Type.
53:47
Lecture-33: Dictionaries in Python || Dr P Govardhan
Dictionaries Operations on dictionaries: Dictionary methods:
41:32
Python programing || Number System || Decimal || Binary || Octal || JNTUH/A/K || Dr P Govardhan
Decimal, Binary, Octal, Hexadecimal Number System Binary To Decimal Decimal To Binary Decimal To Octal Range of Integers.
26:19
Lecture-23: Python Programming || Pascal Triangle || Perfect Number || Strong Number
Perfect Number Program Strong Number Program Pascal Triangle Program Pattern Programs.
46:51
Lecture 30: Python Programming || Tuple || Dr P Govardhan
Tuples Accessing elements of tuple Concatenation of two tuples Repetition of tuple Membership operators in tuple Built-in tuple ...
44:02
lecture 5:Python Programming || Input and Output Statements || Dr P Govardhan
At the end of this lecture, you will be able to, Output statements formatted output statement output statement with replacement field ...
29:56
Lecture- 7: Python Programming || Formatted Input Statement || JNTUH/A/K || Gr P Govardhan
Formatted Input Function scanf() Function/statement.
25:18
Lecture -31: Python Programming || Tuple || count() || index() || sorted() Methods
Important Methods of Tuple Inserting elements in a tuple: Modifying elementes of a tuple Deleting Elements from a Tuple Tuple ...
32:23
lecture -12:Python Programming || Arithmetic Operators || Assignment operators || Dr P Govardhan
Operator operand expression unary binary ternary operator Arithmetic operators Assignment operators.
18:58
lecture-11 || Python Programming || Type Casting || JNTUH/A/K || Dr P Govardhan
Type casting str( ) float( ) bool( ) complex( ) str( )
33:20
Lecture-17: Python Programming || Mathematical Functions || Operator Precedence || Dr P Govardhan
Operator Precedence, Mathematical Functions: sqrt(), floor(),round(), ceil(),fabs(), abs(), pow(), degrees(), radians(), exp(), modf(), ...
45:04
Lecture-10:Python Programming Datatypes: Lists | Tuple | Sets | Mapping | JNTUH/A/K: Dr P Govardhan
At the end of this lecture, you will be able to, List Data Type Tuple Data Type Set Data Type Frozenset Data Type Mapping Data ...
35:55
lecture-13:Python Programs on Arithmetic operators || JNTUH/A/K || Dr P Govardhan
Python Programs 1.converting radians into degrees minutes seconds 2.converting degrees minutes seconds into radians 3.salary ...
33:06
lecture -2 :Difference between Python , C, C++ and Java || Dr P Govardhan
At the end of this lecture, you will be able to, Difference between Python , C, C++ and Java Where python is used important ...
45:45
Lecture-18:Python Programming || Control Statements || JNTUH/A/K || Dr P Govardhan
Control statements Simple if statement if…else statement Nested if… else statement program to find larger of three numbers.