Python
From HelioHost Wiki
(Difference between revisions)
(→Creating a Django Application) |
(Changed link) |
||
Line 1: | Line 1: | ||
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. | Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. | ||
− | See [ | + | See the [[django]] page for information on how to create a Django application. |
List of tutorials: | List of tutorials: | ||
* http://docs.python.org/tutorial/ | * http://docs.python.org/tutorial/ |
Latest revision as of 06:47, 2 June 2017
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
See the django page for information on how to create a Django application.
List of tutorials: