Python Forum

Full Version: Software(Python) Installation. Navigate Refactor Run Tools VCS tab
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where are the Navigate, Code, refactor, run, and VCS tabs. How I come I don't have them, I'm running Windows 7.[Image: view?usp=sharing]
???
Are you creating a website?
Are you referring to Flask?
If so, you create them yourself using appropriate templates and routing
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.
(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 it
read
https://python-forum.io/Thread-How-to-Ex...ython-code
https://python-forum.io/Thread-VS-Code-from-start