Created
September 18, 2022 09:33
-
-
Save MrKrishnaAgarwal/f52e337bda9e0215b04d37c6c1d1d76f to your computer and use it in GitHub Desktop.
Revisions
-
MrKrishnaAgarwal created this gist
Sep 18, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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