Programming Language Python
4 min readNov 4, 2021
- There are many programming languages in the world. But we know or can say the names of many languages. If I ask a CSE student, he or she will usually be able to speak 4/5 of the programming language because this language is as widely used as it is familiar. See for yourself how many programming languages there are in the world (https://en.m.wikipedia.org/.../List_of_programming_languages). What’s going on is a whirlwind because you never thought in your dreams, there are so many programming languages in the world. If anyone asks me to choose one of these programming languages, I will close my eyes and select “Python” first. Now the question may arise in your mind, brother C, C ++, JAVA why you chose Python without this gula. Then I will say, One Language for Everything! This means that Python seems to me to be the simplest, as well as the most complete language. Python is a very simple programming language that can’t be done with Python. The Python language is on desktop apps, mobile apps, web sites / apps, game development, software development, as well as machine learning and data scientists’ favorites. Machine learning is needed in almost every project now, such as Amazon, Facebook, Google, all the top sites, all the sites are satisfied with Python. It is also used in Facebook’s production engineering, NASA automation tool, Yahoo Map, Dropbox, YouTube, etc. As well as programming, software development, we have to work with many. The other members of the team have to see the code, read the code. It is to be understood in the fall. And Python codes are easy to read. In addition, programmers write a lot of code and share it for everyone to use. Which we call libraries. For the same work we can use the libraries written before without writing the code again from the beginning. And you still have to read the code, because Python is organized, the code can be easily read and understood. And Python has many standard libraries (https://docs.python.org/3.4/library/). Python’s standard library has many modules that we can easily use in various large projects. Module means separate file. Which we can share with anyone we want. In addition to the Python Standard Library modules, we may use third party modules. We can also use in our projects the code that programmers have written and made available for everyone to use. A module is a single file, which contains many methods. A package is made up of many files. One package at a time can be used for one purpose. So you can easily understand why Python is popular and why it is on the list of favorites of maximum programmers. Python’s code is very short. You do not need to know any other programming language to learn this programming language. Anyone new to this programming language can learn very easily.
2. Here’s why Python is so popular:
As I said before, the codes are very short and simple. Anyone can learn this language very easily. Python supports systematic, object-oriented and functional programming. Procedural, Object Oriented, Functional are applicable for these different projects. Since Python is a Multi-Paradigm programming language, this means that Python supports all three. As a result, the application database created by Python is much larger. Python is an interpreted programming language. It converts line by line in machine language. Ordinary people will understand by reading Python code, it is so easy to make. Python code can be run on any operating system. It is convenient to use it to quickly develop an application. One of the great features of Python is its huge library. It contains various types of documentation, syntax guides and modules. This makes it possible to create quick, uncomplicated programs. As well as the benefits of a third party library.
3. Uses of Python:
i. Web and App Development: This is a popular programming language for web developers. Google, Instagram, Reddit, these sites have been created with the help of Python. Django and Flask are Python’s web frameworks (based on which software is built). Web development with Python is a simple process. Using Django you can easily create different types of web apps.
ii. Scientific computing and data analysis: Astronomists, biologists, neuroscientists all use Python. Python is used even in large organizations like CERN, NASA. This has been made possible by Python’s enterprising community. There are also data manipulation tools such as pandas, PsychoPy for Experimental Psychology. Data collected with Python can be easily measured. Which makes it convenient to work with.
iii. Machine Learning and Artificial Intelligence: In today’s world without these two things the world would be almost useless. Basically, these are well-connected with financial matters. Netflix’s algorithms range from voice, image recognition. There are uses in all cases. Python is in the architecture of the New York Stock Exchange. Like all other libraries, Python has a huge library here. Being tensorFlow
(Collected From www.facebook.com). bluehost.com