Python 3 - Learning Material SPANISH - VERSION
This repository is intended to be an introduction to Python 3.
07. FLOW CONTROL if, elif, else
08. ITERATIVE STATEMENTS (LOOPS)
10. for (We continue iterating)
14. STACK (LIFO) and QUEUES (FIFO)
43. Tkinter (Graphical Interfaces)
- Wikipedia: < continue reading >
Python is an interpreted programming language whose philosophy emphasizes the readability of its code.
It is a multi-paradigm programming language, since it supports object orientation, imperative programming and, to a lesser extent, functional programming.
Type system: Strongly typed, dynamic
Paradigm: Multiparadigm: object-oriented, imperative, functional, reflexive
Designer: Guido van Rossum
Influenced by: ABC, ALGOL 68, C, Haskell, Icon, Lisp, Modula-3, Perl, Smalltalk, Java
License: Python Software Foundation License
Appeared in: 1991
- Interpreter installation < start installation >
- Interpreter installation < start installation >