The attached GraphViz dotfile is adapted from the Python documentation for collections.abc.
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
#!/bin/bash | |
# $1 => Slack hook URL | |
# $2 => Channel name | |
# $3 => URL to web repo browser for base project | |
slack_url="$1" | |
channel="$2" | |
browser_url="$3" | |
# Debugging output in /tmp/stash_slack.txt |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.