Skip to content

Commit f2898b5

Browse files
committed
More polish for why section
1 parent b8bcd44 commit f2898b5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

_posts/2009-01-02-why.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ fa-icon: 'question'
66
style: center
77
---
88

9-
# Why should I care?
9+
# Why switch to Python 3?
1010

11-
The reasons behind why Python 3, and why it is time to move forward have already been lengthly explained online.
12-
Here are some interesting resources:
11+
Here are some resources on why Python 3 was created, and how and why to update
12+
code to use Python 3:
1313

1414
- [Why Python 3 exists](https://www.snarky.ca/why-python-3-exists) (Brett Cannon)
1515
- [How to add Python 3 support to your code](https://docs.python.org/3/howto/pyporting.html)
1616
- [Stop supporting Python 2.6 for free](http://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html) (Nick Coghlan)
1717
- [Why Python 4.0 won't be like Python 3.0](http://www.curiousefficiency.org/posts/2014/08/python-4000.html) (Nick Coghlan)
1818
- [SciKitBio Py3 Only RFC](https://github.com/biocore/scikit-bio-rfcs/blob/master/active/002-py3-only.md)
19-
20-
Feel free to contribute more links

0 commit comments

Comments
 (0)