This video covers
1. How to Open & Close the file
2. Different modes ( r, w, a )
3. How to write programs at character, word and line level.
For Questions on Text File Handling in Python click on - https://simplycoding.in/questions-on-text-file-handling-in-python/
00:00 – Text files in Python
00:10 – What are files?
00:20 – Difference between text file and binary file
01:07 – Basic file operations
01:35 – what is file handle in python?
01:55 – Difference between relative path and Absolute path
02:35 – Different modes in file
04:37 – Different types of programs on text file
06:19 – What is the difference between read() and readlines() function
06: 38 – What is difference between write() and writelines() function
07:16 – Character level programs on text file in python
08:07 – Word level programs on text file in python
09:24 – Line level programs on text file in python