Python Basics: File Paths

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • We'll look at a common beginner pitfall related to file paths, and how to correctly include non-python files in your code.
    Example code at: github.com/ala...

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

  • @sakari.niittymaa
    @sakari.niittymaa Год назад +2

    You're making everything so understandable :) Please, make more python tutorials like this one ;)

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

    Please, don't stop with PyQt5 and Python tutorial! :D

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

    Thanks, this is exactly what I've been looking for!

  • @fabiopiersa.6014
    @fabiopiersa.6014 2 года назад

    This video is pure gold, thanks

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

    god only knows hwo much i love you for this

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

    Thank you for 10:14 this was exactly what I was looking for!

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

    Learning from a Guru. Thank you

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

    Very helpful video. A question - does the abspath in os.path.abspath(filename) do the same as the .absolute() you used in the video?

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

      More or less; there may be subtle differences in how they handle certain situations, but they have the same basic purpose. I just find Pathlib to be a little cleaner and easier to work with than os.path.

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

      @@alandmoorecodes3585 I agree, thanks very much

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

    Life saver man thank you

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

    beautiful

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

    Super