Pathlib Made Easy: Working with Files and Directories in Python

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024
  • In this introductory session, I'll walkthrough how to use some of the most basic and important features of the Pathlib module.
    My beginners Python course:
    www.udemy.com/...
    My functional Python course:
    www.udemy.com/...
    -------------
    GET The Pythonistas Notebook as your learning companion!
    www.amazon.co....
    --------------
    FOLLOW for a daily Python tip: / thedailypythontip
    --------------
    JOIN for in-depth coding videos!
    / pythonwithjames379
    ------------
    Python 3 is an incredible language for beginners, and in each of these videos I am to bring a simple idea to you in short and easy to digest videos. I will be covering data types, control flow, looping, functions, comprehensions, variables, object orientation and much more.
    ------------
    Have a request? Drop me a message!

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

  • @mohsinhassan88
    @mohsinhassan88 2 месяца назад +1

    Fantastic video, most people think everyone knows these basic things in python, but we don't and we need these super simple ultra basic tutorials when we are just getting started...
    Good Job :)

    • @pythonwithjames
      @pythonwithjames  2 месяца назад +1

      Hi there, thanks for watching and leaving some feedback, I'm glad this was really helpful for you!

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

      Would love to see the more complex uses for this library. I use this one so much I have some auto code for using it to create a desktop path variable in PyCharm!

    • @pythonwithjames
      @pythonwithjames  2 месяца назад +1

      Certainly! Do you have anything specific you'd like to see? I can certainly add an advanced video to the to-do list.

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

      @@pythonwithjames is it possible to read in YAML files using the path object as a context manager?

    • @pythonwithjames
      @pythonwithjames  2 месяца назад +1

      @@murphygreen8484 it is yes!