Oct-19-2019, 04:31 AM
Oct-19-2019, 07:44 AM
???
Are you creating a website?
Are you referring to Flask?
If so, you create them yourself using appropriate templates and routing
Are you creating a website?
Are you referring to Flask?
If so, you create them yourself using appropriate templates and routing
Oct-19-2019, 07:59 PM
Moderator I'm going to run a software. What's the code I need to input to get Run and all the others. So far when I type in some code it's sloppy. It doesn't leave room for going back and adding variables ( I think they're called variables)
What's the code for getting tabs? So far it's sloppy after I've typed some code in, I'm calling it sloppy because it doesn't allow to put in variables after I've put something in it only allows before as code itself. That's the best I can describe it right now. Thank you.
What's the code for getting tabs? So far it's sloppy after I've typed some code in, I'm calling it sloppy because it doesn't allow to put in variables after I've put something in it only allows before as code itself. That's the best I can describe it right now. Thank you.
Oct-19-2019, 08:09 PM
(Oct-19-2019, 07:59 PM)rgbrolly Wrote: [ -> ]So far when I type in some code it's sloppy. It doesn't leave room for going back and adding variables ( I think they're called variables)that would be the case if you write code in python interactive mode (each line starts with following prompt
>>>
and each line is executed immediately). chose an IDE (e.g. VS Code) or even simple text editor like Notepad wood do, and use itread
https://python-forum.io/Thread-How-to-Ex...ython-code
https://python-forum.io/Thread-VS-Code-from-start