+ 1
Can i work in freelancing with Python only?
I mean like front end developer.
2 Respuestas
+ 1
Hi! For frontend you must learn HTML 5, CSS3 and JS
Frontend — anything that the browser can read, display, and / or run. That is, it is HTML, CSS, and JavaScript.
HTML (Hypertext Markup Language) tells the browser what the content of the page is, for example, "title", "paragraph", "list", "list item".
CSS (Cascading Style Sheets) tells the browser how to display elements, for example, "after the first paragraph, an indent of 20 pixels" or "all text in the body element should be dark gray and written in the font Verdana".
JavaScript tells the browser how to respond to certain interactions using a lightweight programming language. Most sites don't actually use a lot of JavaScript code, but if you click on something and the page content changes without the screen flashing white, it means that JavaScript was used somewhere.
+ 1
In webdev the Python is used as a programming language on the Django framework.