Public Sector

We've had the pleasure of working with UK and overseas central and local government departments, including Healthcare (NHS and Foundation Trusts), Defence, Education (Universities and colleges), many of the main Civil Service departments, Emergency Services; also public-owned corporations including the BBC, Bank of England, Ordnance Survey, and regulatory bodies such as Ofgem.

We are registered on Crown Commercial Service’s (CCS) Dynamic Purchasing System (RM6219 Training and Learning) and also with numerous tender portals such as Ariba, Coupa and Delta E-Sourcing.

Read more...

Graduate Training Schemes

Framework Training has a strong track record of providing a solid introduction into the working world for technical graduates across myriad industries. We provide the opportunity to learn and gain valuable hands-on experience in a supportive, friendly and sociable training environment.

Attract & retain the brightest new starters

We know it is vital for our clients to invest in the future of their talented grads; not only to provide them with high-quality, professional training essential for their roles, but to embed them within the organisation’s culture and guide them on the right path to a successful career.

After all, your new hires could well be the next leaders and their creative ideas and unique insights are invaluable to your business.

Read more ...

Learning & Development

Our unique portfolio of high-quality technical courses and training programmes are industry-respected. They’re carefully designed so that delegates can seamlessly apply what they’ve learnt back in the workplace. Our team of domain experts, trainers, and support teams know our field — and all things tech — inside out, and we work hard to keep ourselves up to speed with the latest innovations. 

We’re proud to develop and deliver innovative learning solutions that actually work and make a tangible difference to your people and your business, driving through positive lasting change. Our training courses and programmes are human-centred. Everything we do is underpinned by our commitment to continuous improvement and learning and generally making things much better.

Read more...

Corporate & Volume Pricing

Whether you are looking to book multiple places on public scheduled courses (attended remotely or in our training centres in London) or planning private courses for a team within your organisation, we will be happy to discuss preferential pricing which maximise your staff education budget.

Enquire today about:

  • Training programme pricing models  

  • Multi-course voucher schemes

Read more...

Custom Learning Paths

We understand that your team training needs don't always fit into a "one size fits all" mould, and we're very happy to explore ways in which we can tailor a bespoke learning path to fit your learning needs.

Find out about how we can customise everything from short overviews, intensive workshops, and wider training programmes that give you coverage of the most relevant topics based on what your staff need to excel in their roles.

Read more...

Hands-On Professional Python Programming Level 1

Get ready to qualify as a professional Python programmer with our comprehensive PCPP1™ preparation course.

About the course

Ready to transition from basic Python to professional proficiency? Our "Hands-On Professional Python Programming Level 1" course provides the practical skills and in-depth knowledge you need to excel in a professional Python development setting. Aligned with the PCPP1™ certification syllabus, this workshop combines expert instruction with extensive hands-on exercises using real-world APIs and tools.

You'll master advanced class concepts, functional programming techniques, clean coding practices, build RESTful services with Flask, work with databases and files, and gain insights into logging and even GUI development.

Information on registering for the PCPP1 exam can be found on the Python Institute website.

Instructor-led online and in-house face-to-face options are available - as part of a wider customised training programme, or as a standalone workshop, on-site at your offices or at one of many flexible meeting spaces in the UK and around the World.

