Presentazione Tecnologia Digitale
Marco Lattanzio
Created on November 25, 2024
Over 30 million people build interactive content in Genially.
Check out what others have designed:
THE EUKARYOTIC CELL WITH REVIEW
Presentation
INTRO INNOVATE
Presentation
FALL ZINE 2018
Presentation
BRANCHES OF U.S. GOVERNMENT
Presentation
QUOTE OF THE WEEK ACTIVITY - 10 WEEKS
Presentation
MASTER'S THESIS ENGLISH
Presentation
SPANISH: PARTES DE LA CASA WITH REVIEW
Presentation
Transcript
PYTHON
Marco Lattanzio, Elia Prestigiacomo, Samuele Cammelli
Contextualize Your Topic with a Subtitle
PYTHON
- General-purpose
- Open source
- High-level language creted by Guido Van Rossum
- First relased in 1991
- Interpreted language (which focused on code readability)
- It uses whitespace indentation to delimit code blocks wich allows orogrammers to express concepts in fewer lines code than C++ or Java
Easter egg
PYTHON
Uses of Python
Features
Wait they dont love you like i love you
Uses of Python
- Dynamically-typed language
- Supports multiple programming paradigms such as object-oriented, functional and procedural programming.
- Available for many operating system
- Used for web developments, data analaysis, artificial intelligence and scientific computing.
- Python has many libraries
Features of Python
- Begginer friendly: it is easy to understand and fun to use
- Flexibility: being a dynamically-typed language
- Difficult maintainability: it may become difficult to track and fix errors
- Slow speed: it is slow because it is too flexible so the machine needs to do a lot of referencing to check the code