File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 44  The Python Tutorial
55###################### 
66
7+ .. Tip :: This tutorial is designed for 
8+    *programmers * that are new to the Python language,
9+    **not ** *beginners * who are new to programming.
10+ 
711Python is an easy to learn, powerful programming language. It has efficient
812high-level data structures and a simple but effective approach to
913object-oriented programming. Python's elegant syntax and dynamic typing,
@@ -21,7 +25,8 @@ implemented in C or C++ (or other languages callable from C). Python is also
2125suitable as an extension language for customizable applications.
2226
2327This tutorial introduces the reader informally to the basic concepts and
24- features of the Python language and system. It helps to have a Python
28+ features of the Python language and system. Be aware that it expects you to
29+ have a basic understanding of programming in general. It helps to have a Python
2530interpreter handy for hands-on experience, but all examples are self-contained,
2631so the tutorial can be read off-line as well.
2732
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments