Want to create interactive content? It’s easy in Genially!
Get started free
Presentazione Tecnologia Digitale
Marco Lattanzio
Created on November 25, 2024
Start designing with a free template
Discover more than 1500 professional designs like these:
View
Interactive Onboarding Guide
View
Corporate Christmas Presentation
View
Business Results Presentation
View
Meeting Plan Presentation
View
Customer Service Manual
View
Business vision deck
View
Economic Presentation
Transcript
PYTHON
Contextualize Your Topic with a Subtitle
Marco Lattanzio, Elia Prestigiacomo, Samuele Cammelli
PYTHON
Easter egg
- 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
PYTHON
Features
Uses of Python
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