RUVIDEO
Поделитесь видео 🙏

File Handling in Python | What is File and Types of Files in Python | Learn python online

📁 Обучение 👁️ 17 📅 02.12.2023

#FileHandlinginPython
#WhatIsFile
#TypesOfFiles

File handling in python
what is file?
types of files?
file:
1.A collection of related infomation stored into
a particular area on the memory.
This area is called a file.
2. To store the data permanently.
python supports 2 types of files:
1. text files
2. binary files
1. text files:
to store the text information only
i.e. human understandle information.
the files extensions are:
.txt,.html,.c,.cpp,.java,.py
ex: student.txt,emp.txt,bank.txt,hospital.txt
2. binary files:
These files are used to the images, pics,
audio and vidoes information only.
i.e. this information is computer understandble,
but not the human understanble,
because this infomation stored in 0's and 1's format.
the file extension are:
.jpg,.jpeg,.mp4,.....
ex: student.jpg, emp.jpg,bank.jpt,jntu.jpg
india.jpg

file operations in python:
1. To open a file.
This operation is done by open() built-in function
2. writing the data to a file:
write()
writelines()
print()
3. reading the data from the file:
read()
read(n)
readline
readlines()
4. close the file:
close()
5. renaming the file:
rename()
6. delete the file or remove the file.
remove()
------------------------------------------------

►THANKS for taking the time to visit, I hope you SUBSCRIBE and enjoy the upcoming videos!

►Please SUBSCRIBE for More videos:
https://www.youtube.com/viadigitally

►If you like this video, Please click on Like and Comment!

►Follow Us on Social Network:

►Facebook: https://www.facebook.com/viadigitally
►Twitter: https://twitter.com/ViaDigitally
►LinkedIn: https://www.linkedin.com/company/viadigitally/
► Instagram: https://www.instagram.com/viadigitally/

Python tutorial for beginners| python programming language tutorial
Python basics | python tutorial for beginners | learn python programming from scratch
Python tutorial for beginners - learn python for machine learning and web development.
Python tutorial for beginners | python programming | learn python | great learning.
Python tutorial for beginners [full course] learn python for web development.

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «File Handling in Python | What is File and Types of Files in Python | Learn python online», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.