pythonエディタ-python IDLE(pythonは悪くないですよ.環境も入出力も簡単です)



3メートルの日記
  • 3 mのホームページ
  • 放送
  • アルバム
  • 好き
  • 中古
  • アクティビティ
  • 発豆郵便
  • python IDLE
    2010-01-30 17:48:28
    IDLE Python              ,             、  、     Python  。       IDLE GUI  、Python Shell、       ,             。
    
     、IDLE   
       ,IDLE  Python     ,        1           “Tcl/Tk”  ,    ,          ,                。
    
    
     
     1 IDLE    
    
     、IDLE   
      Python ,     “  ”  →“    ”→“Python 2.5”→“IDLE(Python GUI)”   IDLE。IDLE            :
     
     2 IDLE Python shell 
    
         ,  IDLE            Python shell,        IDLE    Python  。    ,IDLE        ,    Python  (    );               Python  ;         Python  。     IDLE        。
    
     、  IDLE  Python  
    IDLE               ,     、      、              ,         ,              。                      。               :
    
    #        
    integer1 = raw_input('       :')
    integer1 = int(integer1)
    integer2 = raw_input('         :')
    integer2 = int(integer2)
    
    if integer1 %26lt; integer2:
    print '%d %26lt; %d' %(integer1, integer2)
    else:
    print '%d ≥ %d' %(integer1, integer2)
    
              IDLE       Python  。       ,   “File”     “New Window”   ,                    。                    IDLE         。
    
              。   ,         Python       ,       C  ,            “    ”,   “    ”,                  ;    Python    ,               。          {}       ,         。                  ,       ,               。  ,IDLE         ,                 。               , if ,     def               ,      IDLE          。     :
    
    
     
     3 IDLE        
    
    
       3  ,    if                 ,IDLE       。     ,IDLE       , 4   。               ,   “Format”    “New indent width”      。      ,                  ,           ,                   ,           。
    
            ,                     ,     ,    3      。   ,         ,       ,      ,              ,          。      ,             。          ,              ,       ;    ,                。  ,              ,         ,               ,           。
    
             ,            , “Edit”    “Expand word” ,     Alt+/          。   :
    
    
    
     
     4          
            “i”       Alt+/,IDLE        ,       :
    
    
     
     5 IDLE        
    
    
      ,                  ,     ?           raw_input               ,             ,         raw      ,                ,   , “Edit”    “Show completetions”   ,IDLE        ,    :
    
    
    
     
     6   IDLE        
    
    
    
             ,IDLE          。       ,     、         。
           , “File”     “Save”    。      ,   “Save as”   ,                    。   ,                    。              ,               。
    
    
    
     、        
             Python      IDLE  ,             ,      。  “Edit”  ,             ,            :
    
    %26#61548; Undo:        。%26#61548; Redo:        。%26#61548; Cut:           。%26#61548; Copy:           。%26#61548; Paste:                。%26#61548; Find:           。%26#61548; Find in files:              。%26#61548; Replace:       。%26#61548; Go to line:          。  “Format”  ,            :%26#61548; Indent region:         ,      。%26#61548; Dedent region:          ,      。%26#61548; Comment out region:         。%26#61548; Uncomment region:              。%26#61548; New indent width:           ,  2~16,   2   1   。%26#61548; Expand word:      。%26#61548; Toggle tabs:        。 
    
    
     、 IDLE   Python  
       IDLE      ,   “Run”     “Run Module”   ,              。         ,         :
    
    
    
     
     7           
    
    
    
     、  IDLE    
           ,            ,        ,       。      ,Python            ,                  。      ,         ,           ,              。  ,             。
    
                     ,            print         ,         。          ,                       。        ,              ,       。
    
        ,               。     ,              ,          。              、       、              。IDLE         ,             。
    
          IDLE         。 “Python Shell”     “Debug”    “Debugger”   ,     IDLE       。  ,IDLE   “Debug Control”  ,  “Python Shell”     “[DEBUG ON]”     “%26gt;%26gt;%26gt;”   。  ,             “Python Shell”   ,                     。     “Debug Control”                  。          ,      “Debug”    “Debugger”   ,IDLE   “Debug Control”  ,  “Python Shell”     “[DEBUG OFF]”。
    
     、IDLE       
                             。     ,   Alt+P         ,    ,IDLE                ,            。 Alt+N   ,            ,           。
    
     、  
    IDLE Python              ,     Python      。               IDLE             ,        Python