I dont understand why my python app doesnt have run button | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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

24th Apr 2020, 12:30 PM
sofronis
sofronis - avatar
20 Antworten
+ 4
The two things that let python program excuate are interpreter and IDE . You should start these in your system And just enjoy python
26th Apr 2020, 11:50 AM
🄲🅄🅃🄴 🄲🄾🄳🄴🅁
🄲🅄🅃🄴 🄲🄾🄳🄴🅁 - avatar
+ 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.
24th Apr 2020, 10:30 PM
Slick
Slick - avatar
+ 2
You need an IDE or a text editor to run Python code. I suggest using VScode
25th Apr 2020, 10:38 AM
Satvik Singh
Satvik Singh - avatar
+ 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)
25th Apr 2020, 11:12 PM
Ehsan Mokhtari
Ehsan Mokhtari - avatar
+ 1
What IDE are you using
26th Apr 2020, 2:11 AM
sanusi o
sanusi o - avatar
+ 1
I want to know what I was doing with iphone 11.
26th Apr 2020, 7:55 AM
mohd ridzuan
mohd ridzuan - avatar
+ 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
26th Apr 2020, 11:09 AM
Ayan Das
Ayan Das - avatar
0
When you open python does it look like a cmd or a terminal shell?
24th Apr 2020, 12:51 PM
Slick
Slick - avatar
0
The app might be using a keyboard shortcut or a button in menu like that...
24th Apr 2020, 1:52 PM
Varun Vaswani
Varun Vaswani - avatar
0
Meanwhile you can use good online compilers, I also use online ones for Python...
24th Apr 2020, 1:53 PM
Varun Vaswani
Varun Vaswani - avatar
0
Are you using the IDE that the Python downloader gives you by default?
24th Apr 2020, 1:55 PM
Jianmin Chen
Jianmin Chen - avatar
0
Slick yes it looks like cmd , but cmd is pretty different in terms of commands.
24th Apr 2020, 10:12 PM
sofronis
sofronis - avatar
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?
24th Apr 2020, 10:13 PM
sofronis
sofronis - avatar
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
24th Apr 2020, 10:14 PM
sofronis
sofronis - avatar
0
sofronis, the command line is intended for running a Python file or running one-liners. If you used the default Python downloader, you should be able to find a code editor provided with it called IDLE, where you can edit and run code. What operating system are you on?
24th Apr 2020, 10:16 PM
Jianmin Chen
Jianmin Chen - avatar
0
Jianmin Chen im on windows 10
24th Apr 2020, 10:20 PM
sofronis
sofronis - avatar
0
Jianmin Chen ive heard about this idle, basically you write and run the codes ? Where do i find it or download it?
24th Apr 2020, 10:22 PM
sofronis
sofronis - avatar
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.
24th Apr 2020, 11:07 PM
Jianmin Chen
Jianmin Chen - avatar
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 !!
25th Apr 2020, 2:49 AM
Varun Vaswani
Varun Vaswani - avatar
0
And how about CPYTHON. The IDLE recommended in this Solo Learn course...?
25th Apr 2020, 3:55 PM
Angel Gomez
Angel Gomez - avatar