LIST METHODS - PYTHON PROGRAMMING

Поділитися
Вставка
  • Опубліковано 10 січ 2025

КОМЕНТАРІ • 60

  • @stephenboikanyo8696
    @stephenboikanyo8696 5 років тому +10

    Could you please create a playlist with some advanced Python lessons. It would be a great help. This is a great playlist, by the way, your content is straight to the point and easy to follow.

  • @anshikaupadhyay8165
    @anshikaupadhyay8165 4 роки тому +4

    Hands down the best teacher !
    Great work sir really thankful

  • @davidfoo6974
    @davidfoo6974 4 роки тому +4

    Thank you for your comprehensive coverage of list methods.

  • @ranjithd2084
    @ranjithd2084 6 років тому +5

    Very well explained. Easy to understand. Thank you sir!

  • @DaniyelTutorials
    @DaniyelTutorials 2 роки тому +1

    Most thankyou sir

  • @simranraturi9605
    @simranraturi9605 5 років тому +2

    Very nice explaination i haven't got any doubt in any function....you explained very good ...thnks ,😊😁

  • @yomisodiq3340
    @yomisodiq3340 2 роки тому

    I am highly impressed with your videos

  • @johndavid5439
    @johndavid5439 4 роки тому +1

    God of computer science
    Thank you

  • @juliusjulius1146
    @juliusjulius1146 2 роки тому

    Nice presentation. Well understandable

  • @THETHIRDEYEjoji
    @THETHIRDEYEjoji Рік тому

    Thank you so much. you have made me understand the lists topic in python

  • @legendaryreds7969
    @legendaryreds7969 2 роки тому

    Best python teacher

  • @kopalgupta2603
    @kopalgupta2603 Рік тому

    I hope you could be my computer teacher 🙏
    You teach so well❤

  • @mohamedhussein6405
    @mohamedhussein6405 3 роки тому +1

    Best teacher 10/10

  • @badrinarayansarangi877
    @badrinarayansarangi877 2 роки тому

    superb sir i understood

  • @santoshsainath5772
    @santoshsainath5772 5 років тому

    thank u sir for such a good explanation it made lists an easy topic which was so confusing before.

  • @rbranjan
    @rbranjan 6 років тому +1

    Nice sir....thanks alot sir😊

  • @nagadurgakajuluri5475
    @nagadurgakajuluri5475 4 роки тому

    Nice sir ,you done a great job

  • @anooppandey4824
    @anooppandey4824 5 років тому

    Thanks now I felt I will learn this language easily with your help

  • @kishordhaygude387
    @kishordhaygude387 3 роки тому

    Thanku for loat of help

  • @harshit_rajjj
    @harshit_rajjj 3 роки тому

    Excellent 💯

  • @spacefactsacademy4258
    @spacefactsacademy4258 2 роки тому +1

    What for join() method is used

  • @rumagoswami3272
    @rumagoswami3272 5 років тому +1

    superb explanation sir

  • @vvkwadhwa
    @vvkwadhwa 4 роки тому

    very nice explaination.

  • @saranyavaishu1935
    @saranyavaishu1935 4 роки тому +4

    Your class are very clear .. But i want a clarification regarding sort .. can we sort a list which holds string,int,float as elements in it?
    How will it get sorted ?
    What is the output?

  • @praveenkumarreddy9709
    @praveenkumarreddy9709 4 роки тому

    Good explanation sir

  • @jorides_official
    @jorides_official 5 років тому

    superb teachings

  • @yesudoss7127
    @yesudoss7127 2 роки тому

    Thank you so much sir

  • @teenatalwar3547
    @teenatalwar3547 4 роки тому

    Hello sir ur videos are very useful. It is just a request after completing ur video pls provide the link for the next session of the same topic.thanks

  • @venkateshpachipala1350
    @venkateshpachipala1350 3 роки тому

    Sir pop function is used to delete any element from the list.

  • @naveenkarthi5622
    @naveenkarthi5622 Рік тому

    Sir I have a doubt that is can we insert the value in list at run time like using input method,in empty list or values are list,can we add value using insert method at run time?

  • @daradharani2500
    @daradharani2500 3 роки тому

    sir if we want to remove same no. in different index in list for example seq = [1,2,3,4,1,5,1] we need to remove 4th index value what we need to do?

  • @GiyuTomiokaTheOneAndOnly
    @GiyuTomiokaTheOneAndOnly Рік тому

    Beats my teacher 10x times...

  • @rohithvysyaraju
    @rohithvysyaraju 4 роки тому

    sir , if we have the list like l1 =[10,20,30,40,20] then l1.index(20,1) then out put return the index 1 or 4

  • @shreerajhalemane
    @shreerajhalemane 4 роки тому

    What to do if i want to remove 1 from index value 3 in seq1

  • @gouthambilluri4549
    @gouthambilluri4549 3 роки тому

    Sir if we want to remove the last 2 digits can we do that with pop function?

  • @gouthambilluri4549
    @gouthambilluri4549 3 роки тому

    Sir what is the diffrence between del and remove function sir ?

  • @lakshmi.creativities
    @lakshmi.creativities 2 роки тому

    How to delete perticular element in list

  • @ishashadija9711
    @ishashadija9711 4 роки тому +1

    Sir, i have practically applied the extend function like this-a.extend(11,12) ..then its showing syntax error and extend function cannot take two values at a time..
    Then i tried for it like this-a.extend('1121')
    The i get the output like this-['1','1','2','2']
    But i wanted to get [11,12]....
    So how to get two digit no. Woth extend in list.. More than two at a time...plz tell asap.. Sir.

    • @sundeepsaradhi
      @sundeepsaradhi  4 роки тому

      Hi pass list of elements to extend function. a.extend([11,12])

  • @tridipkunwar6460
    @tridipkunwar6460 4 роки тому

    Are these videos enough if you want to get PCAP certificate?

  • @teenatalwar3547
    @teenatalwar3547 4 роки тому +1

    Hello sir I have a question for sort function if we want to create list in descending order than what should be the command. Pls tell

    • @sundeepsaradhi
      @sundeepsaradhi  4 роки тому +1

      Hi
      Use the following to get the elements sorted in descending order.
      l.sort(reverse=True)
      Using the reverse argument as True we can get the elements sorted in descending order.

    • @Rohit-es2dl
      @Rohit-es2dl 4 роки тому +1

      Sir but it shows true is not defined.what to do sir

    • @pavan-me3mn
      @pavan-me3mn 4 роки тому +1

      U can use
      I.sort()
      I.reverse()
      Print(I)

  • @anooppandey4824
    @anooppandey4824 5 років тому

    Sir what can be the approach for solving programs

  • @minionsdukers6455
    @minionsdukers6455 6 років тому +2

    If seq=[1,5,2,'ups'5,7,'cpu']' then how will sort() function Sort the list Sir.

    • @raviranjanjha3677
      @raviranjanjha3677 4 роки тому

      Sorting applicable only with number

    • @davidfoo6974
      @davidfoo6974 4 роки тому

      sort() only supports all 'str' or all 'int'/'float'. It does not support a mix of numerical and string in the list.

    • @syedabdulrahmans3357
      @syedabdulrahmans3357 4 роки тому

      TypeError: '

  • @venkat744
    @venkat744 4 роки тому

    Sir...what are the total topics in data science...plz tell me sir...i have confusion...

  • @sangeethasa1339
    @sangeethasa1339 5 років тому +2

    Sir, please explain prime numers, fibonacci in python. Also python is my first language so teach for beginners

  • @sivaparvathikakumanu9809
    @sivaparvathikakumanu9809 4 роки тому +1

    is the sort function only for assending perpose?
    then how to achive descending order?

    • @davidfoo6974
      @davidfoo6974 4 роки тому

      seq.sort() followed by seq.reverse()

    • @syedabdulrahmans3357
      @syedabdulrahmans3357 4 роки тому

      newlist= [3,4,1,2,6,5]
      newlist.sort( reverse=True)
      print(newlist)

  • @ganaviar2937
    @ganaviar2937 5 років тому

    Tqu sir

  • @suprajareddy5002
    @suprajareddy5002 2 роки тому

    sir do dsa course in python

  • @sandeepsanga10
    @sandeepsanga10 4 роки тому

    sir how we do frequency of elements in a list

    • @shahzshahz2712
      @shahzshahz2712 3 роки тому

      Using count function
      Syntax: list.count(element you want to know frequency of occurrence).

  • @sachindalawai07
    @sachindalawai07 4 роки тому

    How sort number in descending order sir