Janani Sivapriya
Janani Sivapriya
  • 28
  • 7 677
Break Statement in Python: Used in both while and for loops | Python Tutorial in Tamil for Beginners
In this video, you will come to know,
1. What is the use of break statement?
2. How to use break in while loop?
3. How to use break in for loop?
#break #breakstatement #forloop #forloops #while #whileloop #while_loop #python #pythonprogramming #pythontutorial #pythontutorialforbeginners #computerscience #different #online #onlinetutorial #pythononlinetraining #pythonintamil
Featured playlist:
czcams.com/play/PLgTT-0uj22Rg0wHJPduYhrwHCrsP-yC-2.html
zhlédnutí: 127

Video

List Methods in Python-Part-2 - sort() | Python Tutorial in Tamil for Beginners
zhlédnutí 153Před 6 měsíci
In this video, you will come to know, 1. How to use built-in List method - sort() ? 2. What are the Parameters of sort() method? 3. How to use key and reverse parameters? 4. What is the use of str and len built-in functions? 5. How to pass a user-defined function for key parameter in sort() method? #list #method #sort #key #reverse #functions #userdefinedfunction #append #extend #index #count #...
List Methods in Python-Part-1-append(), pop(), extend().....| Python Tutorial in Tamil for Beginners
zhlédnutí 211Před 6 měsíci
In this video, you will come to know, 1. What is a List? 2. What are built-in List Methods available for performing List operations? 3. What is the use of following methods, list.append(), list.extend(), list.index(), list.count(), list.insert(), list.pop(), list.reverse(), list.remove(), list.copy(), list.clear() #list #method #functions #append #extend #index #count #insert #pop #reverse #rem...
Control Structures in Python-Part-3-For Loop with range( ) | Python Tutorial in Tamil for Beginners
zhlédnutí 241Před 7 měsíci
In this video, you will come to know, 1. What is the use of for statement? 2. Syntax and Examples of : for statement 3. how to use range() #forloop #controlstructures #range #python range() #controlflow #flowcontrol #iterative #loops #loop #looping #iteration #controlstatements #condition #header #syntax #values #python #pythonprogramming #pythontutorial #pythontutorialforbeginners #computersci...
Control Structures in Python - Part-2 - While Loop | Python Tutorial in Tamil for Beginners
zhlédnutí 353Před 7 měsíci
In this video, you will come to know, 1. What is Iterative Control Flow? 2. What are Iterative Control statements 3. Syntax and Examples of : while statement #controlstructures #controlflow #flowcontrol #iterative #loops #loop #looping #iteration #controlstatements #condition #header #syntax #values #python #pythonprogramming #pythontutorial #pythontutorialforbeginners #computerscience #differe...
Count the Occurrences of all items of the list in the tuple | Python Tutorial in Tamil for Beginners
zhlédnutí 140Před 8 měsíci
In this video, you will come to know, 1. How to use count() function to count the occurrences of all items of the list in the tuple. 2. How to use for loop for iterating a list. #count #counting #list #tuple #forloop #if #print #python #pythonprogramming #pythontutorial #pythontutorialforbeginners #computerscience #different #online #onlinetutorial #pythononlinetraining Links of other Videos in...
Control Structures in Python - Part-1 | Python Tutorial in Tamil for Beginners
zhlédnutí 648Před 8 měsíci
In this video, you will come to know, 1. What is a Control Flow? 2. What are the fundamental forms of controls? 3. What is Sequence Control? 4. What is Selection Control? 5. What is Selection Control statement? 6. What is a Control Structure? 7. Types of Selection control statements? 8. Syntax and Examples of : if, if-else, if-elif-else, nested if statements. #controlstructures #controlflow #fl...
Input Function in Python | Python Tutorial in Tamil for Beginners
zhlédnutí 187Před 9 měsíci
In this video, you will come to know, 1. Syntax of Input function. 2. What is the use of Input function? 3. How to get input of an integer ? 4. How to get input of a float number? 5. How to type cast a string to integer and float? #input #inputfunction #typecasting #typecast #syntax #objects #values #integer #python #string #strings #stringsinpython #pythonprogramming #pythontutorial #pythontut...
Python Print Function flush Parameter | Python Tutorial in Tamil for Beginners
zhlédnutí 453Před 9 měsíci
In this video, you will come to know, 1. Syntax of print function. 2. What is the use of flush parameter in print function? 3. How to use sleep function? #flush #flushparameter #printfunction #print #parameters #syntax #objects #values #integer #python #string #strings #stringsinpython #pythonprogramming #pythontutorial #pythontutorialforbeginners #computerscience #different #online #onlinetuto...
Print Function in Python - (file) Parameter | Python Tutorial in Tamil for Beginners
zhlédnutí 270Před 9 měsíci
In this video, you will come to know, 1. What is the use of print function in python? 2. Syntax of print function. 3. What is the use of file parameter in print function? 4. How to open a file in write mode? #printfunction #print #file #parameter #argument #syntax #objects #values #integer #string #stringsinpython #pythonprogramming #pythontutorial #pythontutorialforbeginners #computerscience #...
Print Function in Python - (sep and end) Parameters | Python Tutorial in Tamil for Beginners
zhlédnutí 482Před 9 měsíci
In this video, you will come to know, 1. What is the use of print function in python? 2. Syntax of print function. 3. How to use help function to see about print syntax. 4. what are the parameters of print function? 5. What is the use of sep parameter in print function? 6. What is the use of end parameter in print function? 7. Example of using both sep and end parameters together. #printfunctio...
Membership Operators in Python - in, not in | Python Tutorial in Tamil for Beginners
zhlédnutí 236Před 9 měsíci
In this video, you will come to know, 1. What are Membership operators in Python? 2. Types of Membership Operators. 3. Use of 'in' operator. 4. Use of 'not in' operator. #operatorsinpython #membership #membershipoperators #in #python #notin #string #strings #stringsinpython #list #lists #tuple #tuples #pythonprogramming #pythontutorial #pythontutorialforbeginners #computerscience #different #on...
Identity Operators in Python - is, is not | Python Tutorial in Tamil for Beginners
zhlédnutí 257Před 9 měsíci
In this video, you will come to know, 1. What are Identity operators? 2. Types of Identity Operators. 3. Use of 'is' operator. 4. Use of 'is not' operator. 5. What is id() function in Python? 6. Why list objects of same value is stored in different memory locations? #operatorsinpython #idfunction #id #identity #identityoperator #is # is not #python #pythonprogramming #pythontutorial #pythontuto...
Diamond Pattern Printing Program -Stars in Diamond Shape | Python Programming Tutorial for Beginners
zhlédnutí 252Před 10 měsíci
In this video, you will come to know, 1. How to print a diamond pattern filled with star (*) symbol using simple formulas. 2. What is Range() function? 3. What is the use of 'end' parameter in print function. #patternprinting #starpattern #starpatternprogram #star #python #pythonprogramming #pattern #patterns #diamond #different #rows #columns #computerscience #simple #programming #program #sta...
Bitwise Operators in Python - Left Shift and Right Shift | Python Tutorial in Tamil for Beginners
zhlédnutí 612Před 10 měsíci
In this video, you will come to know, 1. What is Bitwise Left Shift operator? 2. How to perform Bitwise Left Shift Operation? 3. What is Bitwise Right Shift operator? 4. How to perform Bitwise Right Shift Operation? 5. Whether Multiplying the given number with some power of 2 is same as Bitwise Left shift operation? 6. Whether Dividing the given number with some power of 2 is same as Bitwise Ri...
Bitwise Operators in Python - Bitwise XOR Operator | Python Tutorial in Tamil for Beginners
zhlédnutí 290Před 10 měsíci
Bitwise Operators in Python - Bitwise XOR Operator | Python Tutorial in Tamil for Beginners
Bitwise Operators in Python - Bitwise NOT Operator | Python Tutorial in Tamil for Beginners
zhlédnutí 458Před 10 měsíci
Bitwise Operators in Python - Bitwise NOT Operator | Python Tutorial in Tamil for Beginners
Bitwise Operators in Python - Bitwise AND | Bitwise OR | Python Tutorial in Tamil for Beginners
zhlédnutí 398Před 10 měsíci
Bitwise Operators in Python - Bitwise AND | Bitwise OR | Python Tutorial in Tamil for Beginners
Operators in Python - Logical Operators | Python Tutorial in Tamil for Beginners
zhlédnutí 187Před 10 měsíci
Operators in Python - Logical Operators | Python Tutorial in Tamil for Beginners
Operators in Python - Comparison Operators | Python Tutorial in Tamil for Beginners
zhlédnutí 145Před 10 měsíci
Operators in Python - Comparison Operators | Python Tutorial in Tamil for Beginners
Operators in Python - Assignment Operators | Python Tutorial in Tamil for Beginners
zhlédnutí 270Před 10 měsíci
Operators in Python - Assignment Operators | Python Tutorial in Tamil for Beginners
Operators in Python - Arithmetic Operators | Python Tutorial in Tamil for Beginners
zhlédnutí 114Před 10 měsíci
Operators in Python - Arithmetic Operators | Python Tutorial in Tamil for Beginners
Keywords in Python
zhlédnutí 180Před 10 měsíci
Keywords in Python
Python Identifiers in Tamil
zhlédnutí 129Před 10 měsíci
Python Identifiers in Tamil
Python Boolean, Set and Dictionary Datatypes in Tamil
zhlédnutí 152Před 11 měsíci
Python Boolean, Set and Dictionary Datatypes in Tamil
Python Sequence Datatypes in Tamil
zhlédnutí 265Před 11 měsíci
Python Sequence Datatypes in Tamil
Python Numeric Datatypes in Tamil
zhlédnutí 156Před 11 měsíci
Python Numeric Datatypes in Tamil
Python Variables in Tamil
zhlédnutí 361Před 11 měsíci
Python Variables in Tamil

