Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101061 > unrolled thread
| Started by | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| First post | 2015-12-31 16:12 +0000 |
| Last post | 2016-01-04 23:02 -0800 |
| Articles | 5 — 5 participants |
Back to article view | Back to comp.lang.python
Where are we in the Python 3 transition? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-12-31 16:12 +0000
Re: Where are we in the Python 3 transition? Steven D'Aprano <steve@pearwood.info> - 2016-01-01 03:32 +1100
Re: Where are we in the Python 3 transition? Ben Finney <ben+python@benfinney.id.au> - 2016-01-01 07:26 +1100
Re: Where are we in the Python 3 transition? mm0fmf <none@mailinator.com> - 2016-01-01 01:27 +0000
Re: Where are we in the Python 3 transition? John Ladasky <john_ladasky@sbcglobal.net> - 2016-01-04 23:02 -0800
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2015-12-31 16:12 +0000 |
| Subject | Where are we in the Python 3 transition? |
| Message-ID | <mailman.110.1451578393.11925.python-list@python.org> |
"Or, how the Kübler-Ross model aptly applies to Python 3". http://www.snarky.ca/the-stages-of-the-python-3-transition -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
[toc] | [next] | [standalone]
| From | Steven D'Aprano <steve@pearwood.info> |
|---|---|
| Date | 2016-01-01 03:32 +1100 |
| Message-ID | <56855888$0$1614$c3e8da3$5496439d@news.astraweb.com> |
| In reply to | #101061 |
On Fri, 1 Jan 2016 03:12 am, Mark Lawrence wrote: > "Or, how the Kübler-Ross model aptly applies to Python 3". > > http://www.snarky.ca/the-stages-of-the-python-3-transition Nice link Mark, thanks. -- Steven
[toc] | [prev] | [next] | [standalone]
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2016-01-01 07:26 +1100 |
| Message-ID | <mailman.124.1451593579.11925.python-list@python.org> |
| In reply to | #101063 |
Steven D'Aprano <steve@pearwood.info> writes: > On Fri, 1 Jan 2016 03:12 am, Mark Lawrence wrote: > > > http://www.snarky.ca/the-stages-of-the-python-3-transition > > Nice link Mark, thanks. People sometimes ask me how much Python 2 code I'll be maintaining by the time official Python 2 support ends. I tell them I can't say, because I don't have 2020 vision. -- \ “Science shows that belief in God is not only obsolete. It is | `\ also incoherent.” —Victor J. Stenger, 2001 | _o__) | Ben Finney
[toc] | [prev] | [next] | [standalone]
| From | mm0fmf <none@mailinator.com> |
|---|---|
| Date | 2016-01-01 01:27 +0000 |
| Message-ID | <fCkhy.401417$dK6.375973@fx42.am4> |
| In reply to | #101061 |
On 31/12/2015 16:12, Mark Lawrence wrote: > "Or, how the Kübler-Ross model aptly applies to Python 3". > > http://www.snarky.ca/the-stages-of-the-python-3-transition > I thought I had a need for asyncio and that means Python3. So I started converting some web facing apps to Python3 for practice and it wasn't that hard. I've not written anything new in Python2 for about 9 months now. I never did need asyncio in the end but the thought I might pushed me to change. YMMV
[toc] | [prev] | [next] | [standalone]
| From | John Ladasky <john_ladasky@sbcglobal.net> |
|---|---|
| Date | 2016-01-04 23:02 -0800 |
| Message-ID | <f1ad2b47-b295-4154-9845-d50d9876e620@googlegroups.com> |
| In reply to | #101061 |
I switched to Python 3 between three and four years ago, I think. I was actually eager to make the switch, as I could see the value of clean Unicode support and lazy evaluation. I had to wait until Matplotlib supported Py3, then I changed.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web