Cisco-opplæring

Insoft Services er en av få opplæringsleverandører i EMEAR som tilbyr hele spekteret av Cisco-sertifisering og spesialisert teknologiopplæring.

Les mer

Cisco Sertifisering

Opplev en blandet læringstilnærming som kombinerer det beste av instruktørledet opplæring og e-læring i eget tempo for å hjelpe deg med å forberede deg til sertifiseringseksamen.

Les mer

Cisco Learning Credits

Cisco Learning Credits (CLC) er forhåndsbetalte opplæringskuponger innløst direkte med Cisco som gjør planleggingen for suksessen din enklere når du kjøper Cisco-produkter og -tjenester.

Les mer

Etterutdanning

Cisco Continuing Education Program tilbyr alle aktive sertifiseringsinnehavere fleksible alternativer for å resertifisere ved å fullføre en rekke kvalifiserte opplæringselementer.

Les mer

Cisco Digital Learning

Sertifiserte ansatte er verdsatte eiendeler. Utforsk Ciscos offisielle digitale læringsbibliotek for å utdanne deg gjennom innspilte økter.

Les mer

Cisco Business Enablement

Cisco Business Enablement Partner Program fokuserer på å skjerpe forretningsferdighetene til Cisco Channel Partners og kunder.

Les mer

Cisco opplæringskatalog

Les mer

Fortinet Sertifisering

Fortinet Network Security Expert (NSE)-programmet er et opplærings- og sertifiseringsprogram på åtte nivåer for å lære ingeniører om nettverkssikkerheten for Fortinet FW-ferdigheter og -erfaring.

Tekniske kurs

Fortinet-opplæring

Insoft er anerkjent som Fortinet Autorisert Opplæringssenter på utvalgte steder i EMEA.

Les mer

Fortinet opplæringskatalog

Utforsk et bredt utvalg av Fortinet Schedule på tvers av forskjellige land så vel som online kurs.

Les mer

ATC-status

Sjekk atc-statusen vår på tvers av utvalgte land i Europa.

Les mer

Pakker for Fortinet-tjenester

Insoft Services har utviklet en spesifikk løsning for å effektivisere og forenkle prosessen med å installere eller migrere til Fortinet-produkter.

Les mer

Microsoft-opplæring

Insoft Services gir Microsoft opplæring i EMEAR. Vi tilbyr Microsofts tekniske opplærings- og sertifiseringskurs som ledes av instruktører i verdensklasse.

Tekniske kurs

Extreme-opplæring

Lær eksepsjonell kunnskap og ferdigheter i ekstreme nettverk.

Les mer

Teknisk sertifisering

Vi tilbyr omfattende læreplan over tekniske kompetanseferdigheter om sertifiseringsprestasjonen.

Les mer

Extreme opplæringskatalog

Tekniske kurs

ATP-akkreditering

Som autorisert opplæringspartner (ATP) sørger Insoft Services for at du får de høyeste utdanningsstandardene som er tilgjengelige.

Les mer

Løsninger og tjenester

Vi tilbyr innovativ og avansert støtte for design, implementering og optimalisering av IT-løsninger. Vår kundebase inkluderer noen av de største Telcos globalt.

Les mer

Globalt anerkjent team av sertifiserte eksperter hjelper deg med å gjøre en jevnere overgang med våre forhåndsdefinerte konsulent-, installasjons- og migrasjonspakker for et bredt spekter av Fortinet-produkter.

Om oss

Insoft Tilbyr autoriserte opplærings- og konsulenttjenester for utvalgte IP-leverandører. Finn ut hvordan vi revolusjonerer bransjen.

