DEV Community

R.Shobika CSE
R.Shobika CSE

Posted on

PYTHON DAY - 1

PYTHON :

  • Python is a interpreted, object oriented and high level programming language

  • It is used automate the code stuff.

  • It automate anything so its a scripting language.

  • It is a ideal language for scripting

What is highlevel language ?

  • It is closer to the human Language and make them to understand easily.

What is Lowlevel Language ?

  • Closer to assembly language but very hard to understand.

Most of the Programming Language is complied Language and also in server side

Scripting Language is a interpreted language and its a client side

The server side connection for Django --> Model view Template
spring boot --> Model view Controller

*The current version of the python * --> is a 3.14.6

*pre version *

Pre version is of two type

  • Beta Version ---> this version is a update version we can use this version in our own laptop.

  • Alpha Version ---> this version we can use in the organization environment.

Dev :

Dev version is a Under Development

There are various type of python are :

  • PEP --> Python Environment Proposal

  • Cpython --> Byte code Interpreter of python which is written in c

  • Jpython --> Java-based implementation of the Python programming language designed to run seamlessly on the Java Virtual Machine (JVM).

Top comments (0)