Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

to add new codes for file access modes in (advanced/file_handling.py #118

Closed
wants to merge 2 commits into from

Conversation

izumigoto
Copy link

python file handling expands not only to text files but binary and csv files too! and many more - a important feature of python which can scrap data across different files. and that's why the the knowledge to know about all the file handling modes in python makes the learner more of a prominent coder.

contributed to (advanced/file_handling.py) inserting r+(read and write),w+(write and read),a+(append and read),binary file modes rb,wb,rb,rb+,wb+ etc and the same for csv files with these modes

@sonarcloud
Copy link

sonarcloud bot commented Oct 22, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@huangsam
Copy link
Owner

Please fix all GitHub checks. After that, I'll review this PR more closely. Thanks!

@huangsam
Copy link
Owner

Thanks for creating this PR but I sense that these options can be added to the docstrings of other existing methods in this module. Closing this PR for now, but feel free to create another one in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants