You are viewing a single comment's thread from:RE: Learn Basic Python Programming EP.4. - Let's build a CalculatorView the full contextbtcunchained (49)in #programming • 7 years ago Buddy... what about GUI ,... how can we implement that?
You need a separate package for that I believe it's called TK:
Python by itself is terminal based.
I've never done GUI in Python, so I have no clue how to do it.
Ok buddy 👍
Tkinter is default but pyQt would be recommended. We can do some advanced stuff in future.
Also, a small suggestion. Could you please paste the code directly here instead of screenshots. Is there any issue?
Lets see how syntax works here:
Looks like syntax highlighting isnt available on steemit 😐
How to put multiple lines in a code on steemit, do you use the "``" marks or what is the markdown syntax for code?
" ``` "
Code goes here
" ``` "