+ 1
I dont understand why my python app doesnt have run button
ive downloaded python, (im a beginner) ive been doing some print and some 1+3*2 and the """ (\n). i tried to copy paste some games that you can make with python, and nothing happens. but in the online python that lets you try the game , you press run and it works... any help
20 Answers
+ 4
The two things that let python program excuate are interpreter and IDE .
You should start these in your system
And just enjoy python
+ 2
If you have python you probably downloaded idle with it.
There are two things you can run the code in: An interpreter or an IDE.
What you were typing in before was the interpreter. It takes one line at a time.
An ide is like here in sololearn. You write multiple lines of code, and run them all at once.
I recommend "PyScripter" as an ide, just look it up. It has a lot of helpful features for beginners.
+ 2
You need an IDE or a text editor to run Python code. I suggest using VScode
+ 2
just need to download some IDE (in my opinion vscode is good) then run your code on it(in vscode with pressing f5 button, it runs)
+ 1
What IDE are you using
+ 1
I want to know what I was doing with iphone 11.
+ 1
The idle is interpreter so there's line by line interpretation....
If you want to run the code as a whole download PyScripter or any other IDE software
0
When you open python does it look like a cmd or a terminal shell?
0
The app might be using a keyboard shortcut or a button in menu like that...
0
Meanwhile you can use good online compilers, I also use online ones for Python...
0
Are you using the IDE that the Python downloader gives you by default?
0
Slick yes it looks like cmd , but cmd is pretty different in terms of commands.
0
Varun Vaswani can i download a python version that has the run button and has 2 sections of input/output so i wont have to go online?
0
Jianmin Chen i have no idea, i just downloaded python. The online version has run button and otber stuff, my app looks like cmd and is very simple
0
Jianmin Chen im on windows 10
0
Jianmin Chen ive heard about this idle, basically you write and run the codes ? Where do i find it or download it?
0
If you didn't change anything in the default installer when downloading Python, you should be able to search up Python in the Windows application search bar, and find IDLE.
0
sofronis , you can look for the version 2. But my choice are online one's. Especially online gdb and programmiz. They don't fill up the storage !!
0
And how about CPYTHON. The IDLE recommended in this Solo Learn course...?