Tip 3 Know Ownership and Licensing

Pythonic Programming — by Dmitry Zinoviev (11 / 116)

The Pragmatic Programmers
The Pragmatic Programmers

--

👈 Import This | TOC | Use Quotes of All Sorts 👉

★2.7, 3.4+ Have you ever wondered who “owns” Python? Type copyright on the command line. How about those who contributed to it? Type credits.

​ credits()​=> ​Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands for​
​=> ​supporting Python development. See www.python.org for more information.​

And how about the current legal status of the product? Is it legally suitable for your needs? Type license. I do not include the other functions’ output because it may differ for different builds of Python. But there seems to be a function for every occasion.

👈 Import This | TOC | Use Quotes of All Sorts 👉

Pythonic Programming by Dmitry Zinoviev can be purchased in other book formats directly from the Pragmatic Programmers. If you notice a code error or formatting mistake, please let us know here so that we can fix it.

--

--

The Pragmatic Programmers
The Pragmatic Programmers

We create timely, practical books and learning resources on classic and cutting-edge topics to help you practice your craft and accelerate your career.