Pages

Thursday, January 7, 2021

Intro to Python 2021

 











So Let's Start With Basic Intro :)

Rank:1

Developed:Guido van Rossum.

Released Year: 1991.

Uses:

  • Web Development
  • Software Development
  • Mathematical Problems
  • and SO on.
Core Features:

  • Python can be utilized on a worker to make web applications.
  • Python can be utilized close by programming to make work processes.
  • Python can interface with information base frameworks. It can likewise peruse and alter documents.
  • Python can be utilized to deal with huge information and perform complex science.
  • Python can be utilized for fast prototyping, or for creation prepared programming improvement.
Extra Features:

  • Python deals with various stages (Windows, Mac, Linux, Raspberry Pi, and so forth) 
  • Python has a straightforward grammar like the English language. 
  • Python has punctuation that permits engineers to compose programs with less lines than some other programming dialects. 
  • Python runs on a mediator framework, implying that code can be executed when it is composed. This implies that prototyping can be fast. 
  • Python can be treated in a procedural manner, an article arranged way or a utilitarian way.

Let's Start Code our First Program:

Input:

Print("Hello PyKod")

Output:

Hello Pykod

No comments:

Post a Comment