L
Larry Martell
Somthing I came across in my travels through the ether:
https://medium.com/@deliciousrobots/5d2ad703365d/
https://medium.com/@deliciousrobots/5d2ad703365d/
Somthing I came across in my travels through the ether:
https://medium.com/@deliciousrobots/5d2ad703365d/
Ah, der neueste und bis heute genialste Streich unsere großenZumindest nicht öffentlich!
Larry Martell said:Somthing I came across in my travels through the ether:
[1]https://medium.com/@deliciousrobots/5d2ad703365d/
Larry Martell said:Somthing I came across in my travels through the ether:
[1]https://medium.com/@deliciousrobots/5d2ad703365d/
"Python 3 can revive Python" https://medium.com/p/2a7af4788b10
long HN comment thread: https://news.ycombinator.com/item?id=7801834
"Python 3 is fine" http://sealedabstract.com/rants/python-3-is-fine/
OT: wow that medium site is obnoxious.
No company that I work for is using python 3 - they just have too much of an
investment in a python 2 code base to switch. I'm just saying.
On Wed, May 28, 2014 at 2:49 PM, Paul Rubin <[email protected]
Larry Martell <[email protected]
Somthing I came across in my travels through the ether:
[1]https://medium.com/@deliciousrobots/5d2ad703365d/
"Python 3 can revive Python" https://medium.com/p/2a7af4788b10
long HN comment thread: https://news.ycombinator.com/item?id=7801834
"Python 3 is fine" http://sealedabstract.com/rants/python-3-is-fine/
OT: wow that medium site is obnoxious.
No company that I work for is using python 3 - they just have too much
of an investment in a python 2 code base to switch. I'm just saying.
Ben Finney said:There are many large companies still using FORTRAN and COBOL because of
a large investment in those languages, which are far more outdated than
Python 2. What's your point?
Larry Martell said:Somthing I came across in my travels through the ether:
[1]https://medium.com/@deliciousrobots/5d2ad703365d/
"Python 3 can revive Python" https://medium.com/p/2a7af4788b10
long HN comment thread: https://news.ycombinator.com/item?id=7801834
"Python 3 is fine" http://sealedabstract.com/rants/python-3-is-fine/
No company that I work for is using python 3 - they just have too muchLarry Martell said:Somthing I came across in my travels through the ether:
[1]https://medium.com/@deliciousrobots/5d2ad703365d/
"Python 3 can revive Python" https://medium.com/p/2a7af4788b10
long HN comment thread: https://news.ycombinator.com/item?id=7801834
"Python 3 is fine" http://sealedabstract.com/rants/python-3-is-fine/
OT: wow that medium site is obnoxious.
of an investment in a python 2 code base to switch. I'm just saying.
Steven D'Aprano said:The Python core developers have recent committed to providing security
updates for 2.7 until 2020. And Redhat have paid support for 2.7 until
2023. So there's no rush.
- over the next three or four years, there will be a steady trickle of
people complaining about Python 3, slowly fading as more people move to
Python 3;
- when the main Linux distros start using Python 3 as their system
Python, there will be a sudden rush of people to Python 3;
===========Larry Martell <[email protected]"Python 3 can revive Python" https://medium.com/p/2a7af4788b10Somthing I came across in my travels through the ether:
[1]https://medium.com/@deliciousrobots/5d2ad703365d/long HN comment thread: https://news.ycombinator.com/item?id=7801834
"Python 3 is fine" http://sealedabstract.com/rants/python-3-is-fine/
OT: wow that medium site is obnoxious.
No company that I work for is using python 3 - they just have too muchof an investment in a python 2 code base to switch. I'm just saying.
So you're happy because you've support until at least 2020, and the
people using Python 3 are happy, mainly because of the vastly improved
unicode handling via the FSR and asyncio in 3.4. Presumably the only
unhappy people are those who keep bleating on about forking Python to
produce a 2.8, or has work on this already started without my knowledge?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
No company that I work for is using python 3 - they just have too muchSomthing I came across in my travels through the ether:
[1]https://medium.com/@deliciousrobots/5d2ad703365d/
"Python 3 can revive Python" https://medium.com/p/2a7af4788b10
long HN comment thread: https://news.ycombinator.com/item?id=7801834
"Python 3 is fine" http://sealedabstract.com/rants/python-3-is-fine/
OT: wow that medium site is obnoxious.
of an investment in a python 2 code base to switch. I'm just saying.
Is that Python 2 code base aimed at Python 2.7 or 2.6? Or 2.5? Or 2.4? Or
even 2.3? Or all of the above?
Somthing I came across in my travels through the ether:
https://medium.com/@deliciousrobots/5d2ad703365d/
So I bought this book, and decided that whatever version of Python it deals
with, that's the one I will download and use.
The book is:
Cunningham, Katie. 2014. Teach yourself Python in 24 hours.
Indianapolis: Sams.
ISBN: 978-0-672-33687-4
For Python 2.7.5
I'll leave Python 3.2 on my computer, but 2.7.5 will be the one I'm installing
now. Even if I could *find* a book that deals with Python 3.x, couldn't afford
to but yet another Python book.
Ah, der neueste und bis heute genialste Streich unsere großenZumindest nicht öffentlich!
Lucky for you 2.7.5 isn't all that different from Py3 and most of it
will apply. You'll be missing out on a bunch of cool features (arbitrary
precision ints
int division operator
real Unicode support
I'll leave Python 3.2 on my computer, but 2.7.5 will be the one I'm
installing now. Even if I could *find* a book that deals with Python
3.x, couldn't afford to but yet another Python book.
Steve Hayes said:I'll leave Python 3.2 on my computer, but 2.7.5 will be the one I'm
installing now. Even if I could *find* a book that deals with Python
3.x, couldn't afford to but yet another Python book.
======Version 2.7 is a good choice, and it will be around for a long time: it
will be supported until at least 2020, so you should get many years of
use from it.
Do not be discouraged about Python 3. There are differences, but they
aren't so different as to be a major barrier. By the time you have a bit
of experience with 2.7, you will be more than capable of dealing with the
differences with version 3. They are not different languages, think of
them as slightly different dialects of the same language, like UK and
South African English.
I just bought a new book on Python, since the one I had borrowed from my
son
only dealt with Python 2.3, and everyone told me that was old.
So I bought this book, and decided that whatever version of Python it
deals
with, that's the one I will download and use.
The book is:
Cunningham, Katie. 2014. Teach yourself Python in 24 hours.
Indianapolis: Sams.
ISBN: 978-0-672-33687-4
For Python 2.7.5
I'll leave Python 3.2 on my computer, but 2.7.5 will be the one I'm
installing
now. Even if I could *find* a book that deals with Python 3.x, couldn't
afford
to but yet another Python book.
--
Steve Hayes from Tshwane, South Africa
Web: http://www.khanya.org.za/stevesig.htm
Blog: http://khanya.wordpress.com
E-mail - see web page, or parse: shayes at dunelm full stop org full stop
uk
This sounds like remarkably bad advice. That's like saying "I bought a
can of motor oil in my department store and whatever engine that is good
for that's the car that I'll buy and put into!"
Lucky for you 2.7.5 isn't all that different from Py3 and most of it
will apply. You'll be missing out on a bunch of cool features (arbitrary
precision ints, int division operator, real Unicode support) but that's
no big deal.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.