Skip to content

Instantly share code, notes, and snippets.

@MrKrishnaAgarwal
Created September 18, 2022 09:33
Show Gist options
  • Select an option

  • Save MrKrishnaAgarwal/f52e337bda9e0215b04d37c6c1d1d76f to your computer and use it in GitHub Desktop.

Select an option

Save MrKrishnaAgarwal/f52e337bda9e0215b04d37c6c1d1d76f to your computer and use it in GitHub Desktop.

Revisions

  1. MrKrishnaAgarwal created this gist Sep 18, 2022.
    23 changes: 23 additions & 0 deletions Introduction to Python.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    ## 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