Skip to content

aditya-shri/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Programming Language

Python image

Python is a high-level, general-purpose and a very popular programming language. Python programming language (latest Python 3) is being used in web development, Machine Learning applications, along with all cutting edge technology in Software Industry. Python Programming Language is very well suited for Beginners, also for experienced programmers with other programming languages like C++ and Java.

Below are some facts about Python Programming Language:

1.)Python is currently the most widely used multi-purpose, high-level programming language.
2.)Python allows programming in Object-Oriented and Procedural paradigms.
3.)Python programs generally are smaller than other programming languages like Java. Programmers have to type relatively less and indentation requirement of the language, makes them readable all the time.
4.)Python language is being used by almost all tech-giant companies like – Google, Amazon, Facebook, Instagram, Dropbox, Uber… etc.
5.)The biggest strength of Python is huge collection of standard library which can be used for the following:
	- Machine Learning
	- GUI Applications (like Kivy, Tkinter, PyQt etc. )
	- Web frameworks like Django (used by YouTube, Instagram, Dropbox)
	- Image processing (like OpenCV, Pillow)
	- Web scraping (like Scrapy, BeautifulSoup, Selenium)
	- Test frameworks
	- Multimedia
	- Scientific computing
	- Text processing and many more..