This video Lecture contains the concept of File Handling and r+ mode - Read and write both.
r+: Opens a file for reading and writing, placing the pointer at the beginning of the file.
File handling is an important part of any application.
Python has several functions for creating, reading, updating, and deleting files.
File Handling:
-- The key function for working with files in Python is the open() function.
-- The open() function takes two parameters; filename, and mode.
*** There are following methods (modes) for working on a file**
"r" - Read - Default value. Opens a file for reading, error if the file does not exist
"a" - Append - Opens a file for appending, creates the file if it does not exist
"w" - Write - Opens a file for writing, creates the file if it does not exist
"x" - Create - Creates the specified file, returns an error if the file exists
In addition you can specify if the file should be handled as binary or text mode:
"t" - Text - Default value. Text mode
"b" - Binary - Binary mode
#python
#programming
#ml
#filehandling
#fameworld
Download Python :
https://www.python.org/downloads/
Download Pycharm:
https://www.jetbrains.com/pycharm/dow...
Download Visual Studio Code Editor:
https://code.visualstudio.com/download
Python Playlist:
• #1 - Required Softwares - Python Prog...
Core Java Theory Series :-
• Java - Introduction
Core Java Practical Series Using Command Prompt:-
• How To set path of java on Command Pr...
Web Designing Series :-
• WEB DESIGNING - INTRODUCTION TO SOFTW...
Android Tutorial Series :-
• Android - Lecture - 1 - History of An...
Please Like, share , comment and don't forget to SUBSCRIBE
Fame World Educational Hub.
Must join FAME WORLD EDUCATIONAL HUB WhatsApp Group :
https://chat.whatsapp.com/FMXwOE9FJu7...
You can also find FAME WORLD on Facebook :-
https://m.facebook.com/FAME-WORLD-686...
You Can also follow Fame World Educational Hub on Instagram:
https://instagram.com/fameworldeducat...
Fame World Educational Hub
Is providing online Tuitions/Training on various Computer Science Technologies and Programming Languages
You can fill up the following form to make a request for online classes on your preferred technology.
https://docs.google.com/forms/d/1bO_r...
Join Fame World Educational Hub WhatsApp Group for more technical updates:
https://chat.whatsapp.com/FMXwOE9FJu7...