Skip navigation

python programming

Short Introduction of Python Programming
Python is a programming language created by Guido van Rossum in 1990. Python has a fully dynamic type system and uses automatic memory management; it is thus similar to Perl, Ruby, Scheme, Smalltalk, and Tcl.

The philosophy behind Python is noteworthy among high-level languages because: 1) it emphasizes the importance of programmer effort over computer effort; and 2) it rejects more arcane language features, prioritizing readability over speed or expressiveness. Python is often characterised as minimalist, although this only applies to the core language’s syntax and semantics; the standard library provides the language with a large number of additional libraries and extensions.

Here’s a extensive Python Tutorial For NON-PROGRAMMERS

Leave a comment