Enterprise Python [GK821513]

Tijdsduur
Locatie
Op locatie, Online
Startdatum en plaats

Enterprise Python [GK821513]

Global Knowledge Belgium BV
Logo van Global Knowledge Belgium BV
Opleiderscore: starstarstar_halfstar_borderstar_border 4,5 Global Knowledge Belgium BV heeft een gemiddelde beoordeling van 4,5 (uit 2 ervaringen)

Tip: meer info over het programma, prijs, en inschrijven? Download de brochure!

Startdata en plaatsen
computer Online: VIRTUAL TRAINING CENTER
16 feb. 2026 tot 19 feb. 2026
place1-Mechelen (Battelsesteenweg 455-B)
23 mar. 2026 tot 26 mar. 2026
computer Online: VIRTUAL TRAINING CENTRE
23 mar. 2026 tot 26 mar. 2026
computer Online: VIRTUAL TRAINING CENTER
7 apr. 2026 tot 10 apr. 2026
computer Online: VIRTUAL TRAINING CENTER
26 mei. 2026 tot 29 mei. 2026
computer Online: VIRTUAL TRAINING CENTER
15 jun. 2026 tot 18 jun. 2026
place1-Mechelen (Battelsesteenweg 455-B)
27 jul. 2026 tot 30 jul. 2026
computer Online: VIRTUAL TRAINING CENTRE
27 jul. 2026 tot 30 jul. 2026
computer Online: VIRTUAL TRAINING CENTER
24 aug. 2026 tot 27 aug. 2026
computer Online: VIRTUAL TRAINING CENTER
1 sep. 2026 tot 4 sep. 2026
computer Online: VIRTUAL TRAINING CENTER
12 okt. 2026 tot 15 okt. 2026
place1-Mechelen (Battelsesteenweg 455-B)
2 nov. 2026 tot 5 nov. 2026
computer Online: VIRTUAL TRAINING CENTRE
2 nov. 2026 tot 5 nov. 2026
computer Online: VIRTUAL TRAINING CENTER
21 dec. 2026 tot 24 dec. 2026
Beschrijving

Vrijwel iedere training die op een onze locaties worden getoond zijn ook te volgen vanaf huis via Virtual Classroom training. Dit kunt u bij uw inschrijving erbij vermelden dat u hiervoor kiest.

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…

Lees de volledige beschrijving

Veelgestelde vragen

Er zijn nog geen veelgestelde vragen over dit product. Als je een vraag hebt, neem dan contact op met onze klantenservice.

Nog niet gevonden wat je zocht? Bekijk deze onderwerpen: Python, PHP, Programmeren (algemeen), Perl Scripting en Big Data.

Vrijwel iedere training die op een onze locaties worden getoond zijn ook te volgen vanaf huis via Virtual Classroom training. Dit kunt u bij uw inschrijving erbij vermelden dat u hiervoor kiest.

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
Blijf op de hoogte van nieuwe ervaringen
Er zijn nog geen ervaringen.
  • Vraag informatie aan over deze cursus. Je ontvangt vanaf dan ook een seintje wanneer iemand een ervaring deelt. Handige manier om jezelf eraan te herinneren dat je wilt blijven leren!
  • Bekijk gerelateerde producten mét ervaringen: Python.
Deel je ervaring
Heb je ervaring met deze cursus? Deel je ervaring en help anderen kiezen. Als dank voor de moeite doneert Springest € 1,- aan Stichting Edukans.

Er zijn nog geen veelgestelde vragen over dit product. Als je een vraag hebt, neem dan contact op met onze klantenservice.

Download gratis en vrijblijvend de informatiebrochure

(optioneel)
(optioneel)
(optioneel)
(optioneel)
(optioneel)
(optioneel)
(optioneel)

Heb je nog vragen?

(optioneel)
We slaan je gegevens op om je via e-mail en evt. telefoon verder te helpen.
Meer info vind je in ons privacybeleid.