Learn Python Programming Tutorial Online Training by Durga Sir On 22-02-2018

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

Комментарии • 148

  • @laharic7060
    @laharic7060 4 года назад +4

    Sir..way of your teaching is beautiful..easy to understand..could u plzz give some excercises

  • @venkateswarlutummala4971
    @venkateswarlutummala4971 6 лет назад +2

    Doing a great job sir I am new to programming after i have seen your videos am getting good knowledge about Python..

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello Venkateswarlu.
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other python videos by Durga sir in the following link
      goo.gl/EapLMr

    • @knowledge2427
      @knowledge2427 2 года назад

      I have 2+ years of experience in non technical role..in MNC company..
      I completed python..
      But don't know realtime experience in developer role..
      If u r python web developer pls help me and give ur suggestion to know realtime work

  • @rashitiwari3154
    @rashitiwari3154 5 лет назад +3

    n=int(input('Enter the number'))
    for i in range(0,n):
    n=i+1
    print('*'*n)

  • @MrAnurag75
    @MrAnurag75 3 года назад +1

    Very nice series, each and every thing is explained in elaborative manner, Thank you so much

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  3 года назад

      Hello Anurag.
      Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other Python videos by Durga sir in the following link
      goo.gl/EapLMr

  • @bhavnajain4703
    @bhavnajain4703 6 лет назад +1

    you are really great "Sir" you give all answer before rise any doubt i am learning core java form your videos ..

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello bhavan ,
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other python videos by Durga sir in the following link
      ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF

    • @madhanpuchalapalli9694
      @madhanpuchalapalli9694 4 года назад

      Hii

  • @rajnishjha5817
    @rajnishjha5817 5 лет назад +2

    Actually, in this star pattern example, the first for loop is used to take the new line and second for loop is actually printing the stars. And this formula is used everywhere in the stars pattern kind of programs that's why we usually see extra print() statement at the end of the code, this is for the 1st for loop only.

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  5 лет назад +2

      Hello Rajnish.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

    • @rajnishjha5817
      @rajnishjha5817 5 лет назад

      @@DurgaSoftwareSolutions sure Durga sir

  • @shiwanibaghel6278
    @shiwanibaghel6278 2 года назад +1

    Good for me, thanks durga sir your lecture is very helpful for learning python programming language
    Sir plese can you provide notes....

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  2 года назад +1

      Hello Shiwani.
      Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @aishggg6201
    @aishggg6201 3 года назад +2

    Sir we are able to understand python easily because of you thank you can we get the pdf of this from you so that we will also get the notes of your teachings

  • @RITESHKUMAR-wl5ln
    @RITESHKUMAR-wl5ln 6 лет назад +1

    Awesome and amazing....no more words for describe.
    Salute Sir

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello Kumar ,
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other python videos by Durga sir in the following link
      ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF

  • @kusumareddy7439
    @kusumareddy7439 Год назад +1

    n=int(input('enter the number of rows:'))
    For i in range(n,0,-1):
    Print("*"*i)

  • @jayantakumar841
    @jayantakumar841 6 лет назад +1

    thanks for uploading this amazing Python series...

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello Jayantha Kumar,
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other python videos by Durga sir in the following link
      ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF

    • @brentleymatias9368
      @brentleymatias9368 3 года назад

      instablaster...

  • @ashishmohod3593
    @ashishmohod3593 6 лет назад +1

    Nice python learning series Thank u so much......

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello Ashish,
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212428/27

  • @ChakravarthiChinta-i8k
    @ChakravarthiChinta-i8k Год назад +1

    at 40min: with single for loop
    for i in range (1,6):
    print ("*"*i)

  • @SaiTechSolutions
    @SaiTechSolutions 6 лет назад

    Super sir I will follow each and every video of u

  • @saikrishna-yn6ou
    @saikrishna-yn6ou 2 года назад +1

    n = int(input("enter the number value:"))
    for x in range(1,n+1):
    print("x"*x)

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  2 года назад

      Hello Sai Krishna.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @tapanjeetroy8266
    @tapanjeetroy8266 6 лет назад +1

    Thanks a lot sir...you are great

  • @siyagupta7779
    @siyagupta7779 3 года назад +1

    for i in range(0,6):
    print('*'*i)

  • @abhishekpes
    @abhishekpes 6 лет назад

    for i in range(4):
    for j in range(i+1):
    print("*",end = " ")
    print()

    • @sagarbhadra
      @sagarbhadra 6 лет назад

      for i in range(5):
      print('*'*i)

  • @SAMEER-uc6bd
    @SAMEER-uc6bd 3 года назад +1

    Sir in pycharm iam using the pyramid Patten but it's was not getting output as you get ...

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  3 года назад

      Hello Sameer.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @vegesnasyamala1165
    @vegesnasyamala1165 6 лет назад +1

    Thank you sir for python tutorials.. Please share the list of programs in patterns. Waiting for the upcoming videos.

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello syamala,
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other python videos by Durga sir in the following link
      ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF

    • @kalpanaallampati5661
      @kalpanaallampati5661 4 года назад

      i learn Python so please send me Python documentation

    • @knowledge2427
      @knowledge2427 2 года назад

      @@kalpanaallampati5661 hii ..
      I have 2+ years of experience in non technical role..in MNC company..
      I completed python..
      But don't know realtime experience in developer role..
      If u r python web developer pls help me to know realtime work.

    • @knowledge2427
      @knowledge2427 2 года назад

      hii ..
      I have 2+ years of experience in non technical role..in MNC company..
      I completed python..
      But don't know realtime experience in developer role..
      If u r python web developer pls help me to know realtime work.

  • @ajaysaxena785
    @ajaysaxena785 6 лет назад +2

    Excellent Sir, I like your tutorial can we have the detailed documents.

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello Ajay.
      Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
      For Python Materials,
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28

    • @amanmishra-vt8hk
      @amanmishra-vt8hk 5 лет назад

      bro , Did the give?

  • @abi8896
    @abi8896 2 года назад +1

    Hi Sir,
    Thankyou so much for wonderful classes but after class-23 some classes are missing in between could you upload those videos as well it will help everyone a lot.

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  2 года назад

      Hello Abilash.
      Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

    • @sivayerramsetti696
      @sivayerramsetti696 2 года назад

      hello

  • @chethanag1462
    @chethanag1462 Год назад +1

    Sir send the link for 100 assignment questions based on nested for loop

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  Год назад

      Hello Chetan.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @santhoshPatels
    @santhoshPatels 6 лет назад +1

    Thnx for uploading All sr...

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello santosh patel ,
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other python videos by Durga sir in the following link
      ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF

  • @Hari_Ramana
    @Hari_Ramana 27 дней назад +1

    n=int(input('Enter the input value:'))
    a=1
    hile a

  • @nagabhimesh2108
    @nagabhimesh2108 6 лет назад +2

    Hi,Sir Thank you for the videos..
    You explained while loop concept with the below example....
    name=" "
    while name!="durga":
    name=raw_input("enter name:")
    print("hello ,durga thanks for confirmation")
    How can we write the above scenario using "if condition"...if name is not durga again it should ask for "enter name"..
    Thanks in Advance

    • @jeniferjasper5322
      @jeniferjasper5322 2 года назад

      It can be written as follows,
      name=' '
      name=input('Enter your username: ')
      while name!='Durga':
      print('Please enter correct username')
      name=input('Enter username again :')
      if name=='Durga':
      break
      print('Hey',name,'you have logged in successfully')
      Watch the indentations and this is one of the ways,it can be done! 👍

  • @Akhileshreddy
    @Akhileshreddy 4 года назад +3

    i=1
    name=input('enter the name:')
    password=input('enter your password:')
    while i!=0:
    if(name=='durga' and password=='python'):
    print('hello durga confirmation is successful')
    i=0
    else:
    print('your information is wrong again print')
    name=input('enter the name:')
    password=input('enter your password:')

  • @Pankaj-bm4hf
    @Pankaj-bm4hf 4 года назад +1

    Hey can I get the soft copy study material of python programming tutorial

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  4 года назад

      Hello Pankaj. For Python material,
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @mohammadmubashirhashim6015
    @mohammadmubashirhashim6015 4 года назад +1

    i this video sir said he prepared hundred's of patterns...... from where can i get those patterns to practice

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  4 года назад

      Hello Hashim.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

    • @santhiyaanbazhagan1675
      @santhiyaanbazhagan1675 3 года назад

      ruclips.net/video/Kux7B1t_yeA/видео.html ,

    • @santhiyaanbazhagan1675
      @santhiyaanbazhagan1675 3 года назад

      His channel itself videos are available

  • @Thirupathi_digiicon
    @Thirupathi_digiicon 5 лет назад +1

    Sir can you please add all the remaining classes

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  5 лет назад +1

      Hello Thiru. For Python all videos,
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @gaurav1260
    @gaurav1260 Год назад +1

    Hi Durga Sir,
    The output of your program is incorrect. The program which you have explained for While loop is
    n = int(input("Enter the Number"))
    sum = 0
    i = 1
    while i

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  Год назад

      Hello Gaurav.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @MegaFufu123
    @MegaFufu123 6 лет назад

    @Sir the name-pswd program is not executed properly..

  • @arvindkumartiwari4836
    @arvindkumartiwari4836 6 лет назад +1

    Hi sir,
    You are amazing.
    Sir, can you please share the python document?

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello Arvind.
      Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
      For Python document,
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28

  • @daggupatihanumateja5934
    @daggupatihanumateja5934 2 года назад +1

    Sir can you please share the pdf of this python tutorials

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  2 года назад

      Hello Teja.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @varanasikarthik6175
    @varanasikarthik6175 6 лет назад +1

    Nice presentation sir.

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello katthik,
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other python videos by Durga sir in the following link
      ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF

    • @knowledge2427
      @knowledge2427 2 года назад

      I have 2+ years of experience in non technical role..in MNC company..
      I completed python..
      But don't know realtime experience in developer role..
      If u r python web developer pls help me and give ur suggestion to know realtime work

  • @shivam5259
    @shivam5259 5 лет назад +1

    Hello sir .I want the material which is provided by you sir .so how can I get that?

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  5 лет назад

      Hello Suvarna. For Python Material,
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @AmanRaj-we1od
    @AmanRaj-we1od 2 года назад +1

    you deserve more suscriber

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  2 года назад

      Hello Raj.
      Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other Python videos by Durga sir in the following link
      goo.gl/EapLMr

  • @arunkothuri2967
    @arunkothuri2967 5 лет назад +2

    Can anybody tell class 24? By Durga sir

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  5 лет назад

      Hello Arun. For Class 24 video,
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

    • @priyagupta-dn9rk
      @priyagupta-dn9rk 5 лет назад

      Hi arun,
      Did u got python by durga sir class 24

  • @sahubiswajit1996
    @sahubiswajit1996 6 лет назад +1

    name=input('Enter the name:')
    psw=input('Enter the Password:')
    while name!='durga' and psw!='python':
    name=input('Enter the name again:')
    psw=input('Enter the Password again:')
    print("Thanks for the conformation.........")
    sir in jupyter it is giving correct out put..............Can u check this my program in jupyter.........

  • @varunsharma3485
    @varunsharma3485 4 года назад +1

    @ 17:42 CASE SENSITIVE ?????

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  4 года назад

      Hello Varun.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @prathapreddy2114
    @prathapreddy2114 2 месяца назад +1

    Sir please provide material for subscribers

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  2 месяца назад

      Hello Prathap.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @incognito6714
    @incognito6714 Год назад +1

    Sir I want practice papers... Plzz reply

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  Год назад

      Hello Friend.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @rajeshwarijoharle6860
    @rajeshwarijoharle6860 5 лет назад +1

    Tnx a lot 🙏

  • @saikrishna-yn6ou
    @saikrishna-yn6ou 2 года назад +1

    name =''
    pwd =''
    while name!='saikrishna' and pwd!='python':
    name=input("enter your name:")
    pwd=input("enter password:")
    print("wrong credentials entered!")
    print("you are welcome#")

  • @nikhilsuryawanshi392
    @nikhilsuryawanshi392 Год назад +1

    how can we get these 100 practice examples

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  Год назад

      Hello Nikhil.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @oshinmchandra4532
    @oshinmchandra4532 5 лет назад +1

    Please do share the 100+ patterns documents

  • @gowripriyanka6803
    @gowripriyanka6803 6 лет назад

    sir, how youtube subscriber will get your class notes.is there any link to download it

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello Priyanka.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28

  • @sanjayjena906
    @sanjayjena906 6 лет назад

    sir ,you told that there is no charcter data type in your previous session video and also told that only string data type is available in python.But when i run this code
    >>> num=97
    >>> ch=chr(num)
    >>> print(ch)
    i got the output as 'a'.how could this possible?pls clarify this doubt.

    • @karun4663
      @karun4663 6 лет назад

      adi function ra babu

    • @sanjayjena906
      @sanjayjena906 6 лет назад

      ???????????????????!!!!!!!!!cant understand************##############

    • @jogeshjoge7246
      @jogeshjoge7246 6 лет назад

      @@sanjayjena906 a ASCII value is 97 ,so you got ASCII value of 97.

    • @jvsnyc
      @jvsnyc 4 года назад

      type( ch ) will show that ch is str type, not any single character type which is not existing in Python.

  • @praneethkumar6506
    @praneethkumar6506 5 лет назад +1

    Please do share those patterns sir

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  5 лет назад

      Hello Praneeth. For Patterns videos,
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @akashrathore923
    @akashrathore923 6 лет назад +2

    sir your are my hero

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello Akash ,
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other python videos by Durga sir in the following link
      goo.gl/EapLMr

  • @cookingspecials7465
    @cookingspecials7465 6 лет назад

    please any one tell me which windows software durga sir for running python code

  • @anjalipujari9333
    @anjalipujari9333 2 года назад +1

    how can i get the notes?

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  2 года назад

      Hello Anjali.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @suryakalabeesetti8259
    @suryakalabeesetti8259 Год назад +1

    Sir could you please send the pdf

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  Год назад

      Hello Suryakala.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @ajaycss8409
    @ajaycss8409 6 лет назад

    sir lecture of 24-02-2018 is missing , please upload that sir

    • @topcoder2547
      @topcoder2547 6 лет назад

      Did you get the missing lecture?
      By the way do you have the pdf notes?

    • @beanetworkingexpert
      @beanetworkingexpert 6 лет назад +1

      Ajay can you share tht pdf notes

    • @gajulanagendar846
      @gajulanagendar846 6 лет назад

      Please contact nagendargajula9@gmail.com

    • @sapanak.c1873
      @sapanak.c1873 4 года назад

      @@gajulanagendar846 plz forward material 🙏🙏

    • @ultimatetech5550
      @ultimatetech5550 4 года назад

      @@sapanak.c1873 I have those PDF of u want, contact WhatsApp 7301508425

  • @hpatel6559
    @hpatel6559 4 года назад +2

    Hello Sir,
    Where can we download your 100 Patterns document? Could you please share to practice?
    Thanks.

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  4 года назад

      Hello Patel.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

    • @santhiyaanbazhagan1675
      @santhiyaanbazhagan1675 3 года назад

      His channel itself videos arr available

    • @mohmyyy
      @mohmyyy 2 года назад

      please share the link with me.

  • @raghunath3890
    @raghunath3890 2 года назад +1

    may i know what is the wrong
    {183}> /usr/bin/python nestedfor.py
    File "nestedfor.py", line 4
    print('*',end='')
    ^
    SyntaxError: invalid syntax
    e{184}> cat nestedfor.py
    n=int(input("enter number"))
    for i in range(n):
    for j in range(n):
    print('*',end='')
    print()

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  2 года назад

      Hello Raghunath.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @shaikkhairu2174
    @shaikkhairu2174 4 года назад +1

    In python symbols are not used

  • @KaushalKumar-ic8qj
    @KaushalKumar-ic8qj 6 лет назад

    Sir, Can we get your notes online pdf form??

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello kaushal. For Python notes,
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212428/27

  • @anjalipujari9333
    @anjalipujari9333 2 года назад +1

    can you give 100 ex of that * printing

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  2 года назад

      Hello Anjali.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @namangoyal5578
    @namangoyal5578 6 лет назад

    sir so many classes are missing in between!!

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello Naman. For Python missing videos,
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28

  • @princedewangan1346
    @princedewangan1346 6 лет назад +1

    Super sir....

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад +1

      Hello Prince,
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other python videos by Durga sir in the following link
      ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF

  • @jaipalnaidu9045
    @jaipalnaidu9045 6 лет назад +1

    Sir, we need oops concepts

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад

      Hello jaipal naidu,
      Thanks for your valuable feedback . We will upload soon oop videos... It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other python videos by Durga sir in the following link
      ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF

  • @brokensmilegaming7403
    @brokensmilegaming7403 2 месяца назад +1

    24/10/2024❤

  • @vijayvenkatreddy9212
    @vijayvenkatreddy9212 6 лет назад +1

    1 VIEW

  • @tapanjeetroy8266
    @tapanjeetroy8266 6 лет назад +2

    Thanks a lot sir...you are great