Python Forum
Can you tell me where this person got the version of Python that he's using?
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can you tell me where this person got the version of Python that he's using?
#1
*for.py - C:/Users/Madhur/Desktop/for.py*

is at the top of his version of Python. I'm talking about the version he uses in his video below:

https://www.youtube.com/watch?v=I5_UxvF_svw
Reply
#2
Python 3.3.3
Recommended Tutorials:
Reply
#3
Thanks! So, I should download Python 3.3.3?
Reply
#4
No youshould download the latest....python 3.6.4
Recommended Tutorials:
Reply
#5
What he's doing in the video can't be done on Python 3.6.4

My version of Python 3.6.4 has >>> on each line.

If I try to do what he's doing in the video, I get a "SyntaxError: EOL while scanning string literal"

Okay, I see now that Python 3.3.3 and 3.3.x have reached "end of life," according to the Python.org page. It says that "After 2017-09-29, we no longer accept bug reports nor provide fixes of any kind for Python 3.3.x"
Reply
#6
(Jan-29-2018, 12:30 AM)nelsonkane Wrote: My version of Python 3.6.4 has >>> on each line.
[Image: Wn7asS.jpg]
Also look at better alternative than IDLE,search forum there are may discussion about IDE/Editor.
Reply
#7
Thanks!

I still get an error message however-

Hello world
Enter your name:
Nelson

Traceback (most recent call last):
File "C:/Python27/hello.py", line 4, in <module>
name=input()
File "<string>", line 1, in <module>
NameError: name 'Nelson' is not defined

What do you think I did wrong? :)
Reply
#8
(Jan-29-2018, 02:53 AM)nelsonkane Wrote: File "C:/Python27/hello.py", line 4, in <module>
You are you using 2.7?
(Jan-29-2018, 12:30 AM)nelsonkane Wrote: My version of Python 3.6.4 has >>> on each line.
Python 3.6 and pip installation under Windows
Reply
#9
In behalf of nelsonkane, thank you! :-)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  run part of a script with a different version of Python jdog 2 458 Jan-09-2024, 08:49 PM
Last Post: jdog
  How to find out from outside Python (in Windows) the current version of Python? pstein 4 749 Oct-04-2023, 10:01 AM
Last Post: snippsat
  How to resolve version conflicts in Python? taeefnajib 0 927 Apr-27-2023, 08:37 PM
Last Post: taeefnajib
  Python venv and PIP version issue JanOlvegg 2 1,276 Feb-22-2023, 02:22 AM
Last Post: JanOlvegg
  Python Version upgrade nitinkukreja 1 912 Feb-04-2023, 10:27 PM
Last Post: Larz60+
  Can't update new python version on Pycharm GOKUUUU 6 3,858 Jul-23-2022, 09:24 PM
Last Post: GOKUUUU
  Building python (3.9.5) with different libexpat version (2.4.6) raghupcr 0 1,320 Feb-25-2022, 11:29 AM
Last Post: raghupcr
  Python keeps running the old version of the code quest 2 3,783 Jan-20-2022, 07:34 AM
Last Post: ThiefOfTime
  db migration(db version control) for python lubaz 2 2,773 May-30-2021, 01:36 PM
Last Post: lubaz
  Error on Python Version? ErnestTBass 6 3,515 Dec-09-2020, 04:02 PM
Last Post: ErnestTBass

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020