* © Copyright Open Education and Development Group

    • Apply advanced object-oriented programming (OOP) concepts in Python, including inheritance, polymorphism, and operator overloading.
    • Implement functional programming paradigms in Python, leveraging higher-order functions and closures.
    • Write clean, maintainable, and Pythonic code following established best practices and conventions.
    • Develop and utilize custom decorators to extend the functionality of Python functions and classes.
    • Build basic network applications using sockets and the socketserver module.
    • Implement effective logging in Python applications using the logging library for debugging and monitoring.
    • Create and consume basic RESTful web services using the Flask framework.
    • Develop simple graphical user interfaces (GUIs) using the Tkinter library.
    • Process and manipulate data from various file formats, including CSV and Excel.
    • Access and interact with the Python runtime environment and standard library modules for common tasks.
    • Demonstrate a strong understanding of the topics covered in the PCPP1 certification syllabus.
  • This comprehensive Python training is ideal for Python developers looking to elevate their skills beyond the basics and adopt professional development practices.

    It's also highly beneficial for individuals aiming to achieve the PCPP1 – Certified Professional in Python Programming 1 qualification, as the curriculum is specifically aligned with the certification syllabus.

    This course is perfect for those who want to write more robust, maintainable, and efficient Python code and gain a deeper understanding of advanced language features and practical application in real-world scenarios.

  • To make the most of this Level 1 Professional Python Programming course, you should have attended our Intro to Python training course or have already familiarity with:

    • Basic Python syntax and data types (integers, floats, strings, booleans).

    • Core language constructs (conditional statements, loops, functions).

    • Fundamental data structures (lists, tuples, dictionaries, sets).

    • Working with modules and packages.

    • Basic concepts of object-oriented programming (OOP), including classes and objects.

    If you are unsure whether your current Python knowledge is sufficient, or if you'd like to discuss integrating this course into a broader training program or graduate scheme, please do not hesitate to get in touch.

  • This Professional Python course is available for private / custom delivery for your team - as an in-house face-to-face workshop at your location of choice, or as online instructor-led training via MS Teams (or your own preferred platform).

    Get in touch to find out how we can deliver tailored training which focuses on your project requirements and learning goals.

  • Advanced Classes

    • classes, instances, attributes, methods; class and instance data;

    • operator overloading

    • shallow and deep operations;

    • inheritance and polymorphism,

    • serialization,

    • composition versus inheritance,

    • static and class methods

    Python properties

    • Python Attributes

    • Setter and getter style methods

    • Public Interface to Properties

    • Decorators

    • Python Properties

    Functional Programming in Python

    • What is Functional programming?

    • Advantages of FP

    • Disadvantages of FP

    • Functions in Python

    • Higher Order Functions

    • Functions Returning Functions

    • Built-in Higher Order Functions & Reduce

    • Curried Functions

    • Accessing global variables and the global keyword

    • The nonlocal keyword

    Clean Coding Practices

    • General principles

    • Class Design

    • Python Conventions

    • Interface Design

    Custom Decorators

    • What are Decorators?

    • Defining a Decorator

    • Using a Decorator

    • Functions with parameters

    • Stacked Decorators

    • Parameterised Decorators

    • Method Decorators

    • Class Decorators

    • Implementing the Singleton pattern using a Decorator

    • When is a Decorator Executed?

    • Built-in Decorators

    • FuncTools Wrapper

    Sockets and the socketserver module

    • Socket to Socket Communication

    • The Client Server Architecture

    • Server Application

    • Client Application

    • The Client Server Interaction

    • The socketserver module

    Pythons Logging library

    • Logging module

    • The Logger

    • Log Levels

    • Setting the Log level

    • Turning off logging

    • Module level loggers

    • Logger Hierarchy

    • Handlers

    • Formatters & Formatting options

    • Filters

    • Logger Configuration Files

    • Configparser

    RESTFul Services and Flask

    • RESTFul Operations

    • Motivation for REST

    • REST Principles

    • The Basic Concept / The Rest Design Pattern

    • The Web is a RESTFul system

    • REST – Not a Standard

    • Claimed Benefits of RESTFul Services

    • Python RESTFul Frameworks

    • Implementing Flask RESTFul Services

    • Getting Started with the Service

    • Providing Routing Information

    • Running the Service

    • Invoking the Service

    • Book Service

    GUI Programming

    • Introduction to Tkinter

    • Tkinter widgets

    • Tkinter events

    • Tkinter toolkits

    File processing

    • Working with CSV files

    • Working with Excel files

    Access the runtime environment

    • for os, datetime, io and time

    All labs / tutorials are interactive. All examples presented in lectures are available to be run from the associated Git Hub repo.

    Real world APIs used in this course pytest, pytest-mock, csv, fileinput, openpyxl.

    • The Python Standard Library Documentation - The official documentation for Python's extensive standard library, covering many of the modules used in the course (e.g., logging, socketserver, os, datetime, csv, openpyxl, tkinter).

    • Flask Documentation - The official documentation for the Flask microframework, essential for the RESTful services module.

    • pytest Documentation - The official documentation for the pytest testing framework, which is mentioned as a real-world API used in the course.

    • PEP 8 -- Style Guide for Python Code - The official style guide for Python code, for further exploration of the "Clean Coding Practices" module.

    • The Python Institute - The official website of the Python Institute, where learners can find more information about the PCPP1 certification and register for the exam.

Trusted by

Crown Commercial Service Supplier (CCS) logo OVO Energy company logo CAPITA company logo

Public Courses Dates and Rates

Please get in touch for pricing and availability.

Related courses