Enterprise Python [GK821513]
placeEindhoven (Evoluon Noord Brabantlaan 1) 15 Jun 2026 until 18 Jun 2026view details event 15 June, 2026, 09:00-16:30, Eindhoven (Evoluon Noord Brabantlaan 1), NL247543.1 event 16 June, 2026, 09:00-16:30, Eindhoven (Evoluon Noord Brabantlaan 1), NL247543.2 event 17 June, 2026, 09:00-16:30, Eindhoven (Evoluon Noord Brabantlaan 1), NL247543.3 event 18 June, 2026, 09:00-16:30, Eindhoven (Evoluon Noord Brabantlaan 1), NL247543.4 |
computer Online: VIRTUAL TRAINING CENTRE 15 Jun 2026 until 18 Jun 2026view details event 15 June, 2026, 09:00-16:30, VIRTUAL TRAINING CENTRE, NL247543V.1 event 16 June, 2026, 09:00-16:30, VIRTUAL TRAINING CENTRE, NL247543V.2 event 17 June, 2026, 09:00-16:30, VIRTUAL TRAINING CENTRE, NL247543V.3 event 18 June, 2026, 09:00-16:30, VIRTUAL TRAINING CENTRE, NL247543V.4 |
computer Online: VIRTUAL TRAINING CENTER 27 Jul 2026 until 30 Jul 2026view details event 27 July, 2026, 09:00-16:30, VIRTUAL TRAINING CENTER, NL248695.1 event 28 July, 2026, 09:00-16:30, VIRTUAL TRAINING CENTER, NL248695.2 event 29 July, 2026, 09:00-16:30, VIRTUAL TRAINING CENTER, NL248695.3 event 30 July, 2026, 09:00-16:30, VIRTUAL TRAINING CENTER, NL248695.4 |
computer Online: VIRTUAL TRAINING CENTER 1 Sep 2026 until 4 Sep 2026view details event 01 September, 2026, 10:00-18:00, VIRTUAL TRAINING CENTER, NL247541.1 event 02 September, 2026, 10:00-18:00, VIRTUAL TRAINING CENTER, NL247541.2 event 03 September, 2026, 10:00-18:00, VIRTUAL TRAINING CENTER, NL247541.3 event 04 September, 2026, 10:00-18:00, VIRTUAL TRAINING CENTER, NL247541.4 |
placeGroningen/Paterswolde (Groningerweg 19) 12 Oct 2026 until 15 Oct 2026view details event 12 October, 2026, 09:00-16:30, Groningen/Paterswolde (Groningerweg 19), NL247544.1 event 13 October, 2026, 09:00-16:30, Groningen/Paterswolde (Groningerweg 19), NL247544.2 event 14 October, 2026, 09:00-16:30, Groningen/Paterswolde (Groningerweg 19), NL247544.3 event 15 October, 2026, 09:00-16:30, Groningen/Paterswolde (Groningerweg 19), NL247544.4 |
computer Online: VIRTUAL TRAINING CENTRE 12 Oct 2026 until 15 Oct 2026view details event 12 October, 2026, 09:00-16:30, VIRTUAL TRAINING CENTRE, NL247544V.1 event 13 October, 2026, 09:00-16:30, VIRTUAL TRAINING CENTRE, NL247544V.2 event 14 October, 2026, 09:00-16:30, VIRTUAL TRAINING CENTRE, NL247544V.3 event 15 October, 2026, 09:00-16:30, VIRTUAL TRAINING CENTRE, NL247544V.4 |
computer Online: VIRTUAL TRAINING CENTER 2 Nov 2026 until 5 Nov 2026view details event 02 November, 2026, 09:00-16:30, VIRTUAL TRAINING CENTER, NL248696.1 event 03 November, 2026, 09:00-16:30, VIRTUAL TRAINING CENTER, NL248696.2 event 04 November, 2026, 09:00-16:30, VIRTUAL TRAINING CENTER, NL248696.3 event 05 November, 2026, 09:00-16:30, VIRTUAL TRAINING CENTER, NL248696.4 |
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
Exclusive - Explore advanced Python topics and skills with a particular focus on utilization of Python for enterprise development.
This comprehensive course explores advanced Python topics and skills with a particular focus on utilization of Python for enterprise development. You’ll learn how to leverage OS services, code graphical application interfaces, interact with network series, query databases, and process XML and other data types. As part of a deep dive into the programming language, you’ll gain an understanding of some of Python's lesser known but incredibly powerful functions such as meta-programming, decorators, context managers, generators, iterators, and descriptors. At…
There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.
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
Exclusive - Explore advanced Python topics and skills with a particular focus on utilization of Python for enterprise development.
This comprehensive course explores advanced Python topics and skills with a particular focus on utilization of Python for enterprise development. You’ll learn how to leverage OS services, code graphical application interfaces, interact with network series, query databases, and process XML and other data types. As part of a deep dive into the programming language, you’ll gain an understanding of some of Python's lesser known but incredibly powerful functions such as meta-programming, decorators, context managers, generators, iterators, and descriptors. At the end of the course, you will be able to use Python to complete advanced tasks and write secure and scalable enterprise-grade code.
OBJECTIVES
- Common practices for writing scalable and legible Python code
- Effective data processing practices and features like generators and decorators to improve complex computations on large datasets
- Pythonic design patterns for secure, large-scale applications.
- Enhancements to classes
- Advanced Python metaprogramming concepts
- Leveraging OS services
- Interacting with network services
- Coding graphical interfaces for applications
- Designing professional scripts
- Querying databases
- Processing XML, CSV, and JSON data
AUDIENCE
IS THIS THE RIGHT COURSE?
Students should have experience writing Python scripts, as well as a user-level knowledge of Unix/Linux, Mac, or Windows.
WHO SHOULD ATTEND?
This in an intermediate and beyond level course designed for students who have experience writing Python scripts and who want to master design and architecture best practices and write enterprise-grade code.
CONTENT
Day 1: Pythonic Python
1- Pythonic Programming
- The Zen of Python
- Comments, docstrings, annotations
- String Handling
- List and Array optimization
- Tuple tricks
- Control structures in Python – effective use of Lambda functions, List comprehensions
- Creating efficient dictionaries
- Advanced unpacking
- Essential conventions for Pythonic classes
- Clean Python code patterns
- Code quality enforcement tools – Style and Logic guides
- Pythonic class conventions
- Effective handling of import
- Handling Decorators – Classes, Functions, accepting arguments, Multi decorators, singleton
- Decorators and the DRY principle
- Context Manager
- Iterators
- Generators for performance improvement
- Coroutines – yield from, async def, await
- Descriptors – types, chains, accessing attributes, benefits
Day 2: Python System Scripting
1- OS Services
- The os and os.path modules
- Environment variables
- Launching external commands with subprocess
- Walking directory trees
- Paths, directories, and filenames
- Working with file systems
2- Network Programming
- Built-in classes
- Using requests
- Grabbing web pages
- Sending email
- Working with binary data
- Remote access (SSH)
- Using FTP
3- Scripting for System Administration
- Running external programs
- Parsing arguments
- Creating filters to read text files
- Logging
Day 3: Python Data Processing
1- Serializing data – XML and JSON
- Working with XML
- XML modules in Python
- Getting started with ElementTree
- Parsing XML
- Updating an XML tree
- Creating a new document
- About JSON
- Reading JSON
- Writing JSON
- Translating JSON to Pythonic data
- Validating JSON data
- Reading/writing CSV files
- YAML, other formats as time permits
- Time Permitting Sessions
2- Database access
- The DB API
- Available Interfaces
- Connecting to a server
- Creating and executing a cursor
- Fetching data
- Parameterized statements
- Using Metadata
- Transaction control
- ORMs and NoSQL overview
Day 4: Beyond Python
1- Pythonic Architecture
- Python Design Patterns
- Architecture of Python applications
- Event driven programming architecture
- Microservices architecture
- Scaling Python applications
- Differentiate the features of event-based, microservice, and API architectures.
- Application security guidelines
2- PyQt
- Overview
- Qt Architecture
- Using designer
- Standard widgets
- Event handling
- Creating a simple application
3- Type hinting
- Annotate variables
- Learn what type hinting does NOT do
- Use the typing module for detailed type hints
- Understand union and optional types
- Write stub interfaces
4- Writing real-life applications
- Reading input files in Unix
- Parsing command-line options
- Detecting the current platform
- Implementing logging
- Creating a calculator application in PyQt
- Perform CRUD operations by connecting to DB
There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.

