Skip to content

Added The Zen of Python #4

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 8 commits into from
Mar 31, 2019
Merged

Conversation

gauravsitlani
Copy link
Member

No description provided.

 # python
Python 3.6.8 (default, Jan 31 2019, 09:38:34)
[GCC 8.2.1 20181215 (Red Hat 8.2.1-6)] on linux
Type "help", "copyright", "credits" or "license" for more information.
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove this and just use python interpreter, otherwise it will confuse user to use older version.

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 adding this, @bhavin192 please have a look.

@@ -41,7 +41,31 @@
* We can import a module using `import` keyword.
* If it is not available it will give import error.
* dir() method tells what the attribute provides.
* What's [The Zen of Python] (https://www.python.org/dev/peps/pep-0020/) ?
Copy link
Contributor

Choose a reason for hiding this comment

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

It's getting rendered like this, can you please fix it?

Copy link
Member

Choose a reason for hiding this comment

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

@gauravsitlani yup... please remove white-space.

@chkumar246
Copy link
Contributor

@digitronik Please have a look, Thanks :-)

@bhavin192 bhavin192 requested a review from digitronik March 30, 2019 18:33
@bhavin192
Copy link
Contributor

@gauravsitlani can you please squash the commits once done?

Copy link
Member

@digitronik digitronik left a comment

Choose a reason for hiding this comment

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

Only url rendering problem. else LGTM 👍

@bhavin192 bhavin192 merged commit 0c896e2 into pythonpune:master Mar 31, 2019
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.

4 participants