Komentáře

  • @Rikesh-fe4fj
    @Rikesh-fe4fj Před 13 dny

    What are the differences between to write a program using comment prompt and IDLE

    • @jananisivapriya
      @jananisivapriya Před 12 dny

      Command Prompt is used to execute programs. Python IDLE (Integrated Development and Learning Environment) is an integrated development environment (IDE) which comes along with Python Installer for Windows. IDLE is an interactive Shell in which we can execute single statement. Also IDLE provides a fully-featured text editor to create, modify and execute Python scripts.

  • @dwarakanaths7944
    @dwarakanaths7944 Před 15 dny

    1110101010 is 938. I tried for 938<<3. I'm getting the answer as 336. By discarding 111. The answer I got is 0101010000 where the value is 336. But the actual answer is 1110101010000. The answer is 7504. Can you please clarify my doubt sister? Kindly give explanation for 938>>3 also. Thank you

    • @jananisivapriya
      @jananisivapriya Před 12 dny

      In this example, when you shift 1110101010 left by 3 positions, the bits are moved to left, and zeros are appended to the right. The final result is 1110101010000 which is equivalent to 7504. The term "discarded" can be confusing. When the left most bits are not 0's and when it is 1's it cannot be discarded. However, the left shift operation itself does not discard any bits until the operation is complete.

  • @manoharsagunthalla9215
    @manoharsagunthalla9215 Před 2 měsíci

    Thank you very much for the video and explanation of print ()

  • @tamizharasik.3932
    @tamizharasik.3932 Před 2 měsíci

    💐💐💐

  • @baranitharanm2637
    @baranitharanm2637 Před 3 měsíci

    Mam oru help mam..

  • @kaarthikpranesh
    @kaarthikpranesh Před 3 měsíci

    thank yu so much for your explanations

  • @the_melon_cooks
    @the_melon_cooks Před 4 měsíci

    Nice. Thanks👍🏼

  • @nhfunvideos5096
    @nhfunvideos5096 Před 5 měsíci

    Easy to understand. Thank you

  • @user-qs6fy9yy7x
    @user-qs6fy9yy7x Před 6 měsíci

    Very nice presentation. 👌👏👏👏

  • @user-qs6fy9yy7x
    @user-qs6fy9yy7x Před 6 měsíci

    Very nice presentation.👌👏👏👏

  • @umasivasubramaniam9260
    @umasivasubramaniam9260 Před 7 měsíci

    It is easy to understand. Thank You.

  • @navaneethakrishnanthiyagar2664

    Very useful. Understood clearly.

  • @niranjanaghdr
    @niranjanaghdr Před 8 měsíci

    In first case,break statement can be used instead of giving a value as false .

    • @jananisivapriya
      @jananisivapriya Před 8 měsíci

      Appreciations. 'break statement' can also be used to terminate the current loop. Here the other way to exit from the loop is explained.

  • @vijays6682
    @vijays6682 Před 8 měsíci

    Brilliant, thank you

  • @umasivasubramaniam9260
    @umasivasubramaniam9260 Před 8 měsíci

    Very useful.Thank you, Mam.

  • @vijays6682
    @vijays6682 Před 8 měsíci

    Thank you mam

  • @kalavalli5004
    @kalavalli5004 Před 8 měsíci

    Very easy to understand. Thank you. Looking for more easy videos like this.

  • @vijays6682
    @vijays6682 Před 8 měsíci

    Brilliant

  • @vijays6682
    @vijays6682 Před 8 měsíci

    Thank you for your videos

  • @thiagarajana2826
    @thiagarajana2826 Před 9 měsíci

    Great

  • @thiagarajana2826
    @thiagarajana2826 Před 9 měsíci

    Good explanation

  • @thiagarajana2826
    @thiagarajana2826 Před 9 měsíci

    Thanks nice explanation

  • @abihandcrafts4687
    @abihandcrafts4687 Před 9 měsíci

    Super akka Django series poduga

  • @vijays6682
    @vijays6682 Před 9 měsíci

    Crisp and to the point. Thanks for your tutorials.

  • @user-ti1yp7xj9f
    @user-ti1yp7xj9f Před 9 měsíci

    Thank explaining the flush parameter it is very useful

  • @suhailcool13111985
    @suhailcool13111985 Před 9 měsíci

    Good explanation mam

  • @uhemanth
    @uhemanth Před 9 měsíci

    Great !

  • @elangoeswaran4026
    @elangoeswaran4026 Před 9 měsíci

    Very nice

  • @umasivasubramaniam9260
    @umasivasubramaniam9260 Před 10 měsíci

    Very easy to understand. Thank you, Mam.

  • @sriharisivasubramaniam4804
    @sriharisivasubramaniam4804 Před 10 měsíci

    Never knew learning Python was this simple. Thank you for your efforts. Please keep it coming!

  • @umasivasubramaniam9260
    @umasivasubramaniam9260 Před 10 měsíci

    மிகப் பொறுமையாக புரியும்படி சொல்கிறீர்கள்.நன்றி.

  • @PraveenVk
    @PraveenVk Před 10 měsíci

    Now Understood👍

  • @arunmusical3237
    @arunmusical3237 Před 10 měsíci

    👍

  • @arunmusical3237
    @arunmusical3237 Před 10 měsíci

    👍

  • @rajigasukumaran5023
    @rajigasukumaran5023 Před 11 měsíci

    Excellent Initiative mam. Congratulations. May your start up be a grand success.

  • @santhiyaalagarasan8354
    @santhiyaalagarasan8354 Před 11 měsíci

    Good explanation jsp

  • @mirthunmoorthy
    @mirthunmoorthy Před 11 měsíci

    Good jsp...keep on going...

  • @janarthanana1381
    @janarthanana1381 Před 11 měsíci

    Super explain mam 💯