DEV Community

Vinoth Kumar
Vinoth Kumar

Posted on

PYTHON

PYTHON PROGRAMMING:

A high-level programming language known for its simple and readable syntax.
It is widely used in web development, data science, artificial intelligence and automation.

FEATURES OF PYTHON:
The key features and characteristics of the Python programming language.

  1. Free and Open Source.
  2. Easy to code.
  3. Easy to Read.
  4. Object-Oriented Language.
  5. High-Level Language.
  6. Interpreted Language.
  7. Extensive Standard Library.
  8. Dynamically Typed Language.

VERSION:
3.14.0

SYNTAX:

print("Hello, World!")

EXTENSIVE STANDARD LIBRARY:

A vast collection of built-in modules and packages that provide a wide range of functionality for various tasks.

ASSEMBLY LANGUAGE:

A low-level language that helps to communicate directly with computer hardware.
It uses mnemonics to represent the operations that a processor has to do.

EVOLUTION OF ASSEMBLY LANGUAGE:

  • First Generation (1940-1950).
  • Second Generation (1950-1960).
  • Third Generation (1960-1970).
  • Fourth Generation (1970-1980).
  • Fifth Generation (1980-present).

MEMO FRAMEWORK:

The React useMemo Hook returns a memoized value.
The useMemo Hook only runs when one of its dependencies update.

Top comments (0)