PRIME SERIES PROGRAM IN PYTHON PROGRAMMING || PRIME NUMBERS IN GIVEN RANGE || PYTHON PROGRAMMING

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • PRIME SERIES
    Prime Logic
    n
    Find the factors (divisibility from 2 to n-1)
    n%2
    n%3
    n%4
    -
    -
    -
    n%n-1
    None of the above expressions should be equal to zero then we can say n is prime.
    if any expression is zero , we can say n is not prime.
    Prime Series
    start_value
    end_value
    Outerloop - start_value to end_value
    Innerloop - divisibility for each number from outerloop from 2 to number-1
    -------------------------------------------------------------------------------------------------------------------
    PRIME NUMBER PROGRAM
    • PRIME NUMBER PROGRAM I...
    PYTHON PROGRAMS
    • PYTHON PROGRAMS
    C PROGRAMMING
    • 01 - VARIABLES & CONST...
    CORE JAVA TUTORIAL FOR BEGINNERS || LEARN CORE JAVA IN 15 HOURS || JAVA TUTORIALS FOR BEGINNERS
    • CORE JAVA TUTORIAL FOR...
    HTML TUTORIALS WITH IMPLEMENTATION || LEARN HTML IN 4 HOURS
    • HTML TUTORIALS WITH IM...
    LEARN CSS IN 3 HOURS || CASCADING STYLE SHEETS FOR BEGINNERS
    • LEARN CSS IN 3 HOURS |...
    JAVA SCRIPT FOR BEGINNERS IN 7 HOURS || LEARN JAVA SCRIPT IN 7 HOURS || JAVA SCRIPT
    • JAVA SCRIPT FOR BEGINN...
    PYTHON TUTORIALS FOR BEGINNERS (తెలుగు లో)
    • Python in One Shot(తెల...
    PYTHON OOPS - MODULES - EXCEPTION HANDLING (తెలుగు లో)
    • PYTHON - OOPS CONCEPTS...
    PYTHON NUMPY TUTORIAL IN TELUGU (తెలుగు లో) || COMPLETE NUMPY TUTORIALS IN TELUGU
    • PYTHON NUMPY TUTORIAL ...
    PYTHON PANDAS TUTORIAL IN TELUGU (తెలుగు లో) || COMPLETE PANDAS TUTORIALS IN TELUGU || DATA SCIENCE
    • PYTHON PANDAS TUTORIAL...
    MATPLOTLIB LIBRARY - PYTHON PROGRAMMING (ENGLISH)
    • MATPLOTLIB LIBRARY - P...
    PYTHON DATABASE CONNECTIVITY - MYSQL & MS-EXCEL
    • PYTHON DATABASE CONNEC...
    DATA STRUCTURES USING PYTHON (ENGLISH)
    • DATA STRUCTURES USING ...
    ----------------------------------------------------------------------------------------------
    Instagram : / sundeepsaradhikanthety
    Facebook Page : / sundeepsaradhikanthety

ความคิดเห็น • 18

  • @prathikPShetty-l8f
    @prathikPShetty-l8f 7 หลายเดือนก่อน +2

    Thank u sir, Your explaination was really good

  • @p.lakshmisairam7220
    @p.lakshmisairam7220 ปีที่แล้ว +2

    hi sir ur explanation are good .....i have a doubt ....incase if they ask us to print the first primenumber in the given range how should we modify our code...pls explain

  • @saitejamuddana
    @saitejamuddana 2 ปีที่แล้ว +1

    Do more videos on python with different different programs sir , it means a lot to us seriously ❣️

  • @sravanisrinija
    @sravanisrinija ปีที่แล้ว

    Hello sir
    One doubt regarding the indentation
    Usually for if we have respective else right..
    So I am in an understanding that under if the else indentation will come..
    But here in the program, the indentation for else is coming under second for loop..
    Can you please tell me why and how it works

  • @AmitSingh-n6v
    @AmitSingh-n6v ปีที่แล้ว

    At 8:41 in prime no. series 1 is included but we all knows that 1 is not prime no.

  • @riyazbagban9190
    @riyazbagban9190 ปีที่แล้ว

    why cant people on youtube start with 2 and end with 10 or 20 or ....

  • @nutanaigal9761
    @nutanaigal9761 2 ปีที่แล้ว

    How it works if n is 1..j loop range will be 2 to 1..pls explain

  • @lakshmi.creativities
    @lakshmi.creativities 2 ปีที่แล้ว

    Which company u r working sir

  • @prateekshekhawat364
    @prateekshekhawat364 2 ปีที่แล้ว

    thanku sir for explaining in good way

  • @prashantwarade965
    @prashantwarade965 ปีที่แล้ว

    Want to exclude 1

  • @pradhumnj1417
    @pradhumnj1417 ปีที่แล้ว

    If we want the output in columns (vertical)
    Then what to do ?

    • @rohantiwari1906
      @rohantiwari1906 ปีที่แล้ว +1

      Remove end=" " from print statement

  • @foodTube786
    @foodTube786 2 ปีที่แล้ว

    Range what to give sir

  • @dashrathvyavahare6720
    @dashrathvyavahare6720 2 ปีที่แล้ว

    Hi sir I have one qu estion will help me , the question is about ( init function ) I am doing tree in data structure on that the static program has init fuction what is the fuction of init will u tell

  • @foodTube786
    @foodTube786 2 ปีที่แล้ว

    Sir 2 to n

  • @olatundeolukoya1788
    @olatundeolukoya1788 2 ปีที่แล้ว

    hi there! indeed your lessons have been of great impact, i assume not just to me. but really i am still not able to grasp the concept of this loop . is there any terminology that you can help with to make it very easy. i know you tried to break it as much as possible, but there is any simple concept to mak it more understandable. thanks and regards