10 Respuestas
+ 18
When you talk about frontend, basically you are limited by the tools present on the user's computer, which is the web browser. Browsers can only execute JavaScript code.
However there are ways to run python code in the browser, and that involves a python interpreter written in javascript.
Check out Skulpt and Brython
http://skulpt.org/
https://brython.info/
+ 6
Javascript Works on the scene and Python works behind the scene.
Totally Different
Javascript Is for Front-end
And Python is for Back-end.
+ 5
No as it stands JavaScript is the only front end language python can be used for serverside on the web only
+ 5
I was wondering if there's really no Python to Javascript transpiler, so I looked it up and there is: www.transcrypt.org
+ 3
Actually Yes but you have to learn the seperately the Subject
Web frameworks for python
In simple words you can search it on google as client side web programming in python
+ 2
What do you mean exactly by frontend programming, you can write your logic in backend and render response on browser by using django (which is a python module)
+ 2
I cant think of any other libraries for frontend dev. In cases like python.
But as for js we have alot of them namely;
Popular reactjs used by facebook and other SM platforms for frontend dev many more dude,
Hope this helped?!
0
Python can be used as a back end language not for frontend
0
Even if exist a python framework to codify codes for front-end (of course converting the python code on the real web page resources), I sincerely recommend you to learn the own front-end tecnologies, it's universal knowledge for web developers (even for back-end developers)
0
no we can't use python as frotend language