Day 10 | CS Python Class 12 | Chapter 04 | Python Data File Handling | Text Files | Part 02

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

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

  • @ZamZam007z
    @ZamZam007z 9 месяцев назад +25

    sir please can you make a video on how to attempt the question paper .. e.g. what if we couldn't be able to finish the code of Indentation in the same line then from where we should start in the next line..

  • @GAMING.ZO.90
    @GAMING.ZO.90 6 месяцев назад +2

    You are tha best teacher ever
    Sir aap pw ko join kr kro

  • @ayushikeshri1486
    @ayushikeshri1486 9 месяцев назад +1

    thank you sirr for explaining the topics. App padate ho to ekdam se sab. Ghus jata hai dimag me sir thank you soo much sir ❤❤❤❤

  • @HinduPutram
    @HinduPutram 9 месяцев назад +3

    Day 10 completed👌💯

  • @subhoshreesaha9070
    @subhoshreesaha9070 9 месяцев назад

    Thankyou so much for your classes sir, I have been following you from class 10th and you make the concepts so easy.

  • @stranger.2006
    @stranger.2006 9 месяцев назад +2

    sir one question.write a function remove_lowercase()nthat accepts two filenames,and copies all the lines that do not start with a lowercase letter from the first file into the second
    i think you missed this quuestion,where we have to write from one file to another

  • @devanshgupta7607
    @devanshgupta7607 9 месяцев назад +2

    Thank you Sir for session

  • @Hxrshfr
    @Hxrshfr 9 месяцев назад +1

    53:05
    data.split(.) se zyada easy hojayega sir!!
    also thank you for working so hard for us

  • @vaibhavjha9318
    @vaibhavjha9318 9 месяцев назад

    Sir this session was soo good. I was so glad to see you in such a great mood today. Thanx a lot for clearing another concept ❤.
    You're really a lifesaver 🙏🏻🛐
    Looking forward for the next lecture. Sir keep smiling and keep spreading your knowledge 🛐🙏🏻❤.

  • @PrinceBharali14
    @PrinceBharali14 9 месяцев назад +2

    Finally in day10!!

  • @AjayKumar-kl2pm
    @AjayKumar-kl2pm 9 месяцев назад

    Thank you so much sir !!for giving ur this much efforts... and providing uss such a great content..❤

  • @NikitaSharma-nikkivedvyas11
    @NikitaSharma-nikkivedvyas11 9 месяцев назад

    Thank you sir for this session 😊

  • @urbrochadbro
    @urbrochadbro 7 месяцев назад

    anand sir op!!

  • @harshsagar4840
    @harshsagar4840 17 дней назад +1

    bhaisab bodylanguage baat karne ka tarika sabh badalgaya sir ka purane vid k comparision mai

  • @RenukaMondal-jr4dm
    @RenukaMondal-jr4dm 9 месяцев назад +1

    Day 10 completed

  • @YashMehra-b2e
    @YashMehra-b2e 9 месяцев назад +1

    @codeitup 37:45 sir video to sahi baan gai hn isko hi cut krke lga dete hn 😂😂😂😂

  • @HimanshuSingh-497
    @HimanshuSingh-497 9 месяцев назад

    (Please koi solution bata do)A text file "file.txt" has some text. Write a program in Python which should read each word or line of that file and count and display the occurrence of word File and Data

  • @prateek6485
    @prateek6485 9 месяцев назад

    Thank u sir

  • @SierraHunter2106
    @SierraHunter2106 9 месяцев назад

    1:04:31 sir here I did wrote this code pls check and tell if it's correct or not if possible thanks
    f = open("student.txt")
    data = f.readlines()
    a = []
    for i in data:
    if i.startswith("U"):
    a.append(i)
    for j in a:
    print("The sentences starting with U are", a)

    • @musicaholic-zq2mm
      @musicaholic-zq2mm 9 месяцев назад

      In the last line it should be j rather than a for the second time loop execution

  • @Maheshwarijanesh
    @Maheshwarijanesh 9 месяцев назад +1

    53:32
    sir but "." to short form ke saath bhi hota hai
    to usko alag work hi gin lenge.

  • @rohitsingh-pc2yq
    @rohitsingh-pc2yq 9 месяцев назад +2

    Sir agar hum aj se shuru kare to 1st chapter padhna to .......80+ a sakte hai kya

    • @vestigewishyouwealth2107
      @vestigewishyouwealth2107 9 месяцев назад +1

      No chance... But bro pass ho jaoge...

    • @dhruvpandey8630
      @dhruvpandey8630 9 месяцев назад

      SQL and networking pakka karle and chapter 1 and 2 practical ke 30 marks 70+ easy aajayenge

  • @aditsingh922
    @aditsingh922 9 месяцев назад +2

    sir pdf kab aayegi ?
    revision karna hai !

  • @isobelleye
    @isobelleye 9 месяцев назад

    text files completed

  • @mohitrajput792
    @mohitrajput792 9 месяцев назад

    33:18

  • @Deepkaur22kiran
    @Deepkaur22kiran 9 месяцев назад +1

    Flush function smj nhi aya sir....

    • @Shubham-fn3pj
      @Shubham-fn3pj 9 месяцев назад +2

      sidha smjho close but kahi bich me

  • @harshpaypay3819
    @harshpaypay3819 9 месяцев назад +1

    Anyone explain how to attempt program😐

    • @Shubhvarshney310
      @Shubhvarshney310 9 месяцев назад

      Basic understanding of python to chahiye Bhai kisi bhi program ko start karne k liye

    • @harshpaypay3819
      @harshpaypay3819 9 месяцев назад

      @Shubhvarshney310 bro in which class do you read ?

    • @chatravkumardas5637
      @chatravkumardas5637 9 месяцев назад +1

      First try to see and understand the approach by video of solved examples then repeat by yourself what teachers taught i.e just copy what is did then try to recall just after after that try to do dry run on copy and run the programme
      Repeat this task as much as you can if you build confidence try to solve examples from any book or PYqs eg- From sumita arora
      This is step to learn programming...

    • @Shubhvarshney310
      @Shubhvarshney310 9 месяцев назад

      @@harshpaypay3819 12th m hi hu

  • @nitinsharma6587
    @nitinsharma6587 9 месяцев назад

    Sir meri book nahi aayi hai abhi tak 2 din ho Gaye order kare hue

  • @Bestgameer2922
    @Bestgameer2922 9 месяцев назад

    Sir aapne os ans sys ke bare mein nahi padhaya

  • @mohitattri4484
    @mohitattri4484 9 месяцев назад

    Which is best in 10th 402 it or 165 CA and which is easy

  • @bhaktidarshan7049
    @bhaktidarshan7049 9 месяцев назад +2

    Sabhi baune idhar hu hai me bhi 5 5 hu