This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p style="border-bottom-color: #42FA14 70%"> | |
| Python also has a refactoring tool called | |
| bicyclerepair named after the "Bicycle Repair Man" | |
| sketch. | |
| </p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p style="border-bottom-width: 4pt"> | |
| The name "Parrot" was later used for a project to | |
| develop a virtual machine for running bytecode for | |
| interpreted languages such as Perl and Python. | |
| </p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p style="border-bottom: 4pt #42FA14"> | |
| In 2001, the inventor of Python did an April Fool's Day | |
| joke that involved merging Python with Perl. It was dubbed | |
| "Parrot" after the "Dead Parrot" sketch. | |
| </p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p style="border: 4pt 14px 10mm 1in"> | |
| The default integrated development environment (IDE) of | |
| Python is named IDLE, an alternative one is named eric, | |
| both in honour of Eric Idle. | |
| </p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p style="border: 2pt"> | |
| The Python programming language by Guido van Rossum | |
| is named after Monty Python. | |
| </p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <table style="border:4pt dotted #42FA14 80%"> | |
| <tgroup cols="4"> | |
| <colspec colname="1" /> | |
| <colspec colname="2" /> | |
| <colspec colname="3" /> | |
| <colspec colname="4" /> | |
| <tbody> | |
| <row> | |
| <entry> | |
| <p>Graham Chapman</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p style="page-break:true"> | |
| There’s nothing wrong with you that an expensive operation can’t prolong. | |
| </p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <entry style="background-tint: 70%"> | |
| <p> | |
| No, no, no, no, it's not that. It's 'ni'. | |
| </p> | |
| </entry> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- hexadecimal --> | |
| <p style="background-fill: #91D6AC"> | |
| Who sent you? | |
| </p> | |
| <!-- RGB --> | |
| <p style="background-fill: rgb(145,214,172)"> | |
| The Knights Who Say Ni. | |
| </p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <entry style="background:cmyk(0,100,0,0)"> | |
| <p> | |
| ...I got better... | |
| </p> | |
| </entry> |