K Labs mette a tua disposizione i propri Trainers Certificati, i Laboratori Didattici, i Simulatori di Esame, il proprio Test Center e un Tutor a te dedicato per la preparazione all'esame.
Grazie al nostro supporto la percentuale di candidati che ottengono la certificazione al primo tentativo è prossima al 100%.
DURATION
4 days
LEVEL
Basic
OBJECTIVES
This course provides the basic understanding of Python as the programming language. You will learn how to use python tools to import data, explore it, analyze it, learn from it, visualize it and ultimately generate easily sharable reports.
PREREQUISITES
Basic Knowledge of Computer Science.
WHO SHOULD ATTEND
Technical staff and engineers involved in management and planning of next generation Tools, using the Python programming language.
TOPICS
Writing and testing simple scripts
Representing data using built-in and custom data types
Building expressions
Building conditional and iterative statements
Declaring and calling functions
Using objects
Creating and manipulating collections including lists, tuples, and dictionaries
Creating and manipulating strings
Creating modules and packages, and using third-party libraries
Pattern matching
Working with date and time objects
Handling exceptions
Reading from and writing to files and databases
Coding in an OOP manner