+ 3
What to focus first in Web Development ?
Hi guys and cuties, I am learning Web development in python. What do you think is the best thing to focus on css,html,js,bootstrap or python frameworks for back end ? What is your favorite backend to use ? comment .
5 Respostas
+ 5
Hello, Michael Yadidya !
Try the following algorithm for learning programming languages
html->css->js->php->python
https://www.sololearn.com/Course/HTML/?ref=app
https://www.sololearn.com/Course/javascript/?ref=app
https://www.sololearn.com/Course/css/?ref=app
https://www.sololearn.com/Course/php/?ref=app
https://www.sololearn.com/Course/python/?ref=app
+ 2
PHP for back-end.
It's standard for server side/back-end interactions, and my favourite. You can push HTML into a div with it and render a time-based game like Lyrania almost immune to cheating. It's what's used on Neopets too, an old pet game site, among others.
CSS and HTML are both front end, as is Javascript. Bootstrap itself is a framework for Javascript, CSS, and HTML, so it's front end too.
If you want to build an actual website, you'll need knowledge of HTML, CSS and Javascript. PHP too, depending on what your website is for. PHP handles information and forms, e.g when you sign up to a website and click 'submit'.
0
I recommend that you first learn HTML5, then Javascript, and then finally, CSS.
My reasoning:
1 - HTML5 is the most important part in web development. It is responsible for creating the layout of the web page.
2 - Javascript is the second most vital part of web development. It's great to know though, because is makes the page interactive with the user.
3 - CSS is used on almost every website out there, but yet it comes 3rd on my list. This is because it isn't needed at all, because it's mostly decoration. But, it is nice to have, because it helps the web page look more user-friendly.
But with all 3 of these parts, a very powerful web page can be made.
So once again, you should first learn HTML5, then Javascript, and third, CSS.
0
Does anyone here use python frameworks as backend ? What are your thought about them .
I Appreciate your replies friends....
- 2
After php you can learn linux and git. And after this MVC framework (for example: laravel) and then js