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.
  • Python Advanced

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

    Houses of Parliament
    August 2025
  • Course was delivered very well, I absolutely learned some useful tricks and tools in order to improve my presentations

    August 2025
  • I came away full of knowledge and confidence. A thoroughly enjoyable course ran by a very experienced tutor who made me feel at ease from the get go. I will be booking more courses in the near future.

    Leah P
    September 2025
  • Great training course, brilliant working atmosphere, very warming and welcoming people, a definite for anyone looking to improve skills in video editing.

    MAHLE Powertrain
    September 2025
  • If you're wondering whether to book a course with this company then DO IT! I was able to learn how to use a design software application in just two days and feel very confident in it now.

    Department for Business and Trade
    August 2025
  • Really interesting course. Lots of points covered and not just things useful for photos but also for marketing materials etc.

    UK Hydrographic Office
    August 2025
  • Fantastic course with so much detail and an excellent teacher. I found everything really easy to follow and lots of room to try everything out when needed.

    Wren Kitchens
    August 2025
  • My Transmedia consultant was incredibly patient and thorough and after just a few days of his tutelage, it's clear we have been shown enough to give us all many hours of our lives back with a more efficient system!

    The White Wall Company
    August 2025
  • Our trainer did a great session, I think we all feel much more confident in navigating the program and using its tools as a result.

    Orion Books
    September 2025
  • A brilliant training course! We had an excellent trainer who was incredibly kind and patient. He was brilliant at explaining and demonstrating everything step by step. We learned so much in two days.

    The Overlap
    August 2025
  • Everything was great, it was interesting and I learned a lot about Excel! I had a great time and learned so much and I am excited to put It all into practice.

    TGI Sport Media LLP
    September 2025
  • Tony's extensive knowledge will be invaluable for me moving forward at QinetiQ.

    QinetiQ
    August 2025
  • Our trainer was so helpful - it was really good having it tailor made for exactly what I was doing. I literally just used what he taught me for a piece of artwork that I didn't know how to do before!

    The White Company
    September 2025
  • I wasn't sure how we'd fill a day doing PowerPoint, but turns out it's easy! Gained a great number of top tips and handy skills. Time well spent. Please pass on my thanks to our trainer.

    Glenmark
    August 2025
  • Everything went great! Nick was really helpful and answered all my questions.

    Kath S
    August 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
    August 2025
  • Course was delivered very well, I absolutely learned some useful tricks and tools in order to improve my presentations

    August 2025
  • I came away full of knowledge and confidence. A thoroughly enjoyable course ran by a very experienced tutor who made me feel at ease from the get go. I will be booking more courses in the near future.

    Leah P
    September 2025
  • Great training course, brilliant working atmosphere, very warming and welcoming people, a definite for anyone looking to improve skills in video editing.

    MAHLE Powertrain
    September 2025
  • If you're wondering whether to book a course with this company then DO IT! I was able to learn how to use a design software application in just two days and feel very confident in it now.

    Department for Business and Trade
    August 2025
  • Really interesting course. Lots of points covered and not just things useful for photos but also for marketing materials etc.

    UK Hydrographic Office
    August 2025
  • Fantastic course with so much detail and an excellent teacher. I found everything really easy to follow and lots of room to try everything out when needed.

    Wren Kitchens
    August 2025
  • My Transmedia consultant was incredibly patient and thorough and after just a few days of his tutelage, it's clear we have been shown enough to give us all many hours of our lives back with a more efficient system!

    The White Wall Company
    August 2025
  • Our trainer did a great session, I think we all feel much more confident in navigating the program and using its tools as a result.

    Orion Books
    September 2025
  • A brilliant training course! We had an excellent trainer who was incredibly kind and patient. He was brilliant at explaining and demonstrating everything step by step. We learned so much in two days.

    The Overlap
    August 2025
  • Everything was great, it was interesting and I learned a lot about Excel! I had a great time and learned so much and I am excited to put It all into practice.

    TGI Sport Media LLP
    September 2025
  • Tony's extensive knowledge will be invaluable for me moving forward at QinetiQ.

    QinetiQ
    August 2025
  • Our trainer was so helpful - it was really good having it tailor made for exactly what I was doing. I literally just used what he taught me for a piece of artwork that I didn't know how to do before!

    The White Company
    September 2025
  • I wasn't sure how we'd fill a day doing PowerPoint, but turns out it's easy! Gained a great number of top tips and handy skills. Time well spent. Please pass on my thanks to our trainer.

    Glenmark
    August 2025
  • Everything went great! Nick was really helpful and answered all my questions.

    Kath S
    August 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
August 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

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