Python Introduction | Python Programming Language Introduction | TECH WORTH MIND
Python is an easy and useful programming language. In this complete Python course, we will learn the whole concept of Python with Projects, video lectures, and Notes.
Python for beginners: begging to Advanced.
Python
What is Python?
Python is a popular compute programming language. It was created in the year 1991 by "Guido Van Rossum".
Python is used in:
• System Scripting
• Mathematics and Data Analysis
• Software Development
• web and App Development
Why Python?
• Python is easy to use and it works on different operating systems/platforms (Windows, Mac, Linux, etc..)
• Python syntax is very closely similar to the English language.
Python Syntax Compared to another Programming language
• New lines required to complete command in Python as compare to other programming languages.
• Python uses whitespace, indentation to define Scope; such as the scope of loop, functions, Classes.
Example-: print(" Hello, Readers ")
Note:- Python program always written in .py file extension.
Python Video lecture
Comments
Post a Comment
DON'T COMMENT LINK.