Skip to content

Instantly share code, notes, and snippets.

@heyalexej
Created July 1, 2014 16:33
Show Gist options
  • Save heyalexej/33bbc7f7e8d5647a9448 to your computer and use it in GitHub Desktop.
Save heyalexej/33bbc7f7e8d5647a9448 to your computer and use it in GitHub Desktop.
Python releases by version number
curl -s https://www.python.org/downloads/ | grep -o '/download/releases/[^<]*/' | awk -F/ '{ print $4 }' | cut -c1-3 | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment