+ 1

Python help

How do i create a blank page and add stuff on it in python

27th Jun 2025, 10:26 AM
Abdulrahman alturk
Abdulrahman alturk - avatar
4 Réponses
+ 2
blank page? stuff? can you elaborate further?
27th Jun 2025, 10:57 AM
Bob_Li
Bob_Li - avatar
+ 1
Shouldn't you like, use HTML for that? You can use Python to display a GUI with images in a server using Flask or just use a file, but all of those methods use HTML(and besides, they won't work in Sololearn anyway).
27th Jun 2025, 11:41 AM
Afnan Irtesum Chowdhury
Afnan Irtesum Chowdhury - avatar
0
Like with pictures just like a website
27th Jun 2025, 11:14 AM
Abdulrahman alturk
Abdulrahman alturk - avatar
0
or maybe learn about Jupyter notebooks. Then you can display plots, pictures and have interactive ui. But it's also browser based. So it wouldn't work in Sololearn
27th Jun 2025, 12:26 PM
Bob_Li
Bob_Li - avatar