+ 11
Which is better language html or python for beginners
Could you answer.? https://www.sololearn.com/discuss/1959747/?ref=app
55 Antworten
+ 25
HTML is a lot easier than Python, but it all depends on what you're interested in, unless I suggest HTML
+ 19
They are both very different. I started with html because i wanted to make a website. So if you want to make a website start with html 😉
+ 13
savvymonk just to clarify, HTML is a programming language 😉
https://www.sololearn.com/post/141278/?ref=app
+ 8
For general programming, choose Python.
+ 7
To be frank, HTML is not a programming language, it is a markup language mainly used for creating the websites, the DOM where all the magic happens.
Python is considered one of the best programming languages, preferred by the new programmers as it gives the best of both worlds (C++ and Java). It is the language of choice for machine learning, which is highly in demand.
Note: I am a Java enthusiast. Not that, I hate python.
+ 6
They have different functions, if you want to design web pages, learn HTML; if you want to do pretty much anything else, python is a better bet.
+ 6
It depends on your purpose both html and python can be used for web development .
If you are thinking about learning html just remember one thing html is not enough for developnent you have to learn css , jquery ,ajax, js framework or php framewok.
For python you just have to learn its concepts and framework .
+ 5
I think HTML is simple for beginners . i were start with html because of i am beginner😉😉 Paython is just for pro. Which know other languages .so you can start with like me 😉😉☺☺☺
+ 4
Both are different language used for different purposes...but html is much easier than python..
+ 4
Both
+ 3
HTML is restricted to web design and pages and Python can do lot more, data science, app and software development, it's a complete package. You will want to do more eventually so Python
+ 3
Both are different languages. They do different work. HTML is a Markup language, used to structure a webpage. Python is a programming language which is used to implement logics and making something working.
+ 2
Everyone else's answers here are pretty much on point. HTML and Python have very different uses. HTML is a markup language and Python is a general purpose language.
Truth is, if you're really new to coding, HTML and CSS will be a much friendlier place to start. You'll get your feet wet learning about web design and basic coding principles.
Eventually you'll want to to graduate to other languages like Python and JavaScript.
+ 2
Anil Nani HTML (IS FOR WEB DEVELOPMENT) IF YOU START YOU WILL COMPLETE IT IN 5-6 DAYS,
SO START WITH HTML AND THEN PYTHON.
PYTHON IS A HIGH LEVEL OBJECT ORIENTED PROGRAMMING LANGUAGE.
IT IS LIKE ANY OTHER PROGRAMMING LANGUAGE LIKE C, JAVA ETC.
PYTHON IS GENERALLY USED FOR BACKEND SOFTWARE DEVELOPMENT.
IF YOU GIVE 5-6 HOURS PER DAY FOR PYTHON, YOU WILL LEARN WHOLE LOT OF THINGS IN A MONTH AND THEN YOU WILL HAVE THE KNOWLEDGE TO DEVELOPE VARIOUS APPLICATIONS.
+ 2
HTML Is much easier than Python. For me, befor learn Python Better know another language like JavaScript and Java.
+ 2
Python, or HTML?
Firstly, HTML is the easy part, but it only places the text, no graphics, no backgrounds no nothing. And that's the part where CSS kicks in, CSS is the language which makes your code come with style, gives backgrounds, colour texts. After that, you might feel smug, but you shouldn't because if you want to make your website dynamic, you need JAVASCRIPT, YAY! If you didn't fully understand any of them, your website will become a failure.
For python, it is the part where you really need to devote into, and it gets harder the more you dive into it(or maybe it's just me).
Choosing languages depends on your purposes.
If you are trying to make an app, go for python, but if you are making a website, go for HTML, but if you are just learning for fun(like me), choose python, because basic python can achieve more then basic HTML.
IMPORTANT NOTE:
Once you choose one of the languages, don't look back, consolidate your knowledge, know everything about it before you do. Or else you will mix up the syntax and waste all your time.(I personally mixed up c++ and python :L)
Anyways good luck and have fun on coding. :)
+ 2
It depends on what you interested in... HTML or phyton ...
But I suggest you a HTML because he is easy for beginners.....
+ 2
Actually html is not a Programming Language But a Markup Language and it will not take much time to be learned; While On The Other Hand Python is a highly valuable Programming Language which is pretty much Complex and much Difficult to learn_
+ 2
Html for web. Python for general programming.
+ 1
Html is simpler to study beginning.later on it is better to study Python