Skip to content

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

Merged
merged 5 commits into from
Mar 30, 2019
Merged

Conversation

gauravsitlani
Copy link
Member

No description provided.

@digitronik digitronik self-requested a review March 30, 2019 17:14
@digitronik digitronik added the Doc Documentation label Mar 30, 2019
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.
Copy link
Contributor

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

* 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add aka python packages.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

Copy link
Contributor

@chkumar246 chkumar246 left a 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.

@chkumar246 chkumar246 merged commit abd95cc into pythonpune:master Mar 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Doc Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants