Código aberto • Interpretada • Multi paradigmas • Tipagem forte e dinâmica • Python Software Foundation • Legibilidade conta (The Zen of Python, by Tim Peters) 4
22 2020, 06:38:00) [GCC 9.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. … Readability counts. Now is better than never. If the implementation is hard to explain, it's a bad idea. … 5
é a linguagem mais desejada pelo terceiro ano seguido, o que significa que desenvolvedores que ainda não trabalham com Python querem aprender a linguagem.
math, statistics, pathlib, sqlite3, csv, json... • http.client / http.server ◦ Bibliotecas de baixo nível para se trabalhar com HTTP ◦ python -m http.server https://docs.python.org/3/library/ 16