Can i embed tools created in python on a website?

i want a website like this one: https://ahbtools.com/. so the question is can i develop and embed tools in python? if yes how and where should i start from to learn python.

Assuming you mean you want to run Python in the browser like Javascript, you can check out Pyodide.

yup. thabks.

Python-in-the-browser technologies is getting a bit old now, but it still has relevance today. It’s a comparison of technologies for running Python code in a browser.