Python Exercise 8: Solution + Tips | Python Tutorials For Absolute Beginners In Hindi #88

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 128

  • @PuppyHaven-117
    @PuppyHaven-117 4 ปีที่แล้ว +4

    def organiser(path, file, format):
    import os
    f=open(file)
    os.chdir(path)
    i=1
    for file1 in os.listdir(path):
    if file1 not in f:
    os.rename(file1, file1.capitalize())
    for file2 in os.listdir(path):
    if format in file2:
    os.rename(f"{file2}", f"{i}.{format}")
    i=i+1

  • @patelfenilkumarsunilkumar8678
    @patelfenilkumarsunilkumar8678 4 ปีที่แล้ว +3

    Harry bhai, Exercises karne me jyada explore hota hai Modules, Concepts etc.. Really amazing Exercises you are giving to us....

  • @pushpkiran2487
    @pushpkiran2487 2 ปีที่แล้ว

    Really impressed with this tutorial. I have gone through almost all the videos here and really liked them. Thank you very much for the tutorial. :)

  • @ravishekhawat5958
    @ravishekhawat5958 4 ปีที่แล้ว

    Bhai 25dec 2020 ko dekh rha hu.. or
    1st language h meri ye .... Mko kuch ni pta tha .. but bht kuch sikha 😍😍😍..

  • @vivekjalankar6647
    @vivekjalankar6647 4 ปีที่แล้ว +1

    I tried my best and implemented in my own ways -:
    def findAllFilesInFolder():
    i=1
    files=os.scandir("New Folder/test_dir")
    for every_file in files:
    print(every_file)
    forCaptilizationPurpose=str(every_file)
    forCaptilizationPurpose.capitalize()
    print(every_file)

    with open("New Folder/test_dir/harry.txt") as f:
    data=f.readline()
    convertedData=str(data)
    if convertedData.__contains__("this,that"):
    print("Invalid operation")

    else:
    oldFile=every_file
    fsf=os.rename(oldFile,'myfile.txt')
    print(fsf)
    f.close()
    findAllFilesInFolder()

  • @santanakirakshyahamariutta6101
    @santanakirakshyahamariutta6101 2 ปีที่แล้ว

    I have done exercises as well as taking reference from others I have made my separate note and separate pycharm project in computer for practice it's long I have completed its been 2.5 month 88 videos

  • @uchiha_adhyut8663
    @uchiha_adhyut8663 2 ปีที่แล้ว

    i've learned a lot by your hard effort harry sir.

  • @alexsimons3804
    @alexsimons3804 ปีที่แล้ว

    Thank you Harry bhai for this amazing course.Really appreciate it bro❤

  • @subhu143
    @subhu143 3 ปีที่แล้ว +1

    Awsome bhai🤓❤

  • @SANJEEV777-u3h
    @SANJEEV777-u3h 2 ปีที่แล้ว +1

    THANK YOU HARRY BHAI

  • @sumanthsumanth7114
    @sumanthsumanth7114 2 ปีที่แล้ว

    Thank you so much Harry Bhai♥️♥️

  • @mohitkumaryadav6563
    @mohitkumaryadav6563 2 ปีที่แล้ว

    ekdm essay way me solution -
    import os
    os.chdir("C:\\Users\mohit\my_expirements_mohit")
    a1=0
    def function(n):
    global a1
    a1 +=1
    # comment jo h usser first letter ko capital(upper) ya small(lower) kr skte h
    # k = n[0].upper()+n[1:]
    # os.rename(n,k)
    # is wale se jiste bhi file h usko 1,2,3 jitne bhi file h sbke age ek sequence se
    # number likh jye to wo krte h essay h bs logic lgana h
    os.rename(n,str(a1)+n)
    m1 = os.listdir()

  • @sarangpandit7605
    @sarangpandit7605 2 ปีที่แล้ว

    Thank you Harry Bhai

  • @college6531
    @college6531 4 ปีที่แล้ว +1

    Harry bhai zindabad

  • @jaibhansinghgaur1953
    @jaibhansinghgaur1953 4 ปีที่แล้ว +30

    Watching tutorial after 1 year and doing all exercises

    • @mr.student5805
      @mr.student5805 4 ปีที่แล้ว +3

      Bhai jab apne pheli bar dekhi kya jab aapse nhi bani thi
      Same problem with me.

    • @jaibhansinghgaur1953
      @jaibhansinghgaur1953 4 ปีที่แล้ว +3

      @@mr.student5805 nhi bhai mene playlist hi abhi dekhna start kiya tha mujhe idea nhi tha pehle ki playlist bhi h

    • @mr.student5805
      @mr.student5805 4 ปีที่แล้ว

      @@jaibhansinghgaur1953 bhai aapki first language hai kya ye

    • @jaibhansinghgaur1953
      @jaibhansinghgaur1953 4 ปีที่แล้ว

      @@mr.student5805 nhi bhai C bhi sikh rhi h mene mtlb mujhe python pehle se bhi aati thi basic , mujhe advanced tk sikhna tha isliye

    • @harshitachaurasia1246
      @harshitachaurasia1246 4 ปีที่แล้ว +1

      same :')

  • @ashmitkumar3482
    @ashmitkumar3482 4 ปีที่แล้ว

    Sir you are great you help me a lot

  • @neerajkumarcjauhan5081
    @neerajkumarcjauhan5081 3 ปีที่แล้ว

    Best job

  • @jayeshkaushik2975
    @jayeshkaushik2975 5 ปีที่แล้ว +1

    best series

  • @mayurthorat512
    @mayurthorat512 4 ปีที่แล้ว

    Thnxx bhai ✌️👍

  • @shadabsiddiqui28
    @shadabsiddiqui28 5 ปีที่แล้ว +1

    bhai aap great ho yrr
    please dont worry
    love you bhai

  • @vinaymishra3796
    @vinaymishra3796 3 ปีที่แล้ว

    Harry bhaiya you made a mistake in/*for file in files*/ bcz your solution will not fullfill your question. And thnx for making me good in programming so blessed to have you☺

  • @vishvenderpratap8851
    @vishvenderpratap8851 3 ปีที่แล้ว

    bro u are great

  • @RahulGupta-pw5ei
    @RahulGupta-pw5ei 5 ปีที่แล้ว +2

    Waiting for.. Big data ...
    Harry sir ji

  • @mayankpathak07
    @mayankpathak07 4 ปีที่แล้ว +1

    I watched all your python series videos

  • @NKMishra
    @NKMishra 2 ปีที่แล้ว

    By Commenting I am just doing an interaction so TH-cam Will Recommend More People

  • @raviyadav2552
    @raviyadav2552 4 ปีที่แล้ว

    U are the best bro

  • @kaushlendrasinghchauhan4742
    @kaushlendrasinghchauhan4742 5 ปีที่แล้ว

    i like your efforts harry bhai

  • @yogendrameena1785
    @yogendrameena1785 4 ปีที่แล้ว

    Harry bahi u r great

  • @sheikhmanjat4376
    @sheikhmanjat4376 4 ปีที่แล้ว

    Thank you so much brother

  • @mr_pavya
    @mr_pavya 4 ปีที่แล้ว

    Thank you so much harry sir!!!!!!!!!!

  • @babulaswain9744
    @babulaswain9744 4 ปีที่แล้ว +4

    bhai ye ext.txt file location kis lie deni padi hame??? ye ext,txt file banay hi kiyun hamne...??

  • @ALLINONE-kt7wd
    @ALLINONE-kt7wd 3 ปีที่แล้ว

    Harry bhai window 7 mein in build folder hai jo rename ne ho skte hunhe try se handle kre ke program banaya hai .. bhai apke program mein ek problem hai apne format ko kesa lya

  • @12_pradipghadge99
    @12_pradipghadge99 4 ปีที่แล้ว

    Hello harry bhai big fan

  • @plasmalife5532
    @plasmalife5532 3 ปีที่แล้ว

    Its normal ❤️

  • @real_yoplayer1
    @real_yoplayer1 4 ปีที่แล้ว +1

    What is your favorite programming language Harry sir ????

  • @engineerbhai7642
    @engineerbhai7642 6 ปีที่แล้ว

    Nice

  • @pikeshkumar1530
    @pikeshkumar1530 4 ปีที่แล้ว

    Best excrsie

  • @harikhedkar6562
    @harikhedkar6562 4 ปีที่แล้ว

    Oh Bhai sahi

  • @sanjaykhedkar8920
    @sanjaykhedkar8920 4 ปีที่แล้ว +1

    👌👌👌🤩🤩🤩

  • @ayushdwivedi7529
    @ayushdwivedi7529 4 ปีที่แล้ว

    Harry bhai op

  • @pritamkrbhagat4841
    @pritamkrbhagat4841 2 ปีที่แล้ว

    in soldier function(path, file, format):
    file- address you use along with ext.txt file
    what does that ext.txt file contain
    if anyone know plz explain it

  • @kashishjain8219
    @kashishjain8219 5 ปีที่แล้ว

    ni yr solve to krra hu bus i think ki ye series ab end hoye to mai next machine learning vali series dekhu teri. isi jaldi me series ke outputs nikal jate h ya samaj jaate h sirf

  • @anishjain8096
    @anishjain8096 6 ปีที่แล้ว

    Good morning bhai

  • @72_vinayaksingoriya31
    @72_vinayaksingoriya31 4 ปีที่แล้ว

    Hello harry bhai...mere is program me jb me extension wali file ka name change kr rha hu to...vha i ki value to print ho rhi hai....pr formate ki nhi ho rhi.....aisa q instead of correct code.Is there any problem in this code? please reply......
    import os
    def prettyfier(path,safefilelist,format):
    os.chdir(path)
    pathfiles=os.listdir(path)
    i=0
    with open(safefilelist,"r") as f:
    safefile=f.read().split("
    ")
    for file in pathfiles:
    if safefile not in pathfiles:
    os.rename(file,file.capitalize())
    if os.path.splitext(file)[1] == format:
    os.rename(file, f"{i}{format}")
    i+=1

  • @mohitdudhat4423
    @mohitdudhat4423 3 ปีที่แล้ว

    Harry bhai sad op

  • @bestest1121
    @bestest1121 2 ปีที่แล้ว +1

    harry bhai mera app path input se leta hai aur extension jisko rename karna hai vo bhi input se leta hai bhai bahut time laga tha banane me pls check kar lena
    import time
    import os
    def prettier(path,efiles,rfiles):
    global isthere
    pathfd=path
    count=1
    countf=count
    os.chdir(pathfd)
    filestorename=os.listdir(pathfd)
    for i in range(len(filestorename)):
    text=str(filestorename[i])
    print(text)
    if text.endswith(rfiles):
    print("Ok sir doing")
    # time.sleep(0.4)
    os.rename(f"{text}",f"{countf}{rfiles}")
    countf+=1
    print("Done sir you can go and check")
    if text.endswith(efiles):
    print("Ok sir doing")
    # time.sleep(0.4)
    f=open(text,"a")
    ffr=open(text,"r")
    ff=ffr.read()
    ff=ff.split("
    ")
    print(ff)
    lines=[]
    for i in range(len(ff)):
    fg=ff[i]
    print(fg)
    lines.append(fg)
    # print(lines) for debug


    # for i in range(len(lines)):
    fgdd=open(text,"r+")
    fgdd.truncate(0)
    fgdd.close()
    for i in lines:
    ifl=str(i)
    ifl=ifl.capitalize()
    # print(i+"
    ") for debug
    f.write(ifl+"
    ")
    # print(ff)
    print("Done sir you can go and check")

    pass
    # count=1
    while True:
    isthere=input("Enter your path -")
    print(isthere)
    os.chdir(isthere)
    iftheref=os.path.exists(isthere)
    if iftheref:
    whichfiletorename = input("Which file extension to rename - ")
    # print(whichfiletorename)
    whichfileeditname = input("Which file extension to edit - ")
    # =input("Which file to capatalize - ")
    prettier(isthere,whichfileeditname,whichfiletorename)
    else:
    print("not present")

  • @thestranger9577
    @thestranger9577 6 ปีที่แล้ว

    Ok Bhai....kabhi kabhi esa lagta hai first nai toh maja nai ata...next time se karunga...And next Exercise TH-cam premiere me Dena Bhai taiyar bete rahunga and first hopaunga.

  • @ajaykumar-py8pv
    @ajaykumar-py8pv 3 ปีที่แล้ว

    Can you please tell how can I apply this code in pydroid 3 .....please sir tell me.......🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

  • @tigerzindahai2506
    @tigerzindahai2506 4 ปีที่แล้ว

    Hiiiiiiiiiii
    I am your big fan

  • @atinverma6232
    @atinverma6232 3 ปีที่แล้ว +1

    harry bhai itni saari videos ko like nahi kar paate saabhi log
    aap koi koi vedios ko combine kar diya karo
    like oops ko aap ek vedio me convert kar shakte the

  • @wayezraza8964
    @wayezraza8964 3 ปีที่แล้ว

    Continue watching all vedios

  • @Facmagine
    @Facmagine 4 ปีที่แล้ว

    3:29

    • @PuppyHaven-117
      @PuppyHaven-117 4 ปีที่แล้ว

      I think we all should listen him as he is doing all efforts just for us .

  • @proingamerz7310
    @proingamerz7310 3 ปีที่แล้ว +1

    harry bhai i stuck in name , name_ is not defined errror harry bhai please reply me

    • @fashionnova9839
      @fashionnova9839 3 ปีที่แล้ว

      there is no rply coming just post your all code here in comment and see if we can fix it

  • @vinaymishra3796
    @vinaymishra3796 3 ปีที่แล้ว +2

    From starting i solved every problem given by harry but dont know why🤷‍♂️ i am getting confuse here

  • @RohanDasRD
    @RohanDasRD 6 ปีที่แล้ว +3

    Waiting For Tkinter video Now!

  • @m.sameeribnmuhamadizhar9927
    @m.sameeribnmuhamadizhar9927 6 ปีที่แล้ว +6

    Mai hamesa commant kr te h

  • @SourabhEdits1101
    @SourabhEdits1101 4 ปีที่แล้ว

    Its very tough! I don't know why

  • @I_nick_123
    @I_nick_123 6 ปีที่แล้ว +2

    Bhai thoda apni voice speed bhi kam Karo bhut jaldi finish krte ho.

  • @sathiroy3343
    @sathiroy3343 4 ปีที่แล้ว

    Sir ma commerce ka student hu or keya ma python learn karke koe IT sector ma job ke lea interview de sakta hu ??

  • @RahulRathva
    @RahulRathva 6 ปีที่แล้ว

    Mera ek saval hai
    Python language se app ko kaha banate hai pycharm ya android studio mai?

  • @b.kkanhaiya6181
    @b.kkanhaiya6181 4 ปีที่แล้ว

    bhai ye install process kya hai kisi application ka

  • @animemation4089
    @animemation4089 4 ปีที่แล้ว +1

    Sir g ye ext.txt file q banai ha... Ye aap ny clear nh bataya

  • @indrasenmaurya9503
    @indrasenmaurya9503 4 ปีที่แล้ว +2

    Sir kuch doubt hai ,concept clear nahi ho paa raha hu ,but I am learning after 1 year .kya karu😭😭😭

  • @thestranger8352
    @thestranger8352 3 ปีที่แล้ว +1

    bhai apke exercises thode tough hote hai isiliye hum ker nhi pate , hum try kerte per kuch aur he ho jata hai

  • @AmitKumar-in5pd
    @AmitKumar-in5pd 6 ปีที่แล้ว +2

    Bhai main karuga interactions

  • @xtremtech5600
    @xtremtech5600 5 ปีที่แล้ว

    ok

  • @devanshrathaur
    @devanshrathaur 6 ปีที่แล้ว

    Actually Maine abhi puri tutorial series starting se complete nhi kiya esliye jaisi hi series complete hojygi tab hr ek quiz solve krunga promise

  • @m.sameeribnmuhamadizhar9927
    @m.sameeribnmuhamadizhar9927 6 ปีที่แล้ว

    Hlo harry

  • @rafihasan4061
    @rafihasan4061 4 ปีที่แล้ว

    vai mujhe kuch samaj nehi aya
    meh directory file in sab cheez me clear hona chati ho

  • @kashishjain8219
    @kashishjain8219 5 ปีที่แล้ว +1

    or kabhi kabhi yr solve ni hoti errors aa jate h to solution dekh ke fr bnate h outputs

  • @namanagrawal4868
    @namanagrawal4868 4 ปีที่แล้ว +1

    sir ye code chlane pr permission denied error kyu bta rha hai?😭😭

  • @rakeshtomar6391
    @rakeshtomar6391 4 ปีที่แล้ว

    Solve kar raha hun

  • @aryanphatarpekar685
    @aryanphatarpekar685 3 ปีที่แล้ว +1

    Kuch samaj hi nahi aah raha hai 😥😓 😭

  • @rahulyadav4522
    @rahulyadav4522 4 ปีที่แล้ว +1

    i was unable to understand the question

  • @HimanshuRenwalsmilingbabes
    @HimanshuRenwalsmilingbabes 2 ปีที่แล้ว

    Error faced!!!!!!! Reply everyone if has a solution??
    Harry bhai jo txt file k andar jo file name hai unko change nhi krna jaisa k question me kha gya hai! but still wo bhi change ho rhi hai. Capitalize ya numbering ho rhi hai files ki!
    If anyone else face the same issue please reply?

    • @harshalkakaiya4542
      @harshalkakaiya4542 2 ปีที่แล้ว

      Yes SO I have CHanged File to os.path.splitext()[0]

    • @RakeshRoy-vr5io
      @RakeshRoy-vr5io 10 หลายเดือนก่อน

      consider the full name with extension in txt file

    • @RakeshRoy-vr5io
      @RakeshRoy-vr5io 10 หลายเดือนก่อน

      But Harry bhai ne bola tha ki folder ko koi change nehi karna...but capitalize ho rha hei

  • @Facmagine
    @Facmagine 4 ปีที่แล้ว +1

    __name__

  • @letsgetcopyright2603
    @letsgetcopyright2603 4 ปีที่แล้ว

    Bhai explain tu kr na jo likh rahy ho bs usi ko par rahy ho is ma format kya kuch samjayo gy

  • @farzeenarshad384
    @farzeenarshad384 6 หลายเดือนก่อน +1

    ❤❤❤❤❤💝💝💝💝💝💝💝💝💖💖💖💖💓💓💞💞💕

  • @mshelp490
    @mshelp490 4 ปีที่แล้ว

    __hello__

  • @oselite4862
    @oselite4862 6 ปีที่แล้ว

    Bhai exams chal rha tha time nhi milta tha comment karne ka ab exams khatm ho gaye toh ab karunga bhai

  • @Facmagine
    @Facmagine 4 ปีที่แล้ว

    ___name___

  • @amarshindhe5036
    @amarshindhe5036 4 ปีที่แล้ว

    Bhai ek dil dedoo

  • @sush9889
    @sush9889 4 ปีที่แล้ว

    bhai ab aapke videos jyada samajh me nahi aate hain, ye wali exercise bhi samajh nahi aayi ...

  • @ThugLife-ud3ff
    @ThugLife-ud3ff 6 ปีที่แล้ว

    Bhai mera ek help karoge ?

  • @adityapiplodiya4270
    @adityapiplodiya4270 3 ปีที่แล้ว

    ji harry bhai sorry aage se aisa nahi hoga

  • @bakasenpaidesu
    @bakasenpaidesu 2 ปีที่แล้ว +1

    ;)

  • @naazidivo8010
    @naazidivo8010 4 ปีที่แล้ว

    advanced python is so difficult, I don't understand it

  • @anishjain8096
    @anishjain8096 6 ปีที่แล้ว

    Bhai app se bhat karni he please no mail karo na it is about my django based website please bhai

  • @ThugLife-ud3ff
    @ThugLife-ud3ff 6 ปีที่แล้ว

    Bhai abb se mai hamesha exercise solve karunga abhi mai bahar tha isliye mai solve nahi kar paaya
    *SORRY*

  • @ishuchauhan7138
    @ishuchauhan7138 4 ปีที่แล้ว

    I m stuck in FileNotFoundError..so who can help please ping me

  • @saurabh-ny8cn
    @saurabh-ny8cn 4 ปีที่แล้ว

    Bhai main 1 hi like de Paya is video pe 😣

  • @Facmagine
    @Facmagine 4 ปีที่แล้ว

    __fname__

  • @Facmagine
    @Facmagine 4 ปีที่แล้ว

    __

  • @EverythingTechWithMustafa
    @EverythingTechWithMustafa 5 ปีที่แล้ว

    Comment karte hai Harry bhai Aisa kya

  • @rohanbeast3381
    @rohanbeast3381 4 ปีที่แล้ว

    sorry harry bhai, i couldnt make this solution

  • @saipi9185
    @saipi9185 2 ปีที่แล้ว

    Thank you harry vaii !!!!