All public logs
Combined display of all available logs of HelioHost Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:26, 3 October 2024 KazVee talk contribs created page Python (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...")
- 22:59, 3 October 2024 KazVee talk contribs moved page Python to Python Tutorial without leaving a redirect
- 22:05, 3 October 2024 KazVee talk contribs created page Python (Created page with "# Python The easiest way to get started with Python on a server is with CGI. The only real difference between CGI and running the script on your home computer is that CGI needs to output a `Content-Type` header. == Python Versions Available {| class="wikitable" style="margin:auto" |+ Johnny server |- ! Python Version !! Python Path !! Python Modules Installed |- | 3.9 || #!/usr/bin/python3.9 || [https://krydos2.heliohost.org/pyinfo/info3.9.py View] |- | 3.12 || #!/u...")