Lesson 1 - Introduction to Python
Hello Guys, I hope you all are doing well. My Name is Vivek Garg and I welcome you all to my Blog Mostly Programing. If you're new here I will suggest you check out my YouTube channel @mostlyprograming. I post 3 New Videos every week, Let's Code Tuesdays, Innovative Thursdays, and Geeky Saturdays.
Go! Go! Go! Check it out and if you like the content you can maybe give me a subscription or a comment or a like (YOU DECIDE!).
Here in Lesson 1 of Learning Python from scratch we will be discussing some basics about Python, Its Applications, Also we will see why do we use Python and How is it different from any other Programming Languages?
Also, we will Install Python in our System.
What is Python?
Python is a general-purpose Programming language as it supports all the programming paradigms, it is a popular scripting language, as it is used for writing scripts for automation purposes. It was created by Guido van Rossum in 1989 in The Netherlands and that too out of frustration of writing Machine Codes. Python was released in 1991.
Applications
- Web Development (Server-side)
- Machine Learning and Data Science
- Mathematics
- System Scripting
- Designing Automated system Applications
- Creating web applications.
- Python can also be used along the Database to Modify and Read files.
- Micro Python is also being used for Programming Arduino Microcontrollers.
Why Python?
- Python can work on different platforms (Say Windows, Raspberry Pi, Mac, Linux, etc.)
- Python is here to stay and python is the Future's Language (as it is being used for ML and Data Science).
- Syntax of Python is like the general English Language.
- Python scripts are comparatively shorter than programs written in any other language.
- Python runs on an Interpreter (unlike C, C++). In Python, the script is executed as soon as it was written. Makes it very fast.
- C Program to add two numbers
- Python Script to add two Numbers
Comparison of Python Syntax with the syntax of other Programing Languages
- More Readability and Easy Understanding.
- In Python, we don't need to use Semicolons as statement terminators instead a new line acts as a Statement terminator.
- In Python we do not use curly braces to show the scope of functions or loops instead here we use the concept of Indentation (basically white spaces will be discussed later).
Installing Python
Follow these simple steps to Install Python in your System:
- Go to the official website of Python.
- Then click on the Downloads Tab as shown in Fig. 1
- Downloads > Windows > Download Windows x86-64 executable installer (or 32 bit if your PC is 32 bits).
- Download the executable file from the Link given in Step 3.
- Then You Simply have to install it, Just Make sure while installing you Add python 3.9 to Path. Refer to the YouTube Video embedded below.
Fig. 1 The Download Page
YouTube Video
Also, If you have any queries, feel free to comment down below and I will try my best to solve, or you can directly DM me at my social media accounts.
Content Creator: Vivek Garg
Comments
Post a Comment