Okay, so what I want to do is embed some Python code into an HTML webpage. Can someone tell me how to do this?
New: DesktopSnowOK (Jan 6, 2025), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads Nov/Dec/Jan!, Please donate today
on what you are trying to make happen with it.
If you are trying to use it as a dynamic client-side language like Javascript, a Java applet or Flash object, creating in page animations or handling events, then I am pretty sure you are out of luck.
If you are trying to use it as a server-side templating language like PHP, ASP etc. then you can technically do it. Python being white-space sensitive does make things difficult, thus there are better and easier solutions for the task (like PHP).
If you are still intent on trying it, then here is a decent link to get you started.
Okay, thanks for the response!
The two most important days of your life are the day you are born and the day you find out why.