|
1 | 1 | --- |
2 | | -Title:Why drop support for Python ? |
| 2 | +Title:Why drop support for Python2? |
3 | 3 | color:'white' |
4 | 4 | bg:'#49a7e9' |
5 | 5 | fa-icon:'question' |
6 | 6 | style:center |
7 | 7 | --- |
8 | 8 |
|
9 | | -#Why should I care? |
| 9 | +#Why should I care? |
10 | 10 |
|
11 | 11 | The reasons behind why Python 3, and why it is time to move forward have already been lengthly explained online. |
12 | 12 | Here are some interesting resources: |
13 | 13 |
|
14 | | --[snarky.ca](https://www.snarky.ca/why-python-3-exists) |
| 14 | +-[Why Python 3 exists](https://www.snarky.ca/why-python-3-exists) (Brett Cannon) |
| 15 | +-[How to add Python 3 support to your code](https://docs.python.org/3/howto/pyporting.html) |
| 16 | +-[Stop supporting Python 2.6 for free](http://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html) (Nick Coghlan) |
| 17 | +-[Why Python 4.0 won't be like Python 3.0](http://www.curiousefficiency.org/posts/2014/08/python-4000.html) (Nick Coghlan) |
15 | 18 | -[SciKitBio Py3 Only RFC](https://github.com/biocore/scikit-bio-rfcs/blob/master/active/002-py3-only.md) |
16 | | --[Python 4.0 will nt be like Pyhton 3](http://www.curiousefficiency.org/posts/2014/08/python-4000.html) |
17 | | --[Stop supporting Python 2.6 for free](http://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html) |
18 | | - |
19 | 19 |
|
20 | 20 | Feel free to contribute more links |