No video

Reading Relative File Paths in Python

Пікірлер: 38

  • @gandalfthegl
    @gandalfthegl2 жыл бұрын

    Sometimes its difficult to find clear explanations to the fundamentals... this was perfect!

  • @corneliusjermainehightower7539
    @corneliusjermainehightower75394 жыл бұрын

    I’m new to working with Python but the way you worded everything may it so simple.

  • @cinthyabeneducci6795
    @cinthyabeneducci679510 ай бұрын

    Thx from Brazil! Your explanation was perfect.

  • @yoooouval8723
    @yoooouval8723 Жыл бұрын

    what a solid explanation!!! just what i was looking for ahead of my exam, explained warmly and concisely. thanks!

  • @jeffbronson3696
    @jeffbronson36964 жыл бұрын

    thank you. I couldn't find anything online for the syntax of this.

  • @SJ-vc2tz
    @SJ-vc2tz3 жыл бұрын

    Perfect explanation albeit a little long for me personally. The video answered my questions regardless, so thank you!

  • @lalalacy7691
    @lalalacy76912 жыл бұрын

    Thank you vey much!

  • @bret1779
    @bret17792 жыл бұрын

    Thanks man! One step closer to putting out my first program. I have one more bug before I can launch v1!

  • @mr.curious1714
    @mr.curious17142 жыл бұрын

    Perfect explation

  • @percytic
    @percytic Жыл бұрын

    Thank you!! 😄😄

  • @juhotuho10
    @juhotuho10 Жыл бұрын

    thank you, simple and clean explanation

  • @oskarwallberg4566
    @oskarwallberg45662 жыл бұрын

    haahaha perfect ending 10/10

  • @SirFancyPantsMcee
    @SirFancyPantsMcee5 ай бұрын

    Thank you so much

  • @arpitjoshi5399
    @arpitjoshi53994 жыл бұрын

    Amazing content Love from India :)

  • @neo78598
    @neo785983 жыл бұрын

    thanks a lot, great explanation!

  • @ADHAM840
    @ADHAM840 Жыл бұрын

    Thank you so MuCh :)

  • @joshkoeller7196
    @joshkoeller71962 жыл бұрын

    Thank you this video help me under this a lot better.

  • @lofi-seven798
    @lofi-seven7982 жыл бұрын

    This really helped me. Thank you

  • @atversky7114
    @atversky71142 жыл бұрын

    Excellent explanation. Subscribed

  • @amal717
    @amal717 Жыл бұрын

    thank you , very clear

  • @jishanchowdhury4597
    @jishanchowdhury4597 Жыл бұрын

    bravo for the explaination

  • @masssss4426
    @masssss44263 жыл бұрын

    Thanks buddy , you solved my problem 👍👍👍👍

  • @entity5678
    @entity56782 жыл бұрын

    Very well explained!!

  • @chessmaster6407
    @chessmaster64073 жыл бұрын

    Great explanation

  • @madinaabdykarim6436
    @madinaabdykarim64362 жыл бұрын

    Thanks! It was useful for me

  • @sf2998
    @sf2998 Жыл бұрын

    good

  • @kjonathan7818
    @kjonathan78183 жыл бұрын

    very useful!!

  • @jongcheulkim7284
    @jongcheulkim72843 жыл бұрын

    Thank you.

  • @dentigerdo9498
    @dentigerdo94983 жыл бұрын

    volume is not louder..

  • @belix8801
    @belix88012 жыл бұрын

    Why i watch this at midnight

  • @belix8801

    @belix8801

    2 жыл бұрын

    +: it was very helpful thanks!

  • @AMGaweda

    @AMGaweda

    2 жыл бұрын

    Cause you wanna learn! 😁

  • @tom.shanghai
    @tom.shanghai3 жыл бұрын

    only works on windows..

  • @AMGaweda

    @AMGaweda

    3 жыл бұрын

    You may need to flip your backslashes for Mac/Linux systems; however the relative file paths should still work on other operating systems.

  • @tom.shanghai

    @tom.shanghai

    3 жыл бұрын

    @@AMGaweda nope. it doesn't work

  • @AMGaweda

    @AMGaweda

    3 жыл бұрын

    @@tom.shanghai If you use the "\" version, you'll need to use two (so, \\). This is because Python uses the \ character for special characters. Another issue may be you general file hierarchy - for example, if you are using something like Eclipse for Python, it has a slightly different filepath I think operates a few folders "above" your python code. If you did (on two lines) import os, print(os.listdir('.')), are you seeing your own Python file? and what if you did print(os.listdir(".."))?

  • @CreepyPastaReddit_Stories
    @CreepyPastaReddit_Stories Жыл бұрын

    Thanks bro