Python Forum
Starting first code - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Starting first code (/thread-33626.html)



Starting first code - Ricky - May-11-2021

Hi, I've downloaded and been through the topics.
I've now typed - once I opened EDLE. print ("Hisssssss...") Saved As then OPEN the file and clicked run RUN - MODULE which comes back with on a further page as print ("Hisssssss...")
When I then remove ("Hisssssss...") twice as the tutorial say's. I don't get an error message as is the next step.
Thanks for any help, I'm completely new to this.


RE: Starting first code - GOTO10 - May-11-2021

(May-11-2021, 12:56 PM)Ricky Wrote: Hi, I've downloaded and been through the topics.
I've now typed - once I opened EDLE. print ("Hisssssss...") Saved As then OPEN the file and clicked run RUN - MODULE which comes back with on a further page as print ("Hisssssss...")
When I then remove ("Hisssssss...") twice as the tutorial say's. I don't get an error message as is the next step.
Thanks for any help, I'm completely new to this.

Welcome! Please post your code along with what you are expecting to happen versus what is actually happening. Please use BBCode tags when posting to preserve indentation and other formatting.


RE: Starting first code - Ricky - May-11-2021

I've no idea what you're asking mate.


RE: Starting first code - GOTO10 - May-11-2021

(May-11-2021, 03:12 PM)Ricky Wrote: I've no idea what you're asking mate.

You have written some Python code and it is not doing what you expect. Show us the code so we can help.


RE: Starting first code - snippsat - May-11-2021

(May-11-2021, 12:56 PM)Ricky Wrote: I've now typed - once I opened EDLE. print ("Hisssssss...") Saved As then OPEN the file and clicked run RUN - MODULE which comes back with on a further page as print ("Hisssssss...")
IDLE is not good so you should use something better,i guess you use Windows i would advice start with an easy editor as PyScripter.
Hera a image of the basic which is easy to use as see.
[Image: t0F8Lt.png]

Other stuff that you can look at.
Python 3.9/3.8 and pip installation under Windows
VS Code from start