Introduction to Python


Part 1: What is Python..?

  • Python is a high-level, easy to learn programming language that is used to give instructions to the computer in simple and human readable language.
  • It use to create programs, application software, mobile applications, games, website and even AI
  • Python is the most powerful programming language.
  • Python work on all devices.(Windows, Linux, Mac).
  • Python used by all newly beginners’ programmer or highly professional programmer.
  • The father of python was Guido Van Rossum
  • It was released in 1991
  • Python was case-sensitive language
  • Part 2: Real Life use of python

    Python are use everywhere.
  • Games
  • Websites
  • Work with Data and Graph
  • Mobile application
  • Data Analysis
  • Artificial Intelligence
  • Computer Application
  • Solving Math Problems
  • Part 3: Simple Python Example

    Here is a basic Python program:

    print("Hello, World!")

    👉 Output:
    Hello, World!

    Part 4: Key feature of python

  • Simple and readable syntax.
  • Cross platform compatibility.
  • Open source(free to use).
  • Support multiple programming styles
  • Part 5: Why student need to learn python

  • Helps to improve logical thinking.
  • Easy to start with no prior experience.
  • Build a strong foundation for future careers.