Python: Difference between revisions

Created page with "== Python == 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. == HelioHost Tutorials == == Python == The easiest way to get started with Python_Tutorial..."
 
Line 7: Line 7:
== Python ==
== Python ==


The easiest way to get started with [[:Python_Tutorial]] on a server is with CGI.
The easiest way to get started with [[:Python_Tutorial|Python]] on a server is with CGI.


== Django ==
== Django ==

Revision as of 23:26, 3 October 2024

Python

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.

HelioHost Tutorials

Python

The easiest way to get started with Python on a server is with CGI.

Django

Create a Django application.

Flask

Create a Flask application.

Other Tutorials

http://docs.python.org/tutorial


This page was last edited on 3 October 2024, at 23:26.