Cisco-Ausbildung

Insoft Services ist einer der wenigen Schulungsanbieter in EMEAR, der ein umfassendes Angebot an Cisco-Zertifizierungen und spezialisierten Technologieschulungen anbietet.

Lesen Sie mehr

Cisco Zertifizierungen

Erleben Sie einen Blended-Learning-Ansatz, der das Beste aus von Lehrern geleiteten Schulungen und E-Learning zum Selbststudium kombiniert, um sich auf Ihre Zertifizierungsprüfung vorzubereiten.

Lesen Sie mehr

Cisco Learning Credits

Cisco Learning Credits (CLCs) sind Prepaid-Schulungsgutscheine, die direkt bei Cisco eingelöst werden und die Planung für Ihren Erfolg beim Kauf von Cisco-Produkten und -Services erleichtern.

Lösen Sie Ihre CLCs ein

Cisco Continuing Education

Das Cisco Continuing Education Program bietet allen aktiven Zertifizierungsinhabern flexible Optionen zur Rezertifizierung, indem sie eine Vielzahl von in Frage kommenden Schulungselementen absolvieren.

Lesen Sie mehr

Cisco Digital Learning

Zertifizierte Mitarbeiter sind GESCHÄTZTE Vermögenswerte. Erkunden Sie die offizielle Digital Learning Library von Cisco, um sich durch aufgezeichnete Sitzungen weiterzubilden.

CDLL-Katalog

Cisco Business Enablement

Das Cisco Business Enablement Partner Program konzentriert sich auf die Verbesserung der Geschäftsfähigkeiten von Cisco Channel Partnern und Kunden.

Lesen Sie mehr

Cisco Schulungskatalog

Lesen Sie mehr

Technische Zertifizierung

Das Fortinet Network Security Expert (NSE) -Programm ist ein achtstufiges Schulungs- und Zertifizierungsprogramm, um Ingenieuren ihre Netzwerksicherheit für Fortinet FW-Fähigkeiten und -Erfahrungen beizubringen.

Technische Kurse

Fortinet-Ausbildung

Insoft ist als Fortinet Authorized Training Center an ausgewählten Standorten in EMEA anerkannt.

Lesen Sie mehr

Fortinet Schulungskatalog

Lesen Sie mehr

ATC Status

Überprüfen Sie unseren ATC-Status in ausgewählten Ländern in Europa.

Lesen Sie mehr

Fortinet Service-Pakete

Insoft Services hat eine spezielle Lösung entwickelt, um den Prozess der Installation oder Migration zu Fortinet-Produkten zu rationalisieren und zu vereinfachen.

Lesen Sie mehr

Microsoft-Ausbildung

Insoft Services bietet Microsoft-Schulungen in EMEAR an. Wir bieten technische Schulungen und Zertifizierungskurse von Microsoft an, die von erstklassigen Instruktoren geleitet werden.

Technische Kurse

Extreme-Ausbildung

Erfahren Sie außergewöhnliche Kenntnisse und Fähigkeiten von Extreme Networks.

Technische Kurse

Technische Zertifizierung

Wir bieten einen umfassenden Lehrplan für technische Kompetenzen zur Zertifizierung an.

Lesen Sie mehr

Extreme Schulungskatalog

Hier finden Sie alle Extreme Networks online und den von Lehrern geleiteten Kalender für den Klassenraum.

Lesen Sie mehr

ATP-Akkreditierung

Als autorisierter Schulungspartner (ATP) stellt Insoft Services sicher, dass Sie die höchsten verfügbaren Bildungsstandards erhalten.

Lesen Sie mehr

Lösungen & Dienstleistungen

Wir bieten innovative und fortschrittliche Unterstützung bei der Konzeption, Implementierung und Optimierung von IT-Lösungen. Unsere Kundenbasis umfasst einige der größten Telcos weltweit.

Beratungspakete

Ein weltweit anerkanntes Team von zertifizierten Experten unterstützt Sie bei einem reibungsloseren Übergang mit unseren vordefinierten Beratungs-, Installations- und Migrationspaketen für eine breite Palette von Fortinet-Produkten.

Über uns

Insoft bietet autorisierte Schulungs- und Beratungsdienstleistungen für ausgewählte IP-Anbieter. Erfahren Sie, wie wir die Branche revolutionieren.

