Hello everybody ,
I’m learning since August and I run my last tests at the beginnig of December 2024.
Today I restarted to learn but I have a small issue.
My working mode is this one:
Open IDEL Shell 3.12.5
Open the last two files: Main.py and TEST.py
Let’s say for example in Main.py I have a=1
and in TEST.py b=a: print(b)
In the main.py I write my “main” script and after in TEST I write some script to test on the previous variable which I created with main script.
It was not a problem until today. Every time I run a script it deletes all the variables. I checked over the net and it looks like it is fine deleting it.
I’m sure that in December and before I was able to keep all the datasets and just run the TEST.py because it was non deleting any variables
Thanks
submitted by /u/bbsbr
[link] [comments]
r/learnpython Hello everybody , I’m learning since August and I run my last tests at the beginnig of December 2024. Today I restarted to learn but I have a small issue. My working mode is this one: Open IDEL Shell 3.12.5 Open the last two files: Main.py and TEST.py Let’s say for example in Main.py I have a=1 and in TEST.py b=a: print(b) In the main.py I write my “main” script and after in TEST I write some script to test on the previous variable which I created with main script. It was not a problem until today. Every time I run a script it deletes all the variables. I checked over the net and it looks like it is fine deleting it. I’m sure that in December and before I was able to keep all the datasets and just run the TEST.py because it was non deleting any variables Thanks submitted by /u/bbsbr [link] [comments]
Hello everybody ,
I’m learning since August and I run my last tests at the beginnig of December 2024.
Today I restarted to learn but I have a small issue.
My working mode is this one:
Open IDEL Shell 3.12.5
Open the last two files: Main.py and TEST.py
Let’s say for example in Main.py I have a=1
and in TEST.py b=a: print(b)
In the main.py I write my “main” script and after in TEST I write some script to test on the previous variable which I created with main script.
It was not a problem until today. Every time I run a script it deletes all the variables. I checked over the net and it looks like it is fine deleting it.
I’m sure that in December and before I was able to keep all the datasets and just run the TEST.py because it was non deleting any variables
Thanks
submitted by /u/bbsbr
[link] [comments]