Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 507 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 507 Bytes

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.

Submitting Samples

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
```