HomeAbout

Intro

Intro

Dynamic (runtime).

Strongly typed.

  • type matters, no implicit conversion.

Object Oriented.

ASGI

Asynchronous Server Gateway Interface.

Standard interface that enables asynchronous Python web servers, frameworks, and applications to communicate.

  • allows multiple asynchronous events per application.

What are skeletons?

Skeletons are .py source files containing declarations extracted from binary modules (.so/.dll).

AboutContact