I have downloaded a python program and using a script to run on a website while I'm not at the computer. However I am relatively new to programming and any sort of language.
The script is checked and verified, however I have no idea how to make it work. I've obviously entered it into a blank script and now what do I do to make it run?
I don't see any sort of option to make it run and was hoping for some sort of guidance. Help?
Register and join over 40,000 other developers!
Recent Topics
-
The Game You Are Waiting For?
WendellHarper - Dec 06 2020 01:21 PM
-
Quora and Reddit Backlinks
WendellHarper - Dec 06 2020 01:14 PM
-
Delete account
pindo - Jul 23 2020 01:33 AM
-
Print specific values from dictionary with a specific key name
Siten0308 - Jun 20 2019 01:43 PM
-
Learn algorithms and programming concepts
johnnylo - Apr 23 2019 07:49 AM
Recent Blog Entries
Recent Status Updates
Popular Tags
- networking
- Managed C++
- stream
- console
- database
- authentication
- Visual Basic 4 / 5 / 6
- session
- Connection
- asp.net
- import
- syntax
- hardware
- html5
- array
- mysql
- java
- php
- c++
- string
- C#
- html
- loop
- timer
- jquery
- ajax
- javascript
- programming
- android
- css
- assembly
- c
- form
- vb.net
- xml
- linked list
- login
- encryption
- pseudocode
- calculator
- sql
- python
- setup
- help
- game
- combobox
- binary
- hello world
- grid
- innerHTML

1 reply to this topic
#1
Posted 26 November 2014 - 03:38 AM
#2
Posted 26 November 2014 - 04:52 AM
In the Python IDE (IDLE?) you should be able to paste it, and it will step through each line for you. There should be a "run" option somewhere within.
If you are on Windows you may of course make a batch file or on Linux run the command "python foo.py" (assuming python is within your PATH variable in Windows or Linux) or "C:\wherever\python.exe foo.py"
You should be able to as well right click the python file and have it open up with the interpreter, but the program may close automatically upon completion.
All new problems require investigation, and so if errors are problems, try to learn as much as you can and report back.
Recommended from our users: Dynamic Network Monitoring from WhatsUp Gold from IPSwitch. Free Download