Posts

Showing posts from June, 2026

Wed 100626 Python3 library: Streamlit/App.: Hello, world!

Image
WRITING WEB PAGES USING A MIXTURE OF: HTML/CSS/JAVASCRIPT...CAN BE RATHER LONG WINDED, AND, INDEED, RATHER LABORIOUS I had been doing some very simple web page programming for years...; and, in order to achieve this...I used a mixture of internet technologies, namely: - HTML/CSS/Javascript I found it not exactly too simple or easy to have to combine using these 3 technologies together....to write programs/scripts...; however, the task is far from being impossible to achieve...it just takes an awful lot of 'time and effort'. ----- HTML: Hello, world   Let's just put it this way...for me to write a simple 'Hello, world!' program using HTML/CSS/Javascript...it would take around 10/20+ lines of code. Including... - barebone.html (html/head/title/body...meta tags/style sheet tags...header/main/footer...paragraph tags/-etc.)       ----- STREAMLIT: Hello, world! However, in direct comparison...the steps needed to write a simple 'Hello, world!' program using Streaml...