Les mer
  • +47 23 96 21 03
  • Introduction to Programming Using Python

    Duration
    5 Dager
    Delivery
    (Online Og På stedet)
    Price
    Pris på forespørsel

    This five-day instructor-led course is intended for students who want to learn how to write Python code that logically solves a given problem. Candidates will learn how to write, debug, maintain and document Python code. The material will prepare students for the Microsoft certification exam 98-381.

    • Create Operations using Data Types and Operators
    • Create Control Flow Operations
    • Create Input and Output Operations
    • Write and Document code to solve a specified problem
    • Troubleshoot Problems and Write Error Handling Operations
    • Perform Operations Using Modules and Tools

    Module 1: Perform Operations Using Data Types and Operators

    This module explains how to use Python operators and data types to achieve a specified result.

     

    Lessons

    • Assign data types to variables
    • Perform data and data type operations
    • Perform Arithmetic, Comparison and Logical Operations
    • Review

     

    Lab 1: Perform Operations Using Data Types and Operators

    • Assign data types to variables
    • Perform data and data type operations
    • Perform Arithmetic, Comparison and Logical Operations

     

    After completing this module, students will be able to:

    • Assign data types to variables
    • Manage data and data type operations
    • Perform Arithmetic, Comparison and Logical Operations

     

    Module 2: Control Flow with Decisions and Loops

    This module explains how to use Control Flow and Looping operations in Python.

     

    Lessons

    • Construct and analyze code segments that use branching statements
    • Construct and analyze code segments that perform iterations
    • Review

     

    Lab 1: Control Flow with Decisions and Loops

    • Using branching operations
    • Using iteration operations

     

    After completing this module, students will be able to:

    • Create branching operations
    • Create iteration operations

     

    Module 3: Perform Input and Output Operations

    This module explains how to construct input and output operations using files or from the console.

     

    Lessons

    • Create Python code segments that perform file input and output operations
    • Create Python code segments that perform console input and output operations
    • Review

     

    Lab 1: Perform Input and Output Operations

    • Perform input and output operations using files
    • Perform input and output operations from the console

     

    After completing this module, students will be able to:

    • Use files for input and output operations
    • Use the console to perform input and output operations

     

    Module 4: Document and Structure Code

    This module explains how to structure and document well-written Python code.

     

    Lessons

    • Construct and analyze code segments
    • Document code segments using comments and documentation strings
    • Review

     

    Lab 1: Document and Structure Code

    • Construct and Analyze Code Segments
    • Document Code Segments

     

    After completing this module, students will be able to:

    • Create code segments
    • Document code segments

     

    Module 5: Perform Troubleshooting and Error Handling

    This module explains how to perform troubleshooting and error handling operations in Python.

     

    Lessons

    • Analyze, Detect and Fix code segments that have errors
    • Analyze and construct code segments that handle exceptions
    • Review

     

    Lab 1: Perform Troubleshooting and Error Handling

    • Analyze, Detect and Fix code segments that have errors
    • Analyze and Construct code segments that handle exceptions

     

    After completing this module, students will be able to:

    • Detect and Fix errors in code
    • Create error handling code

     

    Module 6: Perform Operations Using Modules and Tools

    This module explains how to use built-in modules.

     

    Lessons

    • Use Built-In Modules to perform basic operations
    • Use Built-In Modules to perform complex operations
    • Review

     

    Lab 1: Perform Operations Using Modules and Tools

    • Use Built-In Modules to perform basic operations
    • Use Built-In Modules to perform complex operations

     

    After completing this module, students will be able to:

    • Use Built-In modules to perform operating system, date and mathematical operations

    This course is intended for new and experienced programmers that want to learn how to write and troubleshoot Python code. This is the Microsoft recommended course for preparing for the 98-381 test. Previous programming experience is not required but recommended.

    • Experience performing command-line operations on Windows, Linux or Mac computers
    • Six months experience writing code in any programming language (Recommended)

    This five-day instructor-led course is intended for students who want to learn how to write Python code that logically solves a given problem. Candidates will learn how to write, debug, maintain and document Python code. The material will prepare students for the Microsoft certification exam 98-381.

    • Create Operations using Data Types and Operators
    • Create Control Flow Operations
    • Create Input and Output Operations
    • Write and Document code to solve a specified problem
    • Troubleshoot Problems and Write Error Handling Operations
    • Perform Operations Using Modules and Tools

    Module 1: Perform Operations Using Data Types and Operators

    This module explains how to use Python operators and data types to achieve a specified result.

     

    Lessons

    • Assign data types to variables
    • Perform data and data type operations
    • Perform Arithmetic, Comparison and Logical Operations
    • Review

     

    Lab 1: Perform Operations Using Data Types and Operators

    • Assign data types to variables
    • Perform data and data type operations
    • Perform Arithmetic, Comparison and Logical Operations

     

    After completing this module, students will be able to:

    • Assign data types to variables
    • Manage data and data type operations
    • Perform Arithmetic, Comparison and Logical Operations

     

    Module 2: Control Flow with Decisions and Loops

    This module explains how to use Control Flow and Looping operations in Python.

     

    Lessons

    • Construct and analyze code segments that use branching statements
    • Construct and analyze code segments that perform iterations
    • Review

     

    Lab 1: Control Flow with Decisions and Loops

    • Using branching operations
    • Using iteration operations

     

    After completing this module, students will be able to:

    • Create branching operations
    • Create iteration operations

     

    Module 3: Perform Input and Output Operations

    This module explains how to construct input and output operations using files or from the console.

     

    Lessons

    • Create Python code segments that perform file input and output operations
    • Create Python code segments that perform console input and output operations
    • Review

     

    Lab 1: Perform Input and Output Operations

    • Perform input and output operations using files
    • Perform input and output operations from the console

     

    After completing this module, students will be able to:

    • Use files for input and output operations
    • Use the console to perform input and output operations

     

    Module 4: Document and Structure Code

    This module explains how to structure and document well-written Python code.

     

    Lessons

    • Construct and analyze code segments
    • Document code segments using comments and documentation strings
    • Review

     

    Lab 1: Document and Structure Code

    • Construct and Analyze Code Segments
    • Document Code Segments

     

    After completing this module, students will be able to:

    • Create code segments
    • Document code segments

     

    Module 5: Perform Troubleshooting and Error Handling

    This module explains how to perform troubleshooting and error handling operations in Python.

     

    Lessons

    • Analyze, Detect and Fix code segments that have errors
    • Analyze and construct code segments that handle exceptions
    • Review

     

    Lab 1: Perform Troubleshooting and Error Handling

    • Analyze, Detect and Fix code segments that have errors
    • Analyze and Construct code segments that handle exceptions

     

    After completing this module, students will be able to:

    • Detect and Fix errors in code
    • Create error handling code

     

    Module 6: Perform Operations Using Modules and Tools

    This module explains how to use built-in modules.

     

    Lessons

    • Use Built-In Modules to perform basic operations
    • Use Built-In Modules to perform complex operations
    • Review

     

    Lab 1: Perform Operations Using Modules and Tools

    • Use Built-In Modules to perform basic operations
    • Use Built-In Modules to perform complex operations

     

    After completing this module, students will be able to:

    • Use Built-In modules to perform operating system, date and mathematical operations

    This course is intended for new and experienced programmers that want to learn how to write and troubleshoot Python code. This is the Microsoft recommended course for preparing for the 98-381 test. Previous programming experience is not required but recommended.

    • Experience performing command-line operations on Windows, Linux or Mac computers
    • Six months experience writing code in any programming language (Recommended)
      Datoer
      Date on Request

    Follow Up Courses

    Filtrer
    • 3 Dager
      Date on Request
      Price on Request
      Book Now
    • 1 Dag
      Date on Request
      Price on Request
      Book Now
    • 5 Dager
      Date on Request
      Price on Request
      Book Now
    • 4 Dager
      Date on Request
      Price on Request
      Book Now
    • 4 Dager
      Date on Request
      Price on Request
      Book Now
    • 5 Dager
      Date on Request
      Price on Request
      Book Now
    • 5 Dager
      Date on Request
      Price on Request
      Book Now
    • 1 Dag
      Date on Request
      Price on Request
      Book Now
    • 1 Dag
      Date on Request
      Price on Request
      Book Now
    • 2 Dager
      Date on Request
      Price on Request
      Book Now

    Know someone who´d be interested in this course?
    Let them know...

    Use the hashtag #InsoftLearning to talk about this course and find students like you on social media.