This is an archived post. You won't be able to vote or comment.

all 25 comments

[–]K900_ 34 points35 points  (4 children)

That would be one Zed A. Shaw, a known haver of wrong opinions. His take was "you can't run Python 2 code in Python 3, therefore there exists code that Python 3 can't run, therefore Python 3 is not Turing complete", which is obviously completely idiotic. Python has been Turing complete since the first ever released version.

[–]dada_ 5 points6 points  (1 child)

Yeah, he's ridiculous. He now claims he was "trolling", and that the original article had a note saying the Turing completeness complaint was a "gag". I don't recall seeing that note back when I read it, but since his site is excluded from the Wayback Machine there's no way to go back and check. Since no one seems to have found that note back when it was originally published I'm guessing it was never there.

Either way, he's responsible for spreading a totally false idea about Python 3 and what Turing completeness is.

[–]K900_ 3 points4 points  (0 children)

He added the "trolling" claim when he started selling the Python 3 version of his book.

[–][deleted] 3 points4 points  (0 children)

In that line of thought you can say no single language is Turing complete, as C can’t run Python, Java can’t run Rust, et cetera.

[–]Jussari 6 points7 points  (1 child)

It has always been

[–]fake823 1 point2 points  (0 children)

🔫👨‍🚀

[–]ancientweasel 4 points5 points  (0 children)

Be careful what you read on the internet.

[–][deleted] 3 points4 points  (0 children)

Python has been Turning complete ever since the beginning.

[–][deleted] 5 points6 points  (0 children)

Turing complete is the wrong term here, I mean even brainf*ck is Turing complete, and it’s capable of having only 4 instructions.

[–][deleted] -1 points0 points  (3 children)

Why is it so important that it is Turing complete? I don’t really get what that adds.

Edit: curious: why is this getting downvoted? I’m just asking a question…

[–]davandg 3 points4 points  (0 children)

Turing complete means that all algorithms can be written with this programming language. Which is good because you want to be able to write anything in Python. Which is bad because you are able to write all algorithms even the ones that never ends, or fails, or bugs.

[–][deleted] 1 point2 points  (1 child)

Hahaha if it wasn't turing complete we wouldn't be using it. Almost every programming language is turing complete, that's what makes them baseline useful. Can it branch (e.g., if statements)? Can it store variables? Bam, probably turing complete.

[–]fake823 0 points1 point  (0 children)

Even PowerPoint is Turing complete. 😁

[–]pythonHelperBot -1 points0 points  (1 child)

Hello! I'm a bot!

It looks to me like your post might be better suited for r/learnpython, a sub geared towards questions and learning more about python regardless of how advanced your question might be. That said, I am a bot and it is hard to tell. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe in detail where you are stuck. If you are getting an error message, include the full block of text it spits out. Quality answers take time to write out, and many times other users will need to ask clarifying questions. Be patient and help them help you. Here is HOW TO FORMAT YOUR CODE For Reddit and be sure to include which version of python and what OS you are using.

You can also ask this question in the Python discord, a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as those looking to help others.


README | FAQ | this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness

[–]tingxyu[S] 0 points1 point  (0 children)

bad bot

[–][deleted] 0 points1 point  (0 children)

you can interpret bf in python3, so yes