7 Answers
+ 10
HTML is not a programming language (it's markup), you shouldn't compare HTML with Python. HTML is just a template that gets translated to code while python itself IS code...
+ 7
°_°
That's... not the main difference...
+ 5
HTML is not a programming language. It is a formatting language for creating a layout of a website. If you want to build a website, then learning HTML is a necessity.Â
If you are interested in general programming then definitely learn Python. Python can be used for tons of different things, including building a backend web services application that serves HTML files.Â
For web development learn HTML first, it's very simple and when you build a web application with a framework like Django using Python you will need to know HTML.Â
As was stated in a couple of other answers, if you are starting a company it might be best to hire somebody that is extremely familiar with software development. I always recommend that people learn how to program, it changes the way that you think and teaches invaluable problem solving skills. If you do hire someone as a developer, knowing how to program and knowing about technology will also make it easier for you to communicate with them.
for more check:
https://www.quora.com/Which-should-I-learn-first-HTML-or-Python
+ 2
Making logic is a lot different from building structure.
+ 1
well what is the difference if you don't mind me asking
+ 1
oh I never knew I thought html was a coding language
+ 1
well thanks for the help?