Saturday, May 15, 2021

1- Python Programming Language

What is programming?

At a basic level, a computer program is a recipe of instructions that tells your computer what to do

When you write a program, you create a step by step recipe of what needs to be done to complete a task and when your computer executes the program it reads what you wrote and follows your instructions to the letter. 

The recipe is written in a code called programming language. Programming languages are actually similar to human spoken languages since they have a syntax and semantics.

https://www.python.org/static/community_logos/python-logo-master-v3-TM.png

Why Python?

There are a few reasons. First of all, programming in Python usually feels similar to using a human language. This is because Python makes it easy to express what we want to do with syntax that's easy to read and write.

Secondly, Python makes it easy to express the fundamental concepts of programming like data structures and algorithms with easy to read syntax. This makes Python a great language to use to learn programming.

The other reason is to pick that Python is super popular in the IT industry, making it one of the most common programming languages used today. 

You can use Python to calculate statistics, run your e-commerce site, process images, interact with web services, and do a whole host of other tasks. 

Python is perfect for automation. It lets you automate everyday tasks by writing simple scripts that are easy to understand and easy to maintain. That's why Python is the language of choice for lots of people working in IT support, system administration, and web development.

History of Python

Its first version was released by Guido van Rossum back in 1991. Since then, the community that develops it has grown and the language has advanced a lot. Whenever there's a significant change to the semantics or syntax of the language, a new major version is released. In 2000, Python 2 was released. In 2008, we got Python 3. Python 3.7 came out in 2018

Which Operating Systems?

Python is available for download on a wide variety of operating systems, like Windows, Linux, and Mac OS.

Source: Crash Course on Python in Google IT Automation with Python Professional Certificate

Installation of Python

We are suggesting to download Python from their original website.

https://www.python.org/downloads/



No comments:

Post a Comment

Your comment will taken into consideration.