slice Function in Python | Master An Old Ability From A New Perspective

Описание к видео slice Function in Python | Master An Old Ability From A New Perspective

The slice function in Python allows you to make a slice object. The functionality of slice objects is identical to slicing with the regular square bracket notation, but using a slice object from the slice function can offer you an ability for code reuse if you're wanting to slice over the same range over and over again. slice is one of Python's 71 built-in functions. The ideal audience for this video is Python beginners.

Subscribe If You Enjoyed: https://www.youtube.com/@jakubication...

Previous Function To Learn (setattr):    • Python setattr  

To learn more about the built-in functions available to you in Python, check out this playlist:    • Python: Built-in Functions  

#codingforbeginners #programmingbasics #pythontutorial

Комментарии

Информация по комментариям в разработке