PYTHON TUTORIAL IN TELUGU - Part 5 | Sequences in Python | Telugu Web Guru

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • This video explains sequences in python programming language in Telugu. It explains Strings in python, Lists in Python, Tuples in Python very briefly with examples.
    #pythonstrings #pythonlists #pythontuples
    Keep Watching our website teluguwebguru.in for information on existing courses, upcoming courses , teaching notes and other resources.
    our facebook page / teluguwebguru

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

  • @teluguwebguru
    @teluguwebguru  4 года назад +8

    Keep Watching our website teluguwebguru.in for more information on existing courses, upcoming courses , teaching notes and other resources.

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

      @@maikma emaindi karthik....meeru edaina example run chesi chusara....eam string icharu eam output vachindi...detailed ga cheppandi

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

      Sir
      Nenu 119 membership ki pay chashanu gpay
      Kani naki membership raledu

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

      @@jagadeeswararaoduba5727 okkasari instagram lo message cheyandi

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

      @@teluguwebguru ok sir

  • @jeevanpeddireddy2261
    @jeevanpeddireddy2261 5 лет назад +11

    It’s really nice and I had learned a lot, Thank you Santhosh and webguru

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

    Standard operators, membership operators list ,tipped,list fully u smashed it nicely very cool explaining good work

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

    Excellent teaching sir. Thank you and all the best sir

  • @MohanRoyal-pz3qj
    @MohanRoyal-pz3qj 3 года назад

    All topics are clearly understandable and way of explanation were excelled

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

    Thank you very much for this great tutorial.

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

    Thank u so much sir...your teaching was interesting to learn

  • @VijayaLakshmi-rp5ex
    @VijayaLakshmi-rp5ex Год назад

    Very very nice explanation sir

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

    THANK you 😊 for teaching clearly Sir 👍

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

      Welcome

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

      @@teluguwebguru sir alage micro processor and micro controller subject program Ela rayali anedhi basics cheptara . It is the subject in ECE branch .. I am ece student

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

    Kudos to your teaching
    🙏🙏

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

    Thanks for your great lecture sir. You presented us a very easy way of learning

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

      Thank you so much krishna chaitanya garu

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

    Santosh garu please upload latest python videos, it is very helpfull for me. then I will take u r membership also.

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

    Really sir meru chala bagaa explain chestaru me valane nenu python nerchukuntanaaa tq very much sir

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

    Hi sir.. explanation is very nice.. any one can understand easily.. very thanks..
    Please provide notes of your class, so that we can easily recall the subject.. thank you so much for your videos..

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

    # We can't change items in tuple object directly.
    # We can change items in tuple object indirectly
    t = (10,20,30)
    print(t)
    L = list(t)
    L[1] = 15
    t = tuple(L)
    print(t)

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

    Sir very nice.The way of teaching is good i learned a lot.keep upload vedios sir.

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

    Sir super sir very easiy to understand you way of teaching sir..... Thank you sir

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

    Sir,am trying to watch videos from Dictionaries topic but am not able to watch those.May i know the reason ??

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

    Good content excellent 👍👍👌👌 explain ing

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

    Sir plz add python part 6,7,8,9,10.because those are not available. This is very useful to beginners. Thank you very much sir.

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

      please check playlists....but those are accessible for only members who click join button and become the member by paying rs 119

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

    For better understanding to write code we need basic problem solving programs like strong number, Factorial, Fibonacci series etc...

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

    Thank u sir

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

    Very clear explanation.........Telugu lo explanation entho bagaundi...

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

    Sir i didn't find any difference between string and list except we can use list in list and we cannot use this in strings plz explain some more differences

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

      String means you can store collection of characters only. you can't save set of strings in a string and use like an array right.....But list can do that job. it can store set of strings. based on our purpose we may go with strings / lists

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

      @@teluguwebguru tq sir

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

      Welcome

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

    Nice teaching sir n fully understandable

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

    sir test cases and math module mida oka video cheyara

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

    Santhosh garu meeru nijanga very good lecturer and i bow in front of you, me explanation is awesome matallo chappalenu and naaku konni artham kaledu meeru dayachesi chepthara
    == enduku vadali oka = chalada and in other vedios lo chusanu _ _ double vadatharu enduku _ chalada, double vadadam edaina special ga cheppadama leda just like vadathara
    please cheppandi

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

      = anedi assignment operator. kevalam values assign cheyadaniki maatrame vaadutam. compare cheyalante maatram == vadaali

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

      @@teluguwebguru thank you sir

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

      @@teluguwebguru and one more doubt kindly teach me
      % enduku vadali eppudu vadali

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

    Plz create awareness about AI & Machine Learning!!!

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

    Sir , Is there any problems solving and explaination of loop execution in problem's videos in python ,

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

    can yo explain any credit risk project so that resme gets shortlisted

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

    verygood explantion sir

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

    33:30 Santosh garu adhi just 5 kadu '3.5' so correct index slicing is ' s[2] [0] ' . Please pin this comment else people will get CONFUSE or ERROR.
    Thank You.

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

      You are exactly right dileep.....Thank you. What i did is i trimmed that part in the video and it will be effected in few hours so it won't lead to confusion to anyone . Thank you so much once again.

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

    String ne update chesinappudu next same string vastundaa Lada updated string vastundaa for example-- s=[1,2,3]
    S[0] = 10 # then
    S = [10,2,3]
    # after this updating we get s=[1,2,3]
    Or
    S=[10,2,3]
    #please reply

  • @p.rakeshkumar6259
    @p.rakeshkumar6259 4 года назад +1

    Hi Sir,
    Thanks for your effort.
    can you tell me the meaning of .( ), this?
    what is the use of open parenthesis in python?
    thank you.

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

      Hi rakesh.....video lo doubt ekkada undo konchem time specify cheyandi .... i will clarify your doubt

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

    Super sir,interview questions mida video cheyandi sir .

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

    Sir konchom advance. Python kudha. Chapandi. And. Last. Do. One project work that can use alot. For us sir

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

      ok sure....advanced python in the sense topics cheppandi .... okasari playlists chudandi...full videos untaai...akkada leni topics mention cheyandi...cheddam

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

    Hi Santosh I have a small clarification actually I want to be in software I don’t know anything related in phython but after reviewing yours videos I thought it was very good and one thing literally I liked your classes very much but I have a doubt can you please suggest as am I fresher in software can you please suggest am I suitable to learn phyton in clear ???

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

      Learn C Language in depth first. Then you will get strong foundation in programming. Then you learn python.

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

    can you us some exercises relativly andi '

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

    sir, can you explain about python with turtle in your channel.

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

    your python tutorials are great, but you are explaining inbuilt methods, but when freshers attend for any interviews, interviewers wont allow them to use inbuilt methods, so its better to explain logic how the inbuilt functions are working and it is difficult to remember inbuilt methods. thankyou for your tutorials.

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

      Noted with thanks Murali. Thank you so much

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

    Very helpful stuff

  • @talaribalaraju7999
    @talaribalaraju7999 8 месяцев назад

    Sir
    For loop lo
    10 to 20
    Ala print cheyalema

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

    Thankq sar super explained

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

      Thank you mariyadasu ... Keep watching our channel and website teluguwebguru.in for more updates

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

    Thanks

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

    hi sir,
    List of some numbers are there like [1,2,3,1,4]
    if i want know the position of the index in a line concept i'm giving like s.index(1)
    the answer i'm expecting 0 and 4, but here only first position index only is cmg.

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

      you may get it with the following statement
      indices = [i for i, x in enumerate(listname) if x == 1]

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

      @@teluguwebguru
      Thank you sir...

  • @SatishKumar-bh9yi
    @SatishKumar-bh9yi 5 лет назад

    how we use python language in Arduino ide software? is it possible please reply thnq bytheway upload more python videos thnq💐💐💐💐💐💐💐💐

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

    sir how to Get a list as input from user . separated by comma

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

      u need to use list comprehension and spilt function

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

    Good afternoon TWG I have no knowledge about computer but iam very interested to learn python it is possible pls give your expertise pls replay me sir..but i learn to start basics of system now..

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

      no problem andi...ee week lo c programming with basics start chestunna
      adi follow ayyaka python nerchukondi. perfect aipotaru

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

      Thank you sir..

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

      @@teluguwebguru sir c language basics and full course thvaraga start cheyandi pls iam passed out 2017 batch ece..

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

      C language thvaraga start cheyandi sir pls

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

    hi, ipudu ee tutorials core python aa? leda edaina particular purpose aa chepandi alage python valla web applications ki, app development ki and desktop applications ki elanti methods vadutharo oka deep video cheyandi pls...

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

    Good teaching

  • @5thsecretariat126
    @5thsecretariat126 2 года назад

    Sir last class lo for loop kosam cheperu mari while loop kosam endhuku chepaledhu

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

    hi sir, ante ippudu manam strings or something update chesnappudu memory adress change ithundhi kadha ante already allocate ina memory waste ithunnatta or garbage collection la malli clean chesthunda?

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

      malli ah memory reuse avtundi....waste avvadu

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

      @@teluguwebguru tq sir for clarification ❤❤

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

    Sir in 3.8.2 version some of list build in functions are not displaying outputs would you please clarify it

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

      Hi Siva ... Can you please tell me one function which is not working?

  • @vamsi0211-w9n
    @vamsi0211-w9n 5 лет назад +2

    #Sir can u made a video on loops (for ;while)

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

      #Whether the given number is prime or not using for loop?
      n = int(input("Enter positive integer: "))
      flag = True
      for i in range(2,n) :
      if(n%i==0) :
      flag = False
      break
      if (flag) :
      print("Given number is a prime number.")
      else :
      print("Given number is not a prime number.")

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

      #Whether the given number is prime or not using while loop?
      n = int(input("Enter positive integer: "))
      flag = True
      i = 2
      while(i

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

      #Whether the given number is prime or not using while loop?
      n = int(input("Enter positive integer: "))
      i = 2
      while(i

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

    Sir..
    Java Have java se api
    What about the python...

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

    sir tuples ni immutable anoccha?

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

    👍👍👍👍👍

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

    Sir your vedios are excellent sir. easily understood sir.but from the part 6 vedios are unavailable sir.y sir.

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

      Those are accessible to members only neelima garu. Membership fee rs119 per month. You need to click on join button and join as member

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

      @@teluguwebguru thank you sir

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

      Welcome

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

      @@teluguwebguru c programming vedios kooda vunnaya sir meevi

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

      లేవు...ఇంకా ప్రిపేర్ చేయలేదు. మీకు మన playlist లో ఏమి ఉన్నాయో అవే ఇప్పటికీ ఉన్నట్టు...

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

    Please also tell how to hack using python, Santosh sir

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

    Hi sir can u plz give a suggestion how we can create own projects plz tell me sir

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

      sure will tell with web development course

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

    Full phyton undha sir me videos lo chepandhi

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

    Sir From dictionaries vidoes I an unable to watch videos sir

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

      You need to take membership to access sixth video onwards of all courses andi. Fee will be rs 119. If you are interested please connect to me in instagram @teluguwebguru. I will tell you the process.

  • @singamco.taxconsultants4682
    @singamco.taxconsultants4682 3 года назад

    Sir were can i see part-6 .... n ? Classes for Python

  • @Anonymous-cn6hq
    @Anonymous-cn6hq 4 года назад

    Sir how can a python software 48:28 identify whether it is TUPLE or STRING .?? Because both have same notations like () right soo how it identifies?? Ante tuples ki manam close bracket ey use chesthaam nd strings ki kuda some python ki ela telusthundhi sir adhi tuple ah string ah anedhi #teluguwebguru

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

      tuple is represented with ( ) where as string is declared without any type of braces. but while acessing we may access String elements / tuples / list with index by using [ ] braces

    • @Anonymous-cn6hq
      @Anonymous-cn6hq 4 года назад

      @@teluguwebguru ok sir thank u

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

    Sir, java lo string is a class. Then what about string in python? Is it same?

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

      We may see String as array of characters raju. we will give values with single or double quotes

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

    If I cover all the videos thoroughly anything else to complete and how much I learnt from ur videos sirrr

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

      Just check the titles of my playlist and estimate on your own by comparing the same course in other channels or websites. In my perception i covered more than 90% of core python. Thank you

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

      @@teluguwebguru I mean how much I'm getting ready for job and howmuch I perfected personally in python comparitively 100% sirr

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

      For job this core python is not enough dear. You need to learn our upcoming course python web development also. With these two courses you are 85% ready for job. Remaining 15% will be dependent on your practice. How you are able to develop projects etc., Thank you

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

      Tq sir

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

      @@thotavamshi5750 welcome

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

    payment not working what have to do upto last month its worked well but now onwards its not working any upi payment
    available

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

      Follow this link if your card is not accepted by youtube.
      ruclips.net/video/0D4GX6r6IqU/видео.html

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

    What lambda will do in python

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

    Sir payment cheyadaniki vere option leda

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

    Python 5 videos eh vachayi sir...ah tarvata videos ravatleadu sir ... migilinavi videos Kuda pettandi sir...pls sir

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

      unnai maa...playlists lo untai. kakpote meeru channel lo join button click chesi 119rs pay cheste access chesukogalaru

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

      @@teluguwebguru ookk sir ... thank you

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

    ethical hacking course chppagalara sir please 🙏🏻

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

    Hii sir. Is only python enough to become a developer or need to learn any other language.

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

      Python is basic for advanced courses Lakshmi Garu.... ఆ తర్వాత మీరు web development గాని, data science గాని చేస్తే మీకు the best opportunity వస్తుంది

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

    Sir what is use of negative indexing sir....?.?

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

    s=(10,20,30,40)
    list.reverse () how to reverse the values of index
    S[0] and s[1]

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

      impossible to reverse or exchange the items of a tuple sai kumar(i mean with parenthesis braces)..... But if it is lists(square brackets) you can manually update new values to the list items as you want.

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

      t = (10,20,30,40) # This is tuple
      print(t)
      L = list(t)
      (L[0],L[1]) = (L[1],L[0])
      t = tuple(L)
      print(t)

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

    s.reverse() giving output as none , can i know the reason

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

      Check the return type of this method and try to print s after this line

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

    Hii sir iam new for your channel sir next video part 6-9 video open kavatledhu sir...it's showing the error sir help me sir..

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

      Only joined members who paid rs119 can access sixth video onwards
      teluguwebguru.in/join-as-member.php

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

      @@teluguwebguru it's one month subscription or full

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

      @@Hemanthpoodari it's for one month only. If you can complete the course in one month no need to renewal from next month

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

      @@teluguwebguru python complete course I need

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

      Check playlists hemanth

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

    Is it the last part for python sir... Because I have watched part 1,2,3,4 and 5. I searched for part 6 but I didn't get it ....

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

      check playlists

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

      @@teluguwebguru I already done but didn't found it... Can u please give me the link for python tutorial part 6.

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

      @@teluguwebguru sorry I got the part 6.. And thanks for your tutorial with great explanation Sir...

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

      @@teluguwebguru 😣Iam not getting the access to watch part 6 it is asking to join(by paying)...

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

      @@musicalsoul_bala7165 there will be an entrance fee of rs119 with which you can access all courses and all videos for one month

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

    👌👌

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

    Any pcap exam preparation vedio Santosh Garu

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

      Not yet sir....but sure ...i will do in future. Added this to my list

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

    Sir phonepe nundi channel lo join avvadaaniki vilavuthundha?

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

      Follow this link if your card is not accepted by youtube.
      ruclips.net/video/8sWRBApxPpQ/видео.html

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

    Part 6 is not playing..why is it not playing ? It show on yhe screen when i try to play part 6 it shows join this channel something else how can i overcome from this ???

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

      only the members who joined through join button in my channel can see the 6th video onwards in each and every course. fee will be rs.119 per month

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

      Haha okay sir can you teach us personally ? Im very much interested in learning python !

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

      @@siddusid9322 sorry

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

    meru tuples lo only paranthesis use cheyali annaru mari square brackets enduku use chesaru??

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

      Tuples lo elements ni access cheyalante manam migatha languages lo arrays ni ela access chestamo same alage annamata....square braces lo index iste manaki element access avitundi

  • @sureshkumar-qi2ft
    @sureshkumar-qi2ft 3 года назад

    Sir remaining videos ki access free ga provide cheyandi sir

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

      suresh garu mana channel lo 6 courses unnai ippatiki. anni courses anni videos one month access cheyadaniki kevalam rs.119 pettaanu. idi chaala chala takkuva amount. meeru okasari alochinchandi

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

    Sir dhini tharwatha videos dictionaries ivanni enduku play awwatledhu any issue with the channel sir please

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

      Avi channel lo join aina vaariki maatrame kanipistaai

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

    In s.find('c',0,4)
    4th index ledu kada up to 3 kada
    ante appudu s.find (c,0,3)kada vastundi??
    please clarify my doubt sir

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

      Manam iche end index include cheyadu find method so index 3 varaku ravali ante find(c, o, 4) ivvali

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

    Next continuation video enti sir?

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

    Hello sir python use to app crate

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

    i have a dout

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

    Own practice ki oka pdf type lo book ready cheyandi sir

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

    Sir,revise chesukodani ki material petamdhi sir

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

    Sir python class 6th open avvatledhu

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

      first 5 videos are free jagadeesh garu. To access sixth video on wards you need to join in my channel by paying Rs.119

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

    Sir mi Python videos part 7 nundi ravadam ledhu tell me how to get those videos

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

    Ur content is good...but you should tell it is paid video in 1st video itself...

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

    How to join and access your videos

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

      Join using phonepe
      Step1 : Phonepe lo under recharges and paybills -> see all click chesi -> under purchases Google Play untundi. Select chesi meeru anukunna amount tho recharge cheyandi.chesaka recharge code chupistundi. Pakkane unna chinna icon click chesi code copy cheyandi
      Step2 : Google Play Store open chesi top right icon click chesi payments and subscription lo Redeem ane option untundi. Select chesi andulo ee code ni paste cheyandi. Chesi button click cheste amount added successful ani vastundi.
      Step3 : RUclips lo mana channel open chesi join click cheste eesari payment options lo meeru recharge chesina amount tho oka option chupistundi gpay balance 119 ila ...adi select chesi buy button click cheste few seconds lo meeku welcome display avutundi.

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

    9:04 memory allocation multiple times for s, so unnecessary memory storage.
    This is drawback for python know.

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

      No dear.....Whenever new location is alloted for s then old location will be made free for other purposes know....

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

      @@teluguwebguru : if I want to recall/return to go old memory, how it is sir?

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

      Once a new location is alloted then garbage collector will clear the old memory content and make it ready for other purposes

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

      @@teluguwebguru
      Colud you call me 8074019167
      For complete course
      Or give me your contact details
      Thanks you

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

      @@chinnakareemulla1671 please observe the playlist for contents. if you want to see all the videos then join as member by click on join . Thank you

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

    how to capitalize sentence...

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

      there is capitalize() function in python. with this you can do.

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

      If input is :: my name is bhanu
      Output :: My Name Is Bhanu....
      How to use capitalize that....

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

      @@bhargavigoudgora1278 str = "my name is bhanu"; print str.capitalize();

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

      @@teluguwebguru
      Thankq

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

      @@bhargavigoudgora1278 welcome

  • @singamco.taxconsultants4682
    @singamco.taxconsultants4682 3 года назад

    i want to join with net banking payment please help me sir

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

    Python 10th class student neerchukovaccha please reply

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

      నేర్చుకోవచ్చు

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

    Mee python videos 19 unnay
    Is it ok for beginners.....??

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

    My amount is debited but not got any membership

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

      problem solve avvakapote instagram lo message cheyandi @teluguwebguru