Welcome to my personal file handling practice repository! This project is designed to help me enhance my file handling skills using Python. Additionally, I've included a C++ script to explore cross-compatibility with Python for file operations.
- Interactive command-line interface for practicing file handling operations.
- Capable of adding, displaying, replacing, and deleting names in the "listOfNames.txt" file.
- Open the Python script in your preferred editor.
- Run the script in the Python environment.
- Follow the prompts displayed in the console to practice various file handling operations.
- Experiment with different functionalities to strengthen your understanding of file handling in Python.
As a side function, this repository demonstrates cross-compatibility with a C++ script. Both scripts operate on the same file ("listOfNames.txt") and provide similar functionalities for file handling operations. This aspect allows me to observe how different programming languages can interact and manipulate shared files seamlessly.
- Copy C++ code from txt file to cpp file.
- Compile the C++ script using a C++ compiler.
- Run the compiled executable.
- Follow the prompts displayed in the console to perform file handling operations.
I'll use this repository to track my progress in mastering file handling techniques. I aim to:
- Gain a deeper understanding of file I/O operations in Python.
- Explore cross-compatibility between Python and C++ for file handling tasks.
- Practice implementing various file handling functionalities efficiently.
Since this repository is for personal practice, I'll be the primary contributor. However, I'm open to suggestions and feedback from others who might offer insights or improvements to the scripts.
Happy coding and file handling practice!