-
Notifications
You must be signed in to change notification settings - Fork 5
Additions and fixes. #3
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
Conversation
file_and_modules.md
Outdated
files which are only understood able by computer. | ||
## Filesystem operations | ||
* A file is stored as a resource on the computer on top of a [filesystem](https://www.tldp.org/LDP/sag/html/filesystems.html) which is a storage format. | ||
* Files can be text , music or media or any binaries which can only be understood by computer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two types of files, one which is understandable by user and by computer by like this. Add like this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
file_and_modules.md
Outdated
* Modules/library are a collection of python scripts which can be reusable for writting complex program. | ||
* We can import a module using import keyword. | ||
* Python provides a rich support for modules. | ||
* Modules/libraries are a collection of python scripts which can be reusable for writing complex programs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add aka python packages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for putting the patch, really appreciated.
No description provided.