PYTHONPORTAL Telegram 4468
Совет по Python на сегодня:

С помощью pathlib можно получить доступ к различным частям пути, таким как имя файла, расширение и родительский каталог. Это упрощает обработку и анализ файловых путей

> Имя файла с расширением:

>>> path.name
'test.md'


> Имя файла без расширения:

>>> path.stem
'test'


> Расширение файла:

>>> path.suffix
'.md'


> Родительский каталог:

>>> path.parent
PosixPath('C:/Users')


👉 @PythonPortal
Please open Telegram to view this post
VIEW IN TELEGRAM



tgoop.com/PythonPortal/4468
Create:
Last Update:

Совет по Python на сегодня:

С помощью pathlib можно получить доступ к различным частям пути, таким как имя файла, расширение и родительский каталог. Это упрощает обработку и анализ файловых путей

> Имя файла с расширением:

>>> path.name
'test.md'


> Имя файла без расширения:

>>> path.stem
'test'


> Расширение файла:

>>> path.suffix
'.md'


> Родительский каталог:

>>> path.parent
PosixPath('C:/Users')


👉 @PythonPortal

BY Python Portal




Share with your friend now:
tgoop.com/PythonPortal/4468

View MORE
Open in Telegram


Telegram News

Date: |

Telegram has announced a number of measures aiming to tackle the spread of disinformation through its platform in Brazil. These features are part of an agreement between the platform and the country's authorities ahead of the elections in October. Find your optimal posting schedule and stick to it. The peak posting times include 8 am, 6 pm, and 8 pm on social media. Try to publish serious stuff in the morning and leave less demanding content later in the day. Today, we will address Telegram channels and how to use them for maximum benefit. A vandalised bank during the 2019 protest. File photo: May James/HKFP. A Hong Kong protester with a petrol bomb. File photo: Dylan Hollingsworth/HKFP.
from us


Telegram Python Portal
FROM American