Search icon

Learn more programming in Python. Our experts will show you how to take your Python skills to the next level.

4 day course     10am - 5pm     Live Online or Classroom-based

What you will learn

  • Exploring more advanced Python data structures, enabling you to manipulate complex datasets with greater efficiency and confidence
  • How to use functions and modules, empowering you to write reusable, maintainable code that streamlines your workflow.
  • Understanding error handling and debugging, helping you quickly resolve issues and deliver more robust, reliable projects.
  • How to work with files and data input/output, enabling seamless integration with real-world data sources and formats.
  • Mastering list comprehensions and lambda functions, helping you write concise, expressive code that saves time and reduces errors.
  • How to use Python for automation, empowering you to automate repetitive tasks and boost productivity in your daily work.
  • Understanding object-oriented programming principles, enabling you to design scalable, flexible applications for diverse professional needs.
  • How to apply intermediate Python skills, helping you deliver more innovative, efficient solutions and excel in your professional role.

Related Courses

  • Python Advanced

    Overall very good. Trainer engaging and very knowledgeable; willing to go off-script with code reviews and custom examples.

    Houses of Parliament
    December 2025
  • I just wanted to say a huge thank you for my training last week. I thought the course was brilliant. My trainer was excellent and tailored the course perfectly to my needs, as well as making it fun!

    The White Company
    October 2025
  • A huge thank you to the whole team at Transmedia - everyone we dealt with was extremely helpful and highly responsive with any queries we had. We felt like we were in safe hands from start to finish.

    Cambridge University Press
    November 2025
  • Great service! The explanations were very helpful going forward. The trainer also helped us with understanding very advanced Figma files that we would need to be working with in the future.

    Bauer Media
    December 2025
  • Excellent course, really helped with my understanding of After Effects. Friendly trainers and great location.

    Rural Payment Agency (RPA)
    October 2025
  • Awesome training! Our trainer was a really great facilitator. Also very much looking forward to going through the available further learning resources and being able to contact Transmedia when needed!

    Cancer Research
    November 2025
  • Great 2 days, very easy to understand and loads of knowledge!!

    Eduardo A
    October 2025
  • Thanks for all your assistance, the classes have been an invaluable source of knowledge.

    Qinetiq
    October 2025
  • Great course, very informative. As a seasoned designer, I found some parts quite easy to get through, but the skills I did pick up and the support of the team will be invaluable to me going forward.

    Amplify
    October 2025
  • Very good course and very well presented.

    DX Network Services Ltd
    December 2025
  • Everything went great! Nick was really helpful and answered all my questions.

    Kath S
    October 2025
  • My trainer was really helpful on the Captivate training and showed plenty of options to look at and use throughout my work.

    Greenwich Leisure Ltd
    August 2025
  • Thank you so much for yesterday. Fin and I found the course extremely useful and engaging.

    Stepping Stone Media
    November 2025
  • My Figma course was great, definitely feel more confident and can even create great prototypes in it with no issues. Would recommend to anyone struggling to understand how Figma works!

    Wise
    December 2025
  • The course was an excellent experience and will further my career opportunities.

    Adjective Graphic Design
    December 2025
  • Python Advanced

    Overall very good. Trainer engaging and very knowledgeable; willing to go off-script with code reviews and custom examples.

    Houses of Parliament
    December 2025
  • I just wanted to say a huge thank you for my training last week. I thought the course was brilliant. My trainer was excellent and tailored the course perfectly to my needs, as well as making it fun!

    The White Company
    October 2025
  • A huge thank you to the whole team at Transmedia - everyone we dealt with was extremely helpful and highly responsive with any queries we had. We felt like we were in safe hands from start to finish.

    Cambridge University Press
    November 2025
  • Great service! The explanations were very helpful going forward. The trainer also helped us with understanding very advanced Figma files that we would need to be working with in the future.

    Bauer Media
    December 2025
  • Excellent course, really helped with my understanding of After Effects. Friendly trainers and great location.

    Rural Payment Agency (RPA)
    October 2025
  • Awesome training! Our trainer was a really great facilitator. Also very much looking forward to going through the available further learning resources and being able to contact Transmedia when needed!

    Cancer Research
    November 2025
  • Great 2 days, very easy to understand and loads of knowledge!!

    Eduardo A
    October 2025
  • Thanks for all your assistance, the classes have been an invaluable source of knowledge.

    Qinetiq
    October 2025
  • Great course, very informative. As a seasoned designer, I found some parts quite easy to get through, but the skills I did pick up and the support of the team will be invaluable to me going forward.

    Amplify
    October 2025
  • Very good course and very well presented.

    DX Network Services Ltd
    December 2025
  • Everything went great! Nick was really helpful and answered all my questions.

    Kath S
    October 2025
  • My trainer was really helpful on the Captivate training and showed plenty of options to look at and use throughout my work.

    Greenwich Leisure Ltd
    August 2025
  • Thank you so much for yesterday. Fin and I found the course extremely useful and engaging.

    Stepping Stone Media
    November 2025
  • My Figma course was great, definitely feel more confident and can even create great prototypes in it with no issues. Would recommend to anyone struggling to understand how Figma works!

    Wise
    December 2025
  • The course was an excellent experience and will further my career opportunities.

    Adjective Graphic Design
    December 2025

