4 Answers
+ 6
For turtle PY, try this link.
https://code.sololearn.com/WuCctnAZKcb8/?ref=app
+ 8
I did some research about it ... And here is a brief answer : yes u can use python ... But! , u can use it in a backend programing ( or as we say server side language ) like php . not as css and js languages because they are for frontend development .
If u want more info about it here is some helpful websites :
- https://www.quora.com/How-do-you-use-Python-to-make-websites
- http://karrigell.sourceforge.net/en/pythoninsidehtml.html
- i hope i cleared some ambiguity ... đ
+ 6
The next thing is, if you want to use python in your webpage, you can't make python a dynamic language like JavaScript.
It's interpreted by either internal or external server.
+ 2
I see