Want to make interactive content? It’s easy in Genially!

Over 30 million people build interactive content in Genially.

Check out what others have designed:

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