This Python Intermediate course includes

  • bullet point icon Authorised Certificate
  • bullet point icon Lifetime support after your course
  • bullet point icon Course materials
  • bullet point icon Live Instructor-led training
  • bullet point icon Refreshments all day
  • bullet point icon Latest Mac or PC ready to go
  • bullet point icon Authorised Trainers
  • bullet point icon Hands-on exercises

Book this course

We offer Python Intermediate as a private course.

You can select a date which suits you or your team.

The course content can be fully customised to your exact learning requirements.

Request dates

Google Reviews

Overall very good. Trainer engaging and very knowledgeable; willing to go off-script with code reviews and custom examples.

Houses of Parliament
December 2025

Course Outline for Python Intermediate

Programming with Classes

  • Abstract and concrete classes
  • Class inheritance
  • Using slots
  • Name mangled members
  • Property decorators

Validate Data Types

  • Override built-in methods
  • Working with IF __name__== '__main__'
  • Random, Input, While and Break

Functional Programming

  • Function argument defaults
  • Positional and keyword arguments

Using Try and Except

  • Writing exception handler routines
  • Multiple exception handlers
  • Using a finally block

Loading Local and Remote Data (Requests)

  • Installing the requests library
  • Retrieving data from API over https
  • Understanding the response object

Persisting Files

  • Read, Write, Append and Overwrite
  • Working with byte files
  • Using the 'with' operator for clean handling of assets

Databases

  • Create, Read and Update and Delete operations (CRUD)
  • Populate with sample data
  • Read and nicely format values
  • Pass system arguments

Comprehensions and Generators

  • Understanding the efficiency of generator objects
  • Working with 'yield'

Microservices

  • Writing simple client-server modules
  • Services as a proxy

Testing

  • Doctest
  • Pytest

Multithreading and concurrency

  • Creating and using additional threads
  • Understanding start and join
  • Thread messaging
Show more

FAQs about the Python Intermediate course

Is this Python Intermediate course suitable for me?

This course is designed for people who have experience in Python or have already attended one of our Python training courses or who would like to further their knowledge of best practice in the use of Python. If you are have any questions about whether the course could meet your needs, please speak to our customer service team, who will be delighted to advise you.

How is the content taught throughout the Python Intermediate course?

Our Python Intermediate course is extremely interactive. You will be programming in Python throughout the day, working through examples and live projects under the guidance of our trainer, who will be inviting questions and supporting you through each step.

How many people are recommended for a class in Python Intermediate programming skills?

For private classes in Python Intermediate, we recommend a maximum of 8 to 10 people from the same company in the class. Please ask our customer service team to help you find the right balance of people per class and the number of days training you need.

Should I attend the Python Intermediate course in person or live online?

For in-person courses at our London training centre, you will receive a warm personal welcome, your choice of the latest Mac or PC and morning and afternoon refreshments. If you prefer to attend remotely, rest assured that you will be taught live by the same experts that deliver our in-person courses, covering the same training content, using the same exercises and materials. A second monitor is recommended but not essential.

What support is available after I attend the Python Intermediate course?

We offer ongoing support to our Python Intermediate course attendees through email and by arrangement, phone calls. You are welcome to ask any questions on topics covered during training. Our trainer will always do their best to explain principles and help you with any issues you encounter.

Will I receive a certificate upon completion of my Python Intermediate course?

Yes, you'll receive a certificate of completion from Transmedia, demonstrating your knowledge and attendance on our Python Intermediate course. Our certificates note our Authorised Training Centre status.

Python Intermediate — Team and Bespoke Training

Booking a private training session allows you to focus on your exact needs on dates that work best for you or your team.

  • Sessions can be run online or in person, on your site or at our London training centre.
  • We manage training for many of the UK’s largest companies, taking care of all the admin, working with you to ensure the perfect course.
  • Our expert trainers will first understand your requirements and then tailor each session to your exact specification.
  • We offer a free consultation service to work out every detail of your course.

Prices for bespoke sessions with our expert trainers start at £595 + VAT, depending on the course and number of people.
Costs include all preparation time to customise the course to your exact requirements.

Private One-to-One Training

One-to-one tuition tailored to your exact requirements. Your choice of duration, dates and content.

Book Now

Team Training for Companies

Group bookings provide you with the most cost-effective way to train your team.


Book Now

Our Clients

university of oxford logo university of cambridge logo usaid logo wcrf logo hmpps logo banking standards board logo victoria and albert museum logo game of thrones logo clarks logo hiscox logo nhs logo hsbc logo formula 1 logo five cowries logo british library logo bbc logo natural history museum logo apollo tyres logo s4c logo raf logo dyson logo rapha logo

Latest Blog Articles

Why Transmedia?

Icon of an activity line

Unlimited Training Support

We offer unlimited training support after your course.

Icon of an activity line

Bespoke Training Solutions

Customised training and software solutions based on your exact requirements.

Icon of an activity line

Worldwide Creative Skills Training

Join our authorised training courses live online from anywhere in the world.

Icon of an activity line

Authorised Training Professionals

Our experts are accredited by Adobe, Apple and Claris and bring years of experience and real-world expertise.