English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i'm only a begginer so i was looking at "how to get started" list on the web from python website so the first thing i did is downoloaded PythonWin and typed ...print 'Hello World'...later i went to save the document and saved as ...helloworld.py... and under All Documents because that is the only option and clicked RUN but the document i saved isn't anywere on the computer! i have enouh Hard drive space so i dont know what to da help please!

2006-12-18 08:13:54 · 7 answers · asked by pega 2 in Computers & Internet Programming & Design

7 answers

What I typically do is not keep my programming work under "My Documents" or "All Documents". It's good practice to keep programs under filepaths with no spaces. Examples:

Bad: "C:/My Documents/My Work" : Space between My and Documents.
Good "C:/mywork" : No spaces.

I have a workspace folder with all the projects in it.

Also, try getting yourself a decent editor or IDE. For a plain text editor, I use Notepad++ (http://notepad-plus.sourceforge.net/uk/site.htm) or vim. There's a few other tools for Python editing like SPE, but start with an editor for now.

2006-12-18 09:13:15 · answer #1 · answered by csanon 6 · 1 0

If you have the latest Python I think you can RUN the script right of the IDE without searching for the folder location. But make sure each time your build an applicatio or script that you note where the file has been saved.

I advise you to learn Python on a Windows environement then move to linux.

Joe.

2006-12-18 10:11:30 · answer #2 · answered by Roland 1 · 0 0

Run a search for the document you lost. It probably saved it into the C:\documents and settings\
folder somewhere.

Make sure to include finding hidden and system files along with "look in subdirectories" in your search!

2006-12-18 08:17:35 · answer #3 · answered by arcaemous 4 · 0 0

in case you have the desire to make video games C++ is the main nicely-known language, yet C#, Java, and Python are extra handy to understand. in case you attempt to initiate with C++ you have got an quite complicated time.

2016-10-15 04:45:05 · answer #4 · answered by ? 4 · 0 0

Do a search for "helloworld" on all your hdds, and be sure to open all .py files from the Python IDLE.

2006-12-18 10:21:08 · answer #5 · answered by Kevin C 1 · 0 0

You could ask Monty.

2006-12-18 08:21:04 · answer #6 · answered by Moorglademover 6 · 1 0

don't know

2006-12-26 00:48:03 · answer #7 · answered by montathra 4 · 0 1

fedest.com, questions and answers