Subscribe and Comment to get your first project for 100% FREE.
Welcome to this brand new course on Python Programming Language. This is the first video on Python which explains , what is a programming language?
Any electronic device Never understands ENGLISH or any other language , They only understand Binary Language which contains only 1's and 0's . Therefore To over come such problem. High level , Assembly languages were introduced , were we write our program in Almost Human understandable language , and There is a translator in between , Which is either a compiler or interpreter , Python uses interpreter , read the code line by line. and it translates our code into Binary.
Therefore in the next video we are going to set up Python in our Computer and start coding .
#Python #Binary #Programming #