Python File Handling for Beginners

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

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

  • @Csal406
    @Csal406 11 месяцев назад +9

    this guy is the best explainer, his voice is smooth and you want to listen when you hear him talk. Thank you brother.

  • @techspeczack70
    @techspeczack70 11 месяцев назад +3

    I appreciate you listing out your keyboard shortcuts as well. Thank you.

  • @Cozmc_Myth
    @Cozmc_Myth 2 месяца назад

    Thanks! Amazing video!!!

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

    Thanks Dave - this series was very good! appreciate it!

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

    You are the best tutor of the youtube sir.
    The depth of your teaching style is unmatchable.
    the best HTML course with semantic tags (no one encourage to do so) , unlike everyone using divs, The css, Javascript, react, typescript, git, Node course and all which i havent watched are the best courses available on youtube.
    Loved it appriciate it, and thank You for doing all of these couses.❤

  • @anxte
    @anxte 6 месяцев назад

    I looked through many guides but it was always unclear to me. You guided me step by step and I finally understood it without any problems. Thanks.

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

    Amazing as always,
    Thanks a lot.
    I appreciate your help.

  • @ahmad-murery
    @ahmad-murery Год назад +1

    One can create a lot of utilities using the *open* command,
    maybe something like code scaffolding where we read from a premade template and output it a new file maybe with some changes such as making the class name matches the out put file name.
    Just keep in mind that opening a file for writing *"w"* will delete its content directly even if we didn't really write anything to it.
    Thanks Dave!

  • @3minutesbibletruth
    @3minutesbibletruth Год назад +1

    You give the best out of you to us thank your very much

  • @3minutesbibletruth
    @3minutesbibletruth Год назад +1

    I like your teaching style

  • @christiangeorge5313
    @christiangeorge5313 5 месяцев назад

    Best explanation. Thanks Dave!

  • @velgonbeazer8961
    @velgonbeazer8961 2 месяца назад

    Thank you this was helpful...

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

    Thanks you, Sir.

  • @AbdiDuale-m8w
    @AbdiDuale-m8w 2 месяца назад

    U r awesome , Dave.

  • @ShaliniTaknet
    @ShaliniTaknet 4 месяца назад

    Truly appreciate your efforts, yours are the easiest to follow tutorials. Thank you so much. There's one thing though, why did we place f.close() in finally block, is it a general practice to do so. In my VS it's throwing error which makes sense since I only used f=open() in the try block.

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

    Thank you sir

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

    👍👍 thanks for vidéos

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

    As best as usual!

  • @WildHeart7777
    @WildHeart7777 3 месяца назад +1

    when I append the name 'Neil' I keep getting an extra Neil every time I run the code. I even copied over the code to make sure I didnt make any typos. I still get Dave, Jane, Eddie, JimmieNeilNeilNeil :( ::lost cause::

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

    i miss you dave

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

    Thnk's sir

  • @tanuj05
    @tanuj05 6 месяцев назад

    Nice video

  • @3minutesbibletruth
    @3minutesbibletruth Год назад

    Please how do your record and edit your videos

  • @matlepak9694
    @matlepak9694 4 месяца назад

    don't need to close files opened using with?

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

    Dave. Just watched you mern tutorial. While in the rtk lesson. My code is not working as expected. 8 got no values rendered in my front end. I think the error exists in my slice. I tried to log the selectUserResult and i get uninitialised state. I get no error when i do not use the middleware in the slice and when i do not create seperate slice for users like you did. But i really want to use middleware. Do share you thoughts on what may be the thing i am doing wrong?

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

      Maybe dave already answered your question in this video :
      ruclips.net/user/shortsaDKo5JBnN6U?feature=share
      Maybe.....🥴 if you are working with his repo.

  • @giovannigianfriddo
    @giovannigianfriddo 6 месяцев назад

    but the sumeri astubastriffis?

  • @3minutesbibletruth
    @3minutesbibletruth Год назад

    I want to know how to record and edit tutorial videos senior

  • @ai4089-l2k
    @ai4089-l2k 4 месяца назад +3

    hello freinds, use full text file path inside open( fully qualified file path) method❤
    and raw string should be used for file path inside open() method instead of string to specify file path otherwise you will get an warning because of `\` in file path❤