Lesen Sie mehr
  • +49 6151 277 6496
  • Python Programming 2 (PYP2)

    Duration
    3 Tage
    Delivery
    (Online Und Vor Ort)
    Price
    Preis auf Anfrage
    The Python Programming 2 course comprises sessions dealing with advanced object orientation, iterators and generators, comprehensions, decorators, multithreading, functional programming, web services, and unit testing. The delegate will learn how to exploit advanced features of the Python language to build complex and efficient applications. Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered.

    This course aims to provide the delegate with the knowledge to be able to interpret, write, and troubleshoot complex Python applications exploiting inheritance and polymorphism, mixins, composition and aggregation, iterators, generators, decorators, comprehension, concurrency, functional programming, and RESTful web services.

    The delegate will learn and acquire skills as follows:

    • Encapsulating classes
    • Exploiting polymorphism using inheritance and mixins
    • Associating objects via composition and aggregation
    • Working with static members
    • Using iterators as an alternative to for
    • Constructing custom iterators
    • Constructing functions that yield generators
    • Manipulating lists, sets, and dictionaries using comprehension
    • Exploiting aspect oriented programming using decorators
    • Writing multithreaded code
    • Sharing data between threads
    • Processing collections using lambdas
    • Building RESTful clients
    • Building RESTful APIs
    • Testing units of code

    Day 1

    Course Introduction

    • Administration and Course Materials
    • Course Structure and Agenda
    • Delegate and Trainer Introductions

    Session 1: ADVANCED OBJECT ORIENTATION

    • The self Keyword
    • Constructors and Destructors
    • Encapsulation
    • Inheritance
    • Polymorphism
    • Abstract Classes
    • Multiple Inheritance and Mixins
    • Composition and Aggregation
    • Static Members

    Session 2: ITERATORS & GENERATORS

    • Iterables
    • Iterators
    • Custom Iterators
    • Generators
    • Yield vs. Return

    Session 3: COMPREHENSIONS

    • List Comprehension
    • Set Comprehension
    • The zip Function
    • Dictionary Comprehension

    Day 2

    Session 4: FUNCTIONAL PROGRAMMING

    • Functional Programming
    • Lambdas
    • Immutability
    • Mapping
    • Filtering
    • Reducing

    Session 5: DECORATORS

    • Decorators
    • Decorator Functions
    • Decorator Annotations
    • Decorator Use Cases
    • Labs

    Session 6: MULTITHREADING

    • Threads
    • Multithreading
    • Thread Construction
    • Thread Execution
    • Thread Sleep
    • Joins
    • Data Sharing
    • Synchronisation
    • Multithreading vs. Multiprocessing

    Day 3

    Session 7: WEB SERVICES

    • RESTful Web Services
    • JSON Data
    • CRUD and HTTP
    • RESTful Clients
    • RESTful APIs

    Session 8: UNIT TESTING

    • Unit Testing Terminology
    • Test Classes
    • Test Fixtures
    • Test Cases
    • Assertions
    • Test Runners

    The Python Programming 2 course is designed for existing Python developers who have a good grounding in the basics and want to exploit some of the advanced features of the language.

    For the delegate for whom Python is their first programming language, we recommend taking the Python Programming 1 (PYP1) course first, then taking some time to practice the skills gained, before returning to take the Python Programming 2 course.

    Students should be able to build Python applications that exploit all fundamental elements of the language including variables and expressions, conditions and loops, functions, objects, and lists.

    This knowledge can be gained by attendance on the pre-requisite Python Programming 1 (PYP1) course.

    The Python Programming 2 course comprises sessions dealing with advanced object orientation, iterators and generators, comprehensions, decorators, multithreading, functional programming, web services, and unit testing. The delegate will learn how to exploit advanced features of the Python language to build complex and efficient applications. Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered.

    This course aims to provide the delegate with the knowledge to be able to interpret, write, and troubleshoot complex Python applications exploiting inheritance and polymorphism, mixins, composition and aggregation, iterators, generators, decorators, comprehension, concurrency, functional programming, and RESTful web services.

    The delegate will learn and acquire skills as follows:

    • Encapsulating classes
    • Exploiting polymorphism using inheritance and mixins
    • Associating objects via composition and aggregation
    • Working with static members
    • Using iterators as an alternative to for
    • Constructing custom iterators
    • Constructing functions that yield generators
    • Manipulating lists, sets, and dictionaries using comprehension
    • Exploiting aspect oriented programming using decorators
    • Writing multithreaded code
    • Sharing data between threads
    • Processing collections using lambdas
    • Building RESTful clients
    • Building RESTful APIs
    • Testing units of code

    Day 1

    Course Introduction

    • Administration and Course Materials
    • Course Structure and Agenda
    • Delegate and Trainer Introductions

    Session 1: ADVANCED OBJECT ORIENTATION

    • The self Keyword
    • Constructors and Destructors
    • Encapsulation
    • Inheritance
    • Polymorphism
    • Abstract Classes
    • Multiple Inheritance and Mixins
    • Composition and Aggregation
    • Static Members

    Session 2: ITERATORS & GENERATORS

    • Iterables
    • Iterators
    • Custom Iterators
    • Generators
    • Yield vs. Return

    Session 3: COMPREHENSIONS

    • List Comprehension
    • Set Comprehension
    • The zip Function
    • Dictionary Comprehension

    Day 2

    Session 4: FUNCTIONAL PROGRAMMING

    • Functional Programming
    • Lambdas
    • Immutability
    • Mapping
    • Filtering
    • Reducing

    Session 5: DECORATORS

    • Decorators
    • Decorator Functions
    • Decorator Annotations
    • Decorator Use Cases
    • Labs

    Session 6: MULTITHREADING

    • Threads
    • Multithreading
    • Thread Construction
    • Thread Execution
    • Thread Sleep
    • Joins
    • Data Sharing
    • Synchronisation
    • Multithreading vs. Multiprocessing

    Day 3

    Session 7: WEB SERVICES

    • RESTful Web Services
    • JSON Data
    • CRUD and HTTP
    • RESTful Clients
    • RESTful APIs

    Session 8: UNIT TESTING

    • Unit Testing Terminology
    • Test Classes
    • Test Fixtures
    • Test Cases
    • Assertions
    • Test Runners

    The Python Programming 2 course is designed for existing Python developers who have a good grounding in the basics and want to exploit some of the advanced features of the language.

    For the delegate for whom Python is their first programming language, we recommend taking the Python Programming 1 (PYP1) course first, then taking some time to practice the skills gained, before returning to take the Python Programming 2 course.

    Students should be able to build Python applications that exploit all fundamental elements of the language including variables and expressions, conditions and loops, functions, objects, and lists.

    This knowledge can be gained by attendance on the pre-requisite Python Programming 1 (PYP1) course.

      Termine
      Datum auf Anfrage

    Follow Up Courses

    Filter
    • 3 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 1 Tag
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 4 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 4 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 1 Tag
      Datum auf Anfrage
      Price on Request
      Book Now
    • 1 Tag
      Datum auf Anfrage
      Price on Request
      Book Now
    • 2 Tage
      Datum auf Anfrage
      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.