python-idle
Expand width of shell in Python's IDLE
I\'m new to python and开发者_JS百科 I\'m using Python\'s IDLE. Using numpy, I created a 24 x 24 matrix. I simply want to look at the matrix. I\'ve maximized the shell on my monitor, so there\'s plenty[详细]
2023-04-13 06:14 分类:问答writing Python shell output to file
Very simple question. I am using the IDLE Python shell to run my Python scripts. I use the following type of structure[详细]
2023-04-12 12:12 分类:问答pythonw.exe processes not quitting after running script
Every time I restart the shell or run a script and instance of pythonw.exe*32 is created.When I开发者_如何学Go close out of IDLE these processes don\'t go away in the task manager.Any ideas on how to[详细]
2023-04-08 23:04 分类:问答Every Python IDLE run starts a new process
Windo开发者_如何学Pythonws 7: I\'m using Python3.2 with IDLE. Every time I edit and load my program, I get a new \"pythonw.exe *32\" process (as shown by Windows Task Manager)--even if the program jus[详细]
2023-04-08 16:02 分类:问答Python IDLE won´t start
I´m a noob in python and about a week ago IDLE stop working, I have readed some other people questions about this, but none of them had the same error that I´m getting, which is:[详细]
2023-04-07 03:19 分类:问答DJANGO_SETTINGS_MODULE is undefined
when i input from django.db import models into IDLE,the result throw a exception named Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is unde开发者_StackOverflow中文版[详细]
2023-04-06 05:05 分类:问答Does Python IDLE support sticky folder locations on File | Open?
I frequently open Python scripts using IDLE\'s File | Open. The default location at which the file browser opens is about 5 clicks away from where my Python scripts are stored.[详细]
2023-04-05 04:41 分类:问答iOS custom idle timer [duplicate]
This ques开发者_高级运维tion already has answers here: iPhone: Detecting user inactivity/idle time since last screen touch[详细]
2023-03-31 07:34 分类:问答Python: Indentation Error [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-29 03:18 分类:问答Detecting the presence of IDLE / How to tell if __file__ isn't set
I had a script that need开发者_C百科ed the use of __file__, and so I learned that IDLE doesn\'t set this. Is there a way from my script that I can detect the presence of IDLE? if \'__file__\' not in g[详细]
2023-03-28 01:47 分类:问答