Why Python 3? whypy3.com
A simple website with a bunch of code samples that should help convince you to switch to Python 3 today.
Create a pull request that adds a new file to _posts
folder. The file name format is YYYY-MM-DD-title.md
and its contentts should be based on the following template.
---
title: Some title
repl: https://repl.it/XXXX # upload same code sample to repl.it and put link here
---
```python
# insert code here
```