Python Tutorials: Move, Overwrite, Copy directories(shutil, disutil)

Опубликовано: 01 Апрель 2019
на канале: PyMoondra
4,129
61

In this video we will learn to move directories, copy directories, and overwrite directories, with Python using Shutil and distutils.
Python's built-in shutil module does have a few "quirks" that you need to be careful of.

I will teach you how to overcome these "quirks", so your Python code will be free of surprises or "gotchas"


You can find the notebook here in my Python stuff repository:

https://github.com/moondra2017/Python...


Python File Management