Course Outline
Day 1 — Robust Python Foundations & Tooling
Modern Python Features and Typing
- Foundations of typing, generics, Protocols, and TypeGuard
- Overview of dataclasses, frozen dataclasses, and attrs
- Pattern matching (PEP 634+) and idiomatic application
Code Quality and Tooling
- Utilizing code formatters and linters: black, isort, flake8, ruff
- Implementing static type checking with MyPy and pyright
- Setting up pre-commit hooks and establishing developer workflows
Project Management and Packaging
- Managing dependencies with Poetry and virtual environments
- Best practices for package layout, entry points, and versioning
- Building and publishing packages to PyPI and private registries
Day 2 — Design Patterns & Architectural Practices
Design Patterns in Python
- Creational patterns: Factory, Builder, Singleton (Pythonic implementations)
- Structural patterns: Adapter, Facade, Decorator, Proxy
- Behavioral patterns: Strategy, Observer, Command
Architectural Principles
- Applying SOLID principles to Python codebases
- Hexagonal/Clean Architecture and boundary definition
- Dependency injection patterns and configuration management
Modularity and Reuse
- Distinguishing between library design and application code
- Designing APIs, stable interfaces, and semantic versioning
- Managing configuration, secrets, and environment-specific settings
Day 3 — Concurrency, Async IO, and Performance
Concurrency and Parallelism
- Threading fundamentals and the implications of the GIL
- Using multiprocessing and process pools for CPU-bound tasks
- Determining when to use concurrent.futures versus multiprocessing
Async Programming with asyncio
- Async/await patterns, event loops, and cancellation mechanisms
- Designing async libraries and ensuring interoperability with sync code
- Handling IO-bound patterns, backpressure, and rate limiting
Profiling and Optimization
- Utilizing profiling tools: cProfile, pyinstrument, perf, memory_profiler
- Optimizing hot paths and leveraging C-extensions/Numba where suitable
- Measuring latency, throughput, and resource utilization
Day 4 — Testing, CI/CD, Observability, and Deployment
Testing Strategies and Automation
- Unit testing and fixtures with pytest; organizing tests effectively
- Property-based testing with Hypothesis and contract testing
- Mocking, monkeypatching, and testing asynchronous code
CI/CD, Release, and Monitoring
- Integrating tests and quality gates into GitHub Actions/GitLab CI
- Building reproducible containers with Docker and multi-stage builds
- Enhancing application observability via structured logging, Prometheus metrics, and tracing
Security, Hardening, and Best Practices
- Dependency auditing, SBOM basics, and vulnerability scanning
- Secure coding practices for input validation and secrets management
- Runtime hardening: resource limits, user rights, and container security
Capstone Project & Review
- Team lab: Design and implement a small service utilizing course patterns
- Implementing testing, type-checking, packaging, and CI pipelines for the project
- Final review, code critique, and formulation of an actionable improvement plan
Summary and Next Steps
Requirements
- Proficient intermediate-level Python programming experience
- Working knowledge of object-oriented programming and fundamental testing concepts
- Experience utilizing the command line and Git
Target Audience
- Senior Python developers
- Software engineers overseeing Python code quality and architecture
- Technical leads and MLOps/DevOps engineers working with Python codebases
Custom Corporate Training
Training solutions designed exclusively for businesses.
- Customized Content: We adapt the syllabus and practical exercises to the real goals and needs of your project.
- Flexible Schedule: Dates and times adapted to your team's agenda.
- Format: Online (live), In-company (at your offices), or Hybrid.
Price per private group, online live training, starting from 5200 € + VAT*
Contact us for an exact quote and to hear our latest promotions
Testimonials (2)
everything was perfect
Florin Vrincianu
Course - Python Programming Fundamentals
Hands-on exercises related to content really helps to understand more about each topic. Also, style of start class with lecture and continue with hands-on exercise is good and helpful to relate with the lecture that presented earlier.