INTRODUCTION TO LISTS AND CREATING LISTS - PYTHON PROGRAMMING

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

КОМЕНТАРІ • 66

  • @chintojuvishwakanth5248
    @chintojuvishwakanth5248 4 роки тому +7

    The best ever teaching I have seen !

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

    Excellent sir ...tq for doing videos

  • @sidtheiceking7069
    @sidtheiceking7069 4 роки тому +11

    I checked this code as I'm a new learner and finally the following helped me enter the list elements 5 times after running this file:
    seq =[ ]
    for i in range(5):
    ele = int(input("enter a number: "))
    seq.append(ele)
    print(seq)
    exit
    You may like to update your video. Thanks

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

      Thanks bro.
      It really helped me with my doubt.

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

      this will give you wrong output. you made a mistake near print(seq). look at the indentation.

  • @wisdomwithknowledge1137
    @wisdomwithknowledge1137 6 років тому +4

    Hello sir..i have learnt C programming by watching your videos. Now I am learning python as well. Sir my only request is please upload more videos as soon as possible.

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

    THANKS. UNDERSTOOD LIST IN PYTHON PERFECTLY

  • @vigneshpandiyan9933
    @vigneshpandiyan9933 3 роки тому +2

    1) If we enter 10, then it taken as character or integer ?
    2) How to store 10 as a character in the LIST

    • @shubhambandekar16
      @shubhambandekar16 3 роки тому +4

      if we enter whether 10, or 10.5 or Ten ... any value entered will be stored as string data type....
      If you want to enter a particular data type then you will have to mention it while taking input
      example: element = int(input("Enter: ")) , here int will take only integer values

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

    Sir by using append you created code but by using split same code is not excuted please explain

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

    How to create a list 1 and list 2 with some values and Give the ouput

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

    Nice video sir

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

    Hi sir
    Following your for python videos but list topics, in implementation is not defined 'a' is not defined his showing sir
    May know the reason sir

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

    Sir in list concept append ( ), were I will be increased sir , their is no incremental operation

  • @Atchyut.t45_Creator
    @Atchyut.t45_Creator 3 роки тому

    sir simple projects ela cheyyalo cheppandhi sir.....by the way your teaching is extraordinary

  • @ashutoshmishra374
    @ashutoshmishra374 6 років тому +4

    Sir, as you said in your previous videos input function takes string as a input but in this video's input is talking integer and append in list so can you explain because I am not understand this thing.and iteration for and while videos in not in the playlist so if you can upload this video's than it is great help for me .
    Thankyou

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

    Append, extend,pop, deletion, remove, insert also you will tell sir

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

    Thank you so much 💖 sir ur best sir❤

  • @r.sahanasahana2780
    @r.sahanasahana2780 2 роки тому

    Sir why we use for loop only

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

    Sir, I liked your videos. Kindly send me all videos for Python

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

    Sir it would be better if u give example for slipt as u gave for append

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

    How to work with images in python? how to download PIL module?

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

    Best teacher

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

    Can you mention oder wise episodes like episode_1, episode_2, episode3

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

    Love from Bengaluru Karnataka

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

    i tried to install PIL. But it's giving error - 'pip' is not recognized as an internal or external command,
    operable program or batch file. What to do?

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

      Once you check the path wheather it was set or not. If not set the path in environmental variables.

  • @unknown-gl4nz
    @unknown-gl4nz 5 років тому +3

    Sir how to create a list by giving n number of space separated elements ,means i wanted to restrict number of elements by giving a size called n...

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

      hi
      try split() function.
      list=input().split()
      it will create a list with number of elements separated with space in a single line.
      Hope your doubt has been clarified.

    • @unknown-gl4nz
      @unknown-gl4nz 5 років тому +1

      Tq sir but that syntax allows unlimited elements ......what about limited elements like a list of size 5 with space seperated ??

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

      let me check once and i will let you know.

    • @unknown-gl4nz
      @unknown-gl4nz 5 років тому

      Tq so much sir for your kind response waiting for ur rply😊

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

    Thank you sir

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

    Sir, when will u upload c++ programming language playlist in youtube?

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

    Sir, you explain every topic very well. Thank you sir.

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

    qust- list =[1,2,[3,5],4] and list[3]=7 #whats the O/p of the list ?

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

    sir, Can you please update the complete split syntax such that the mentioned list will published

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

    Sir I was so interested by watching your videos but please explain with more example programs

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

    result is integer values
    seq=[10,20,30,40,50]

  • @jagdishparihar6070
    @jagdishparihar6070 4 роки тому +2

    sir.when i use split function or append function my list shows numeric numbers as variables.
    seq=['12','10']

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

      Terminal input is a string by default. Convert the input to an integer by using the int() method before appending

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

    loud and clear

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

    Sir please mention a book for OOP and DSA using PYTHON

  • @Dtoqke
    @Dtoqke 9 місяців тому

    hola amigo indio de india me gusta mucho tu forma de comprender las cosas te saludo desde Chile y muchas gracias

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

    Sir what about iterative statements

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

    Sir please post it in Java please

  • @talentbhebhe660
    @talentbhebhe660 9 місяців тому

    Am not understanding the output

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

    Thanku Sir

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

    Sir could you please explain the example by using multiple elements

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

      a,b,c=input("enter values").split()

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

    Sir, python similar like java language

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

    Can u upload your videos in +2 level explanation in stateboard syllabus in Python programming plz sir

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

    Sir give an example how to use 2nd method i. e., using split()

    • @narendras611
      @narendras611 4 роки тому +3

      list_name=[ ]
      list_name=input("enter values").split()
      print(list_name)

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

    Sir ,thank you for your clearly explanation list👍🔥

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

    The first eg program u had given is not much understandable Pls give another eg program

  • @Dtoqke
    @Dtoqke 9 місяців тому

    ten element on table

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

    sir can I input value in the list using the index of the element as in C language?

  • @Sai-nt4jk
    @Sai-nt4jk 6 років тому +1

    please upload fast sir videos

    • @sundeepsaradhi
      @sundeepsaradhi  6 років тому

      hi sai
      sure i will do that.
      thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.

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

    Tamil podunga