Scheda corso
NovaNext Training / Database, Bigdata, Data Science & Machine Learning / Math and Statistics / Programming with Python

Programming with Python

Codice
NOVPPYT
Durata
3 Giorni
Prezzo
2.200,00 € (iva escl.)
Lingua
Italiano - Inglese
Modalità
Virtual Classroom
       

 

Schedulazione
Luogo Data Iscrizione
A Richiesta

This course introduces students to the Python language and contemporary coding practice.

Python is great as an introduction to programming and a very useful tool for any professional who want to add coding to his skill set.

 

Destinatari

Anyone with no prerequisites who wants to approach Python programming.

 

Contenuti

Introduction to Python

  • Introduction to the tools
  • Base syntax
  • Control flow statement
  • Data structure
  • Functions

Other Python features

  • Packages and modules
  • I/O and system interaction
  • Exception management

Object oriented programming

  • OOP philosophy and purpose
  • OOP in Python
  • Iterators and Generators

Python in production

  • Python best practice
  • Useful library