First all, there a 2 type of Python. First is Animal and second is Code :3 so becarefull about that


What is Python ? (Source WikiPedia)

  • Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python’s design philosophy emphasizes code readability with its notable use of significant whitespace
  • Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming. Python is often described as a “batteries included” language due to its comprehensive standard library Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python’s design philosophy emphasizes code readability with its notable use of significant whitespace

Who created Python ? Python was Created by Guido van Rossum and first released in 1991

What extension used on Python code ?

  • py
  • pyc
  • pyd
  • pyo (prior to 3.5)
  • pyw
  • pyz (since 3.5)

Example :

# Hello World
print("Hello World")

# If Else Statement
Name = "RasyidMF"
If Name == "RasyidMF":
	print("Its RasyidMF")
else:
	print("Well its not RasyidMF")

# And other ..

How to use Python on Windows ? you can download the compiler in here
Click Me