You need to sign in or sign up before continuing.

Advanced Python [GK821512]

Total time
Location
At location, Online
Starting date and place

Advanced Python [GK821512]

Global Knowledge Network Netherlands B.V.
Logo Global Knowledge Network Netherlands B.V.
Provider rating: starstarstarstar_halfstar_border 7.5 Global Knowledge Network Netherlands B.V. has an average rating of 7.5 (out of 190 reviews)

Tip: need more info about the programme, starting date or price? Request information for free!

Starting dates and places
computer Online: VIRTUAL TRAINING CENTER
27 Jul 2026 until 31 Jul 2026
view details
event 27 July, 2026, 10:00-18:00, VIRTUAL TRAINING CENTER, NL247536.1
event 28 July, 2026, 10:00-18:00, VIRTUAL TRAINING CENTER, NL247536.2
event 29 July, 2026, 10:00-18:00, VIRTUAL TRAINING CENTER, NL247536.3
event 30 July, 2026, 10:00-18:00, VIRTUAL TRAINING CENTER, NL247536.4
event 31 July, 2026, 10:00-18:00, VIRTUAL TRAINING CENTER, NL247536.5
computer Online: VIRTUAL TRAINING CENTER
24 Aug 2026 until 28 Aug 2026
view details
event 24 August, 2026, 09:00-17:00, VIRTUAL TRAINING CENTER, NL248693.1
event 25 August, 2026, 09:00-17:00, VIRTUAL TRAINING CENTER, NL248693.2
event 26 August, 2026, 09:00-17:00, VIRTUAL TRAINING CENTER, NL248693.3
event 27 August, 2026, 09:00-17:00, VIRTUAL TRAINING CENTER, NL248693.4
event 28 August, 2026, 09:00-17:00, VIRTUAL TRAINING CENTER, NL248693.5
placeGroningen/Paterswolde (Groningerweg 19)
28 Sep 2026 until 2 Oct 2026
view details
event 28 September, 2026, 09:00-17:00, Groningen/Paterswolde (Groningerweg 19), NL247538.1
event 29 September, 2026, 09:00-17:00, Groningen/Paterswolde (Groningerweg 19), NL247538.2
event 30 September, 2026, 09:00-17:00, Groningen/Paterswolde (Groningerweg 19), NL247538.3
event 01 October, 2026, 09:00-17:00, Groningen/Paterswolde (Groningerweg 19), NL247538.4
event 02 October, 2026, 09:00-17:00, Groningen/Paterswolde (Groningerweg 19), NL247538.5
computer Online: VIRTUAL TRAINING CENTRE
28 Sep 2026 until 2 Oct 2026
view details
event 28 September, 2026, 09:00-17:00, VIRTUAL TRAINING CENTRE, NL247538V.1
event 29 September, 2026, 09:00-17:00, VIRTUAL TRAINING CENTRE, NL247538V.2
event 30 September, 2026, 09:00-17:00, VIRTUAL TRAINING CENTRE, NL247538V.3
event 01 October, 2026, 09:00-17:00, VIRTUAL TRAINING CENTRE, NL247538V.4
event 02 October, 2026, 09:00-17:00, VIRTUAL TRAINING CENTRE, NL247538V.5
Description

Ontdek de verschillende trainingsmogelijkheden bij Global Knowledge

Online of op locatie er is altijd een vorm die bij je past.

Kies op welke manier jij of je team graag een training wilt volgen. Global Knowledge bied je verschillende trainingsmogelijkheden. Je kunt kiezen uit o.a. klassikaal, Virtueel Klassikaal (online), e-Learning en maatwerk. Met onze Blended oplossing kun je de verschillende trainingsvormen combineren.

OVERVIEW

This course will help you gain an understanding of Python's capabilities beyond basic syntax with a focus on widely accepted Pythonic constructs and procedures that will enable you to write reliable, optimized, and modular applications. This very hands-on course includes a deep dive into Pythonic data structures, exception handling, meta programming, regular expression, advanced file-handling, asynchronous programming, and more. At the completion of the course, you will also gain an understanding of unit testing in Python with lab-based practices designed to help you create and run unit test cases.

OBJECTIVES

This course has 50% hands-on labs to 50% lecture ratio with engaging instr…

Read the complete description

Frequently asked questions

There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.

Didn't find what you were looking for? See also: Python, PHP, Programmeren (algemeen), Perl Scripting, and Big Data.

Ontdek de verschillende trainingsmogelijkheden bij Global Knowledge

Online of op locatie er is altijd een vorm die bij je past.

