Skip to content

Instantly share code, notes, and snippets.

@MrKrishnaAgarwal
Created September 18, 2022 09:33
Show Gist options
  • Save MrKrishnaAgarwal/f52e337bda9e0215b04d37c6c1d1d76f to your computer and use it in GitHub Desktop.
Save MrKrishnaAgarwal/f52e337bda9e0215b04d37c6c1d1d76f to your computer and use it in GitHub Desktop.
Introduction to Python Programming with it's features

Introduction to Python

Python is currently the most popular programming language in the tech world.Ranked among top 5 .

What makes Python Popular ?

For simplicity purpose, I will list some notable features of python that makes it popular:

  • Ease of learning
  • Open-source
  • high-level language
  • object-oriented and functional
  • Interpreted
  • Rich libraries

This can be attributed to its high abstraction level and its application in various fields.Briefly, below a various application of python :

  • Data Science
  • Automation
  • Web development
  • Artificial Intelligence and Machine Learning
  • Game Development
  • Software Development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment