mirror of https://github.com/injetlee/Python.git
updated
parent
94faec41b8
commit
ea534df7f1
|
@ -0,0 +1,3 @@
|
|||
introduction to python
|
||||
Python is a dynamic, interpreted (bytecode-compiled) language. There are no type declarations of variables, parameters, functions, or methods in source code.
|
||||
Python is a widely used general-purpose, high level programming language. It was created by Guido van Rossum in 1991 and further developed by the Python Software Foundation. It was designed with an emphasis on code readability, and its syntax allows programmers to express their concepts in fewer lines of code.This makes the code short and flexible, and you lose the compile-time type checking of the source code.
|
Loading…
Reference in New Issue