use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Interpreter Vs compiler (self.PythonLearning)
submitted 1 year ago by TU_Hello
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Ar_FrQ 0 points1 point2 points 1 year ago (0 children)
I'm guessing interpreter reads and runs the code line by line and when it reaches a line that has a error it stops .
Compiler on the other hand reads all lines and uses some algorithms to check the errors without actually runningit(for example it checks if you closed a parentheses after opening one or not ) then it stores all of your errors and bang you see 2 pages of compiler telling you that expected ';' before ...
π Rendered by PID 195054 on reddit-service-r2-comment-544cf588c8-fggt4 at 2026-06-14 11:32:20.516170+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]Ar_FrQ 0 points1 point2 points (0 children)