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
| Level Up For-Loops in Python With 4 Simple Functions | |
| https://link.medium.com/tiQTYEblf6 | |
| Learn How to Quickly Create UIs in Python | |
| https://link.medium.com/PrbGD2vlf6 |
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
| Embed Gists in Web Pages | |
| You can embed any Gist in your web pages with a line of JavaScript code. | |
| The embedded Gists maintain all the formatting and syntax highlighting and visitors to your website can easily clone (or fork) your Gist into their own Github accounts. | |
| There’s also a plugin and shortcode for embedding Gists in WordPress blogs. | |
| <script src="https://gist.github.com/username/gist-id.js"></script> | |
| More: https://www.labnol.org/internet/github-gist-tutorial/28499/ |