In Python File handling program to read the file and count number of spaces in it. Program also count number of uppercase, lowercase, digits and special symbols stored in text file. For this you need to access the file character by character and comapre your criteria and show the result. You can also count number of vowels in similiar way. After watching you can write on your own how to calculate vowels present in text file.
1) For writing to text file in python
https://youtu.be/fl-uRhaY3w8
2) For reading from text file
https://youtu.be/IAh3oQsFM5U
Download
0 formats
No download links available.
Data File Handling in Python - Python Programming | NatokHD