|
1 | 1 | { |
2 | 2 | "metadata": { |
3 | 3 | "name": "", |
4 | | - "signature": "sha256:969dffb51ccca00a6136f4187304ff4a29444b347d9c38f9fe33f77a4af5f6fe" |
| 4 | + "signature": "sha256:ad53a8e56dd6c7cd1c379333f92a5232a0403e9f4efbad8a765d42d71ebecc0f" |
5 | 5 | }, |
6 | 6 | "nbformat": 3, |
7 | 7 | "nbformat_minor": 0, |
|
14 | 14 | "source": [ |
15 | 15 | "[Sebastian Raschka](http://sebastianraschka.com) \n", |
16 | 16 | "\n", |
17 | | - "last updated 05/24/2014\n", |
| 17 | + "last updated 05/27/2014\n", |
18 | 18 | "\n", |
19 | 19 | "- [Open in IPython nbviewer](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/key_differences_between_python_2_and_3.ipynb?create=1) \n", |
20 | 20 | "\n", |
|
1866 | 1866 | "cell_type": "markdown", |
1867 | 1867 | "metadata": {}, |
1868 | 1868 | "source": [ |
1869 | | - "Here is a list of some good articles concerning Python 2 and 3 that I would recommend as a follow-up:\n", |
| 1869 | + "Here is a list of some good articles concerning Python 2 and 3 that I would recommend as a follow-up.\n", |
| 1870 | + "\n", |
| 1871 | + "\n", |
| 1872 | + "**// Porting to Python 3** \n", |
1870 | 1873 | "\n", |
1871 | 1874 | "- [Should I use Python 2 or Python 3 for my development activity?](https://wiki.python.org/moin/Python2orPython3)\n", |
1872 | 1875 | "\n", |
|
1876 | 1879 | "\n", |
1877 | 1880 | "- [Porting Python 2 Code to Python 3](https://docs.python.org/3/howto/pyporting.html) \n", |
1878 | 1881 | "\n", |
1879 | | - "- [How keep Python 3 moving forward](http://nothingbutsnark.svbtle.com/my-view-on-the-current-state-of-python-3)\n" |
| 1882 | + "- [How keep Python 3 moving forward](http://nothingbutsnark.svbtle.com/my-view-on-the-current-state-of-python-3)\n", |
| 1883 | + "\n", |
| 1884 | + "**// Pro and anti Python 3**\n", |
| 1885 | + "\n", |
| 1886 | + "- [Everything you did not want to know about Unicode in Python 3](http://lucumr.pocoo.org/2014/5/12/everything-about-unicode/)\n", |
| 1887 | + "\n", |
| 1888 | + "- [Python 3 is killing Python](https://medium.com/@deliciousrobots/5d2ad703365d/)\n", |
| 1889 | + "\n", |
| 1890 | + "- [Python 3 can revive Python](https://medium.com/p/2a7af4788b10)\n", |
| 1891 | + "\n", |
| 1892 | + "- [Python 3 is fine](http://sealedabstract.com/rants/python-3-is-fine/)\n" |
1880 | 1893 | ] |
| 1894 | + }, |
| 1895 | + { |
| 1896 | + "cell_type": "code", |
| 1897 | + "collapsed": false, |
| 1898 | + "input": [], |
| 1899 | + "language": "python", |
| 1900 | + "metadata": {}, |
| 1901 | + "outputs": [] |
1881 | 1902 | } |
1882 | 1903 | ], |
1883 | 1904 | "metadata": {} |
|
0 commit comments