Skip to content
#

python-os

Here are 36 public repositories matching this topic...

ПриДанное приложение парсит сайт с изображениями, и после вытягивает от туда данные, в которых содержатся ссылки и названия изображений. После этих действий новые изображения скачиваются в папку 'images'., которая находится в директории приложения, а старые из этой папки удаляются. Кроме этого присутствует ряд проверок, которые не дают изображен…

  • Updated Oct 25, 2020
  • Python

Python OS module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, see the os.path module, and if you want to read all the lines in all the files on the command line see the fileinput module

  • Updated Dec 29, 2022
  • Python

Improve this page

Add a description, image, and links to the python-os topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-os topic, visit your repo's landing page and select "manage topics."

Learn more