Link to home
Start Free TrialLog in
Avatar of Camillia
CamilliaFlag for United States of America

asked on

What is Python's normal environment (Not Windows)?

I have to learn Python for work. I have WSL and Ubuntu set up. I work on Windows. But, what is the environment Python runs on? Is it on Linux?


ASKER CERTIFIED SOLUTION
Avatar of d-glitch
d-glitch
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Camillia

ASKER

So, Linux is the "normal"/usual/common environment?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks. Developers at work are on Linux. I understand it now.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks. That helps. I have vscode.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
(you will need a source level debugger that understand Python and how python uses C & C++ structures to get the same effect. (or you need to delve in Python interpreter source code how it organizes the various data elements).
also you can use the interpreter of the language to interactively develop, great for learning). 


Does this mean Spyder can't debug and step thru the code. I did a sample Python in VSCode and I can set a debug step and step thru the code.
Avatar of Norie
Norie

Pretty sure you can debug/step through Python code when using Spyder.

https://docs.spyder-ide.org/current/debugging.html
Good. Thanks
I meant that if you want something else as spyder to step through python code it will quickly come quite some work.