Kies op welke manier jij of je team graag een training wilt volgen. Global Knowledge bied je verschillende trainingsmogelijkheden. Je kunt kiezen uit o.a. klassikaal, Virtueel Klassikaal (online), e-Learning en maatwerk. Met onze Blended oplossing kun je de verschillende trainingsvormen combineren.

OVERVIEW

This course will help you gain an understanding of Python's capabilities beyond basic syntax with a focus on widely accepted Pythonic constructs and procedures that will enable you to write reliable, optimized, and modular applications. This very hands-on course includes a deep dive into Pythonic data structures, exception handling, meta programming, regular expression, advanced file-handling, asynchronous programming, and more. At the completion of the course, you will also gain an understanding of unit testing in Python with lab-based practices designed to help you create and run unit test cases.

OBJECTIVES

This course has 50% hands-on labs to 50% lecture ratio with engaging instruction, demos, group discussions, labs, and project work in which you’ll learn:

  • Enhancements to classes
  • Advanced Python metaprogramming concepts
  • Writing robust code using exception handling
  • Working with different data structures supported in Python
  • Search and replace text with regular expressions
  • Easy-to-use and easy-to-maintain modules and packages
  • Creating multithreaded and multi-process applications
  • Implementing and execute unit tests

AUDIENCE

This course is designed for students with Python programming literacy who want to learn about advanced Python features and how to automate and simplify tasks.

CONTENT

Day 1

Python refresher

  • Built-in data types
  • Lists and tuples
  • Dictionaries and sets
  • Program structure
  • Files and console I/O
  • If statement
  • for and while loops

Data Structures and Algorithms

  • Linked list
  • Stack
  • Queue
  • Trees
  • Graphs
  • Sorting algorithms

Day 2

Errors and Exception Handling

  • Syntax errors
  • Exceptions
  • Using try/catch/else/finally
  • Handling multiple exceptions
  • Ignoring exceptions

Implementing Regular Expressions

  • RE Objects
  • Searching and matching
  • Using Regular Expression to search data sets
  • Searching for data in Wireshark Traces (Python and *.pcaps)
  • Compilation flags
  • Groups and special groups
  • Replacing text
  • Splitting strings

Advanced Functional Features of Python

  • Advanced unpacking
  • List Comprehension
  • Anonymous functions
  • Lambda expressions
  • Generator Expression
  • Decorator
  • Closure
  • Single/multi dispatch
  • Relative imports
  • Using __init__ effectively
  • Documentation best practices

Day 3

Metaprogramming

  • OOP conventions
  • Class/static data and methods
  • Parse information to create classes using a dictionary
  • Super() method
  • Metaclasses
  • Abstract base classes
  • Implementing protocols (context, iterator, etc.) with special methods
  • Implicit properties
  • Globals() and locals()
  • Working with object attributes
  • The inspect module
  • Callable classes
  • Monkey patching

Advanced file handling

  • Paths, directories, and filenames
  • Checking for existence
  • Permissions and other file attributes
  • Walking directory trees
  • Creating filters with fileinput
  • Using shutil for file operations

Day 4

Advanced Data Structure features in Python

  • Use defaultdict, Counter, and namedtuple
  • Create data classes
  • Store data offline with pickle
  • Pretty printing data structures
  • Compressed archives (zip, gzip, tar, etc.)
  • Persistent data

Multiprogramming

  • Concurrent programming
  • Multithreading
  • The threading module
  • Sharing variables
  • The queue module
  • The multiprocessing module
  • Creating pools
  • Coroutines
  • About async programming

Python Design Patterns

  • Need for design patterns and types
  • Creational
  • Structural
  • Behavioral
  • Best coding practices

Day 5

Developer Tools

  • Analyzing programs with pylint
  • Using the debugger
  • Profiling code
  • Testing speed with benchmarking

Unit testing with PyTest

  • What is a unit test
  • Testing with Unit-test framework
  • Testing with PyTest
  • Testing with doctest
  • Writing tests
  • Working with fixtures
  • Test runners
  • Mocking resources

Writing real-life applications

  • Build the classic minesweeper game in the command line
  • Build a program that can go into any folder on your computer and rename all of the files based on the conditions set in your Python code
  • Implement the binary search algorithm
  • Build a random password generator
  • Build a countdown timer using the time Python module.
Stay up-to-date on new reviews
There are no reviews yet.
  • Request information about this course. From then on, you will also receive a notification when someone submits a review. That's a helpful way to remind yourself to keep learning!
  • View related products with reviews: Python.
Share your review
Do you have experience with this course? Submit your review and help other people make the right choice. As a thank you for your effort we will donate € 1,- to Stichting Edukans.

There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.