Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Starting Again
#1
I haven't written a line of code since 2005. Thought I'd try Python.

I'm using Windows 10, just downloaded & installed Python 3.7.0.

I opened a tutorial I found here ( www.python-course.eu/python3_course.php ) and started up the IDLE(Python 3.7 32 bit)

I just started following the tutorial when I come across the instruction "Open a Terminal". Huh? Looking a little further down the page it looks like this tutorial is a good beginning for me (I'm partial to tutorials that start out with Hello World), but since it assumes I know how to "Open a Terminal" in the IDE, should I be looking for something even more basic?

Thanks,
David Morris
Reply
#2
I think they mean any terminal window, windows explorer or xterm would do, but suggest that you do install an IDE.

VSCode is my choice. There is a tutorial here on how to install: https://python-forum.io/Thread-VS-Code-from-start
The tutorial that you have chosen is one of my favorites.
There is another page here that you will find useful: https://python-forum.io/Thread-A-List-of...-Resources
Reply
#3
in linux and mac they call it a terminal, in windows they call in a command prompt
https://www.lifewire.com/how-to-open-com...pt-2618089

Quote:bernd@venus:~$ $ python
based on the prompt they are showing it looks like a linux terminal. This should not make much difference in python code, but you should be aware of it.
Recommended Tutorials:
Reply


Forum Jump:

User Panel Messages

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