The thing is that the data I tend to keep at the global level I
usually need it briefly, and I tend to change it quite often. I use
it more for development, not for actual steady access, so having to
go through files and load them into memory is just a bit more
trouble for what I'll get from them. Say I'm developing certain tools and I need some functions I need to call as I develop stuff. But these functions are constantly fluctuating too. It's just very convenient to have them in memory and call them from whichever tool or even from the command line at any time I need them. It just allows for very fast iterations of my work. I have no problems managing my changes, and I tend to keep good track of what I'm doing. SI's current way of handling script scope doesn't really help, but that's just because of the way I'm used to working (just as long-time SI users have gotten used to how things work in SI, and probably feel a little weird when having to switch to a different environment). I'll deal with it somehow. Thanks for throwing all the suggestions in, though! It's great to know the options available. :-) On 21/10/2013 7:57 PM, Chris Chia wrote:
|
- Re: Global Python interpreter? Sergio Mucino
- Re: Global Python interpreter? Alok Gandhi
- Re: Global Python interpreter? Raffaele Fragapane
- Re: Global Python interpreter? Luc-Eric Rousseau
- Re: Global Python interpreter? Jon Swindells
- Re: Global Python interpreter? Raffaele Fragapane
- Re: Global Python interpreter? Sergio Mucino
- Re: Global Python interpreter? Raffaele Fragapane
- Re: Global Python interpreter? Chris Chia
- Re: Global Python interpreter? Peter Agg
- Re: Global Python interpreter? Sergio Mucino
- Re: Global Python interpreter? Chris Chia
- Re: Global Python interpreter? Luc-Eric Rousseau
- Re: Global Python interpreter? Alok Gandhi
- Re: Global Python interpreter? Aloys Baillet
- Re: Global Python interpreter? Sergio Mucino