Python Standard Library: Pathlib

Поделиться
HTML-код
  • Опубликовано: 28 авг 2024
  • In this, our first stop on the Python Standard Library Tour, we visited the pathlib module. This is one of my favorite and most commonly used modules and the best way to work with filesystem paths and files, in Python.
    Follow me on X: x.com/JakeJCal...
    Source: github.com/Jac...
    Intro music: Rich in the 80s - DivKid

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

  • @JakeCallahan
    @JakeCallahan  11 месяцев назад +1

    This is the first of many modules we'll be going through. Which are you favorites, and where do you think we should go next?

    • @duke007x3
      @duke007x3 11 месяцев назад +1

      requests, pydantic, pytest, logging, pdb, unnitest.mock?
      Thank you for your job!

    • @JakeCallahan
      @JakeCallahan  11 месяцев назад

      Some of those are third party packages, but would be great for another series. I may also do a whole series on pytest in the future.

    • @duke007x3
      @duke007x3 11 месяцев назад +1

      @@JakeCallahan So maybe then json, datetime, re, random)

    • @JakeCallahan
      @JakeCallahan  11 месяцев назад +1

      Absolutely!

    • @DiptonilRoy
      @DiptonilRoy 10 месяцев назад

      Modules like os, sys and subprocess would be great. The first two often feel quite similar, for some reason. Also would like to know about the way Python handles low-level system calls (topics like difference between exit(), _exit(), etc. that seem very confusing in general).

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

    The best thing about your videos is the fact that you actually show some situational samples from your previous experiences in code. I have not noticed any teacher (except a few, perhaps) in RUclips do this. This REALLY sets your content apart. Appreciate it.

  • @canobenitez
    @canobenitez Месяц назад

    this is some sweet content. I can't believe now I can create files from the command line of python lol I feel like a hacker.

  • @dragonkat13
    @dragonkat13 11 месяцев назад +1

    Love the new intro. Very smooth and well done! 🎉

  • @yoman7479
    @yoman7479 10 месяцев назад

    good enough for understanding