Python Session Overview

Python Session Overview

Hello to all my Reader

As you see my daily updates regarding my new work as a Python faculty in CCCGadarwara [Christ Church Convent Gadarwara] . Below I am sharing the day one detail and workshop complete update. Please have a glance on it Hope you all might be benefited through it.

Day 1 [1/May/2022]

No alt text provided for this image

In this session we discuss the Introduction to language and the importance of it, with respect to it we choose Python as our core topic. So lets get start the discussion.

What is language?

To communicate with the computers, we need some special languages which are called programming languages. Or it use to translate source code(normal English) to Machine Understandable (0's and 1's) form.

Types of Languages?

No alt text provided for this image

Low-Level Language=>A low level language is a programming language that is machine dependent. A program written in machine dependent language runs only on one particular type of computer. There are two categories of low-level languages.

Machine language => It is in a for of 0's and 1's.

Assembly language => It takes Add A, Sub as S.

High-level language=> High-level language is a programming language that enables a programmer to write programs that are machine independent. this type of languages are considered as high -level languages because they are closer to human language and away from machine languages.

Ex => java, python etc.

What is language Translator?

A language translator is a software that converts a high-level language into machine language.

1. Assembler - An assembler is a program used to translate language into machine language so that the can understand it. The assembler enables the computer to convert the assembly language instructions into machine code, i.e 0's and 1's.

2. Compiler - A compiler is a software that converts the entire source program into machine language before executing it. It converts the entire high-level language into machine language at once. It displays the error for the whole program together.

3. Interpreter - An interpreter is also a separate software that convert the entire source code program into machine language before executing it. It translates and execute one statement at a time. It displays the errors one line at a time and it goes to the next line only after the error is corrected.

What is python?

Python is a popular high-level language. It is a powerful language used for general purpose programming. Python was developed by Guido van Rossum. He started applying Python in 1989. Python is extensively used to develop:

1.Games 2. website 3. Graphical User interface programs 4. web application.

What are Features of Python?

  • Easy to Code:- It is very easy to write programs in python as compared to other high-level programming languages. This is because the language used to write python codes is similar to the English language.
  • Open-source language:- Python is a free and open-source programming language . An open -source language is one which can be easily improved and distributed by anyone. You can download Python free of cost and use it on any operating system such as Windows, Mac or Linux,
  • Object - Oriented:- Python has an object-oriented approach .This means that the programs are designed using objects and classes that interact with each other.
  • Integrated and Extensible language:- We can easily integrate Python with other languages such as C,C++. We can also write and compile a Python code in C or C++.
  • Interpreted language:- The code you create in python is executed line by line which makes it easy to correct any errors. On execution, a python code is immediately converted into an intermediate form. This is known as byte code . The byte code makes it easier to execute or run the code in future.
  • Dynamically Typed language:- Python is a dynamically typed language. This means that you do not need to specify the variable a as an integer or string.

Installing Python:-

Step1:- Open the website- https://www.python.org/

Step2:- Click on Download Python 3.8.3 button.

Step3:-Double-click on the downloaded software. You can either look at the bottom of the screen on locate the software in the Downlaods folder of the computer. The Security Warning dialog box appears.

Step4:- Click on Run button. The Python Setup window appears.

Step5:- Select the Add Python 3.8 to PATH checkbox.

Step6:- Click on Install Now button.

After a few seconds, Python will be successfully installed on your computer.


Conclusion:- We got some more awareness regarding the language in programming world as with this knowledge we are ready for the implementation of our first program.

Thanks For Reading

Published By: Sakshi Agrawal

Date: 1/May /2022

要查看或添加评论,请登录

Sakshi Agrawal的更多文章

  • SpringBoot Annotation

    SpringBoot Annotation

    Hello, to my all readers, Hope you all are enjoying your daily learning. Among my daily updates, Today I have come up…

  • Inner V/s Sub Classes In Java

    Inner V/s Sub Classes In Java

    Hello, to my all readers, Hope you all are enjoying your daily learning. Among my daily updates, Today I have come up…

  • What’s the variance amid an Abstract Class and Interface in Java?

    What’s the variance amid an Abstract Class and Interface in Java?

    Greetings to all my esteemed readers! I trust that each of you is enjoying a delightful reading experience. Please find…

  • Bitbucket

    Bitbucket

    Hello to my all Readers!..

  • Microservices

    Microservices

    Hello to my all Readers!..

  • My New Journey

    My New Journey

    Hello to my all Readers, Hope you are enjoying your reading. It's being quit long time I haven't shared the thoughts…

    2 条评论
  • Programs on operators

    Programs on operators

    Hello to all my Reader As you see my daily updates regarding my new work as a Python faculty in CCCGadarwara [Christ…

  • Python Session Overview

    Python Session Overview

    Hello to all my Reader As you see my daily updates regarding my new work as a Python faculty in CCCGadarwara [Christ…

  • Python Session Overview

    Python Session Overview

    Hello to all my Reader As you see my daily updates regarding my new work as a Python faculty in CCCGadarwara [Christ…

  • Package in Java

    Package in Java

    Hello to my all Readers!..

社区洞察

其他会员也浏览了