Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #42714 > unrolled thread

Data storage Py 3.3

Started byJoe Hill <JH@nospamever.com>
First post2013-04-03 15:33 -0700
Last post2013-04-03 22:09 -0400
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  Data storage Py 3.3 Joe Hill <JH@nospamever.com> - 2013-04-03 15:33 -0700
    Re: Data storage Py 3.3 Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2013-04-04 00:53 +0200
      Re: Data storage Py 3.3 Terry Jan Reedy <tjreedy@udel.edu> - 2013-04-03 22:09 -0400

#42714 — Data storage Py 3.3

FromJoe Hill <JH@nospamever.com>
Date2013-04-03 15:33 -0700
SubjectData storage Py 3.3
Message-ID<n8bpl8ltj5i805jcpo9ak9jdstaal6vpqo@4ax.com>
IDLE wants to use Python33 as the data storage folder - with exe files
etc.
Typically the 'default data storage' is in 'last used' directory or most
programs even have a browse setting that one can quickly set and reset.

What do people here generally do?  

When I installed 3.3, (W7- 64) I selected the first option for paths etc.
and everything seems to just run fine

j

[toc] | [next] | [standalone]


#42716

FromIrmen de Jong <irmen.NOSPAM@xs4all.nl>
Date2013-04-04 00:53 +0200
Message-ID<515cb2de$0$6877$e4fe514c@news.xs4all.nl>
In reply to#42714
On 4-4-2013 0:33, Joe Hill wrote:
> IDLE wants to use Python33 as the data storage folder - with exe files
> etc.
> Typically the 'default data storage' is in 'last used' directory or most
> programs even have a browse setting that one can quickly set and reset.
> 
> What do people here generally do?  
> 
> When I installed 3.3, (W7- 64) I selected the first option for paths etc.
> and everything seems to just run fine
> 
> j
> 

Don't store your files in the Python33 directory even though it is idle's default
suggestion.


I have my Python code sitting in appropriate subdirectories of a 'Projects' folder
somewhere (on a different drive on my Windows system, or just a subfolder in my
homedirectory on my Linux VM).

I don't use idle myself, but you can simply browse to the appropriate folder and file
location. Idle will remember that location for the next time you use the file dialog.


Irmen

[toc] | [prev] | [next] | [standalone]


#42727

FromTerry Jan Reedy <tjreedy@udel.edu>
Date2013-04-03 22:09 -0400
Message-ID<mailman.85.1365041410.3114.python-list@python.org>
In reply to#42716
On 4/3/2013 6:53 PM, Irmen de Jong wrote:
> On 4-4-2013 0:33, Joe Hill wrote:
>> IDLE wants to use Python33 as the data storage folder - with exe files
>> etc.
>> Typically the 'default data storage' is in 'last used' directory or most
>> programs even have a browse setting that one can quickly set and reset.
>>
>> What do people here generally do?
>>
>> When I installed 3.3, (W7- 64) I selected the first option for paths etc.
>> and everything seems to just run fine

I have a c:\Programs folder where I put multiple versions of python and 
selected other programs whose directories I might want to visit.

> Don't store your files in the Python33 directory even though it is idle's default
> suggestion.

I once did that, but then I had to move stuff when the Python x.y 
directory became obsolete. It was also a problem when I wanted to test a 
file with more than one python version.
>
> I have my Python code sitting in appropriate subdirectories of a 'Projects' folder
> somewhere (on a different drive on my Windows system, or just a subfolder in my
> homedirectory on my Linux VM).

I have a file tem.py in my miscellaneous python directory. When I am 
writing possibly throwaway code, I open it from the recent files list, 
empty the old code, and go. I can always save as another name if I want 
to keep the code. tem.py is almost always on the list because I use it 
frequently.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web