Difference between revisions of "Python"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
			
		
		
	
 (Added Python 2/3 introduction.)  | 
			
(No difference) 
 | 
Revision as of 15:25, 29 January 2022
Welcome to the Python programming page. The Python language has evolved greatly over the year. Python 2 is nice for scripting and simpler tasks. Python 3 is a more substantial Object Oriented Programming Language. Most of the details herein will focus on Python 3. However, if there is any Python 2 examples included they will be designated as such. The reason for this is because there are a large number of syntax differences and each requires it's own interpreter. Python 2 has more complicated syntax than Python 3. Python 3 has an easier syntax compared to Python 2. A lot of libraries of Python 2 are not forward compatible. A lot of libraries are created in Python 3 to be strictly used with Python 3.