Python Forum
How is space of variables/functions/objects... called?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How is space of variables/functions/objects... called?
#1
Hello,
When you run a Python session, it stores all the variables you declare, and functions, objects... and you can access them at any time. Once you exit this Python session, and run a new one, all that was declared before will be gone.
I would like to know, how is this "session" called? Or is it a workspace? Or maybe scope? I tried to find it out online but honestly, I didn't even know how to search properly =/ Thank you, JC
Reply


Messages In This Thread
How is space of variables/functions/objects... called? - by j.crater - Dec-18-2016, 11:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Multiple variable inputs when only one is called for ChrisDall 2 493 Oct-20-2023, 07:43 PM
Last Post: deanhystad
  Couldn't install a go-game called dlgo Nomamesse 14 3,129 Jan-05-2023, 06:38 PM
Last Post: Nomamesse
  how can a function find the name by which it is called? Skaperen 18 3,484 Aug-24-2022, 04:52 PM
Last Post: Skaperen
  using variables with functions imported from different files. Scordomaniac 3 1,281 May-24-2022, 10:53 AM
Last Post: deanhystad
  function with 'self' input parameter errors out with and without 'self' called dford 12 3,143 Jan-15-2022, 06:07 PM
Last Post: deanhystad
  Storing whole functions in variables dedesssse 3 2,096 Jul-29-2021, 09:17 PM
Last Post: deanhystad
  Getting parent variables in nested functions wallgraffiti 1 2,147 Jan-30-2021, 03:53 PM
Last Post: buran
  What is this formatting called? Mark17 2 1,775 Dec-14-2020, 08:42 PM
Last Post: snippsat
  from global space to local space Skaperen 4 2,332 Sep-08-2020, 04:59 PM
Last Post: Skaperen
  module to store functions/variables and how to call them? mstichler 3 2,417 Jun-03-2020, 06:49 PM
Last Post: mstichler

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020