Data Science and AI/ML (Python) training course

A comprehensive introduction to Data Science, AI and ML with Python - including basic concepts, statistical computing libraries, Artificial Intelligence and Machine Learning

JBI training course London UK

"I hadn't integrated Pandas with Python before joining my company. So it's very useful to consolidate my understanding of such skill via this course. The Jupyter notebooks provided will be a valuable resource for revising the materials and are really well laid out." 

JL, Data Analyst, Python for Data Science, March 2021

Public Courses

17/08/26 - 5 days
£3495 +VAT
28/09/26 - 5 days
£3495 +VAT
09/11/26 - 5 days
£3495 +VAT

Customised Courses

* Train a team
* Tailor content
* Flex dates
From £1200 / day
EDF logo Capita logo Sky logo NHS logo RBS logo BBC logo CISCO logo
JBI training course London UK

  • Explore Python core concepts and best practices
  • Learn Python virtual environment set-up
  • Explore the notions of object-oriented programming and functional programming, as applied to Python applications
  • Use Python and its statistical computing libraries to analyse and visualise your data, and to gather actionable insights
  • Extract and manipulate Excel and SQL data using Pandas
  • Gain an overview of Artificial Intelligence, Machine Learning and Big Data
  • Learn how to implement Machine Learning systems to perform predictions on data
  • Build your AI capability
  • Familiarise yourself with the automation in the workplace
  • Explore the future of the workplace
  • Learn about Machine Learning tools for data scientists and non-data scientists
  • Learn more about chatbots and feature engineering 

 

A taster video for Python Remote Training

Environment Set-up

• The Anaconda distribution as Python Data Science platform
• Overview on Python virtual environment set-up
• Running Python code in Jupyter notebook

Python core concepts

• Built-in data types in Python
• Working with strings, numbers, lists, tuples and dictionaries
• Control flow statements
• Conditional execution with if statements
• Conditional loops with where statements
• Looping over a sequence with for statements
• Defining and using custom functions
• Working with dates and times
• Accessing data on file (CSV, JSON, ...)

Python Data Science libraries

• Working with data in pandas

  • Working with table-like data in pandas
  • Creating Series and DataFrame objects
  • Loading data from file into DataFrame objects
  • Adding, removing and updating databases

• Retrieving data in pandas

  • Querying data to extract specific rows and columns
  • Filtering data on specific conditions
  • Understanding pandas indexing

• Data manipulation in pandas

  • Data transformation
  • Applying functions to transform individual values
  • Applying functions to aggregate values by rows and columns

 • Handling missing data in pandas

  • Identifying missing data points
  • Filtering out missing data
  • Filling missing data with given values, interpolation and other filling strategies

• Data Analysis in pandas

  • Extracting summary statistics over DataFrame objects
  • Performing data aggregation queries (groupby() method)
  • Aggregating multiple columns in the same query
  • Exploratory analysis of new datasets

• Data Visualisation in pandas

  • Plotting data from a Series or DataFrame object
  • Bar plots, line plots, scatter plots, histograms and other common charts
  • Basic customisation of charts

• Working with multiple tables

  • Concatenation of multiple tables based on structure/schema
  • Join/merge operations with DataFrame objects based on values
  • Reindexing operations, dealing with duplicate labels in the index
  • Dealing with duplicate records
  • Renaming columns
• Time Series with pandas
  • Working with date and time data types in pandas
  • Creating ranges of date/time data points
  • Indexing by time
  • Resampling: data aggregation over time
  • Moving window operations, e.g. moving average
  • Defining custom calendars, custom business days, custom holidays

• Working with text data in DataFrames

  • Using the str attribute in pandas objects
  • String manipulation functions in pandas
  • Filtering data with string pattern matching

• SQL databases

  • Connecting to SQL databases with SQLAlchemy
  • Loading data from SQL to pandas
  • Sending SQL queries to a database and retrieving the results in Python and pandas

• NumPy

  • Working with multi-dimensional arrays with NumPy
  • Arithmetic operations with NumPy arrays
  • Vectorised operations with NumPy arrays
  • Stats and linear algebra with NumPy
  • Slicing and indexing NumPy arrays

• Data Visualisation with matplotlib and plotly

  • Overview on the basic types of charts available with the Python libraries
  • Bar plots, line plots, histograms, scatter plots, pie charts
  • Customising the layout and format of a chart
  • Examples of static visualisation with matplotlib
  • Examples of interactive visualisation with plotly

 Data Visualisation

  • Data analysis benefits from the visualisation of data. If a picture if worth a thousand words, complex data structures can be easier to understand and analyse using effective visualisation techniques. Communicating the results with non-technical users is also a challenge that visualisation techniques help to overcome. We'll showcase how to easily produce beautiful visualisations with matplotlib.

AI Overview

• What is Artificial Intelligence? What's up with the hype?
• Data Science vs. Data Mining vs. Machine Learning
• Machine Learning Problems and Applications
• Python Environment Set-up with Anaconda Python
◦ Jupyter Notebooks
◦ Python Ecosystem for Data Science and Machine Learning

Machine Learning Concepts

• Learning and Prediction
• Feature Engineering
• Training data and Test data
• Cross-validation
• Underfitting and Overfitting

Supervised Learning Problems

• Classification: predicting a label
• Algorithms for classification: k-Nearest Neighbours, Support Vector Machine and Naive Bayes
• Regression: predicting a quantity
• Algorithms for regression: Linear Regression and Polynomial Regression

Unsupervised Learning Problems

• Clustering: grouping similar items
• Algorithms for clustering: k-Means, Hierarchical Clustering and DBSCAN
• Dimensionality Reduction
• Algorithms for dimensionality reduction: Principal Component Analysis

Evaluation of Machine Learning algorithms

• Evaluation metrics for machine learning
• Planning an evaluation campaign on your data

Deep Learning & Neural Network Overview

• Intro to Artificial Neural Networks
• Neural Network concepts
◦ Neural Network Types
◦ Gradient Descend
◦ Back-propagation
◦ Activation Functions
◦ Loss Functions
◦ Hyper-parameters
• Neural Networks in the Wild: examples of successful applications
• Deep Network Architectures
• Deep Learning Libraries

JBI training course London UK

Software developers and software engineers with a basic knowledge of Python. Data Scientists, Data analysts and Business Intelligence professionals who are new to Python.

Developers, engineers, researchers and analysts who want to start learning about Artificial Intelligence and related concepts, including Data Science, Data Mining, Machine Learning and Deep Learning. Some background in Mathematics (e.g. Statistics and Probability, Linear Algebra, Calculus, etc) will be beneficial, but not strictly required.

 

 


5 star

4.8 out of 5 average

"I hadn't integrated Pandas with Python before joining my company. So it's very useful to consolidate my understanding of such skill via this course. The Jupyter notebooks provided will be a valuable resource for revising the materials and are really well laid out." 

JL, Data Analyst, Python for Data Science, March 2021

“JBI  did a great job of customizing their syllabus to suit our business  needs and also bringing our team up to speed on the current best practices. Our teams varied widely in terms of experience and  the Instructor handled this particularly well - very impressive”

Brian F, Team Lead, RBS, Data Analysis Course, 20 April 2022

 

Watch client feedback from Python training course: 

JBI training course London UK

Certification


Every delegate will be entitled to a certificate of achievement on completion of the course.

If you are missing your certificate - please use the link below to apply - you can also use this link to sign up for the JBI Training newsletter to receive technology tips directly from our instructors - Analytics, AI, ML, DevOps, Web, Backend and Security.
 



This training course provides an introduction to the core concepts of the Python language, ultimately focusing on Big Data Analytics and Machine Learning applications.

The first three days of the course introduce you to Python tools for data science, including how best to manipulate and visualise your data with Python's excellent library support.

The last two days move one step forward, providing an overview of Artificial Intelligence and Machine Learning with the purpose of implementing predictive analytics applications.

Practical exercises and interactive walk-throughs are used throughout, so attendees have the opportunity to apply the proposed concepts on real data science applications, from exploratory data analysis to predictive analytics.

JBI Training offers a comprehensive range of AI training courses covering artificial intelligence fundamentals, generative AI, machine learning, AI agent development, prompt engineering, LLMs, data science with Python, TensorFlow, NLP, AI for operational engineers, AI ethics and governance, and AI-powered business applications. Courses are available for beginners through to experienced practitioners, and for both technical and non-technical roles.
Yes. JBI offers AI training designed specifically for non-technical professionals, including courses such as Decoding AI (a plain-language introduction for business users), A Comprehensive Intro to AI, AI for Operational Engineers, Agentic AI for Non-Developers, and AI Ethics, Governance and the EU AI Act. These courses do not require programming experience and focus on understanding, applying, and governing AI within organisational contexts.
Artificial Intelligence (AI) is the broad field covering systems that perform tasks that typically require human intelligence. Machine Learning (ML) is a subset of AI that uses algorithms and data to enable systems to learn and improve without being explicitly programmed. Generative AI is a category of AI that uses large language models and other deep learning techniques to generate text, images, code, and other content based on prompts. JBI offers training across all three areas, from ML fundamentals to applied generative AI for organisations.
Yes. JBI Training has delivered AI training to corporate teams across financial services, the public sector, energy, media, healthcare, and technology industries. Clients include the BBC, Lloyds, Cisco, NHS, EDF, and Capita. All AI training courses can be delivered as bespoke closed-group programmes, tailored to your team's experience level, technology stack, and business objectives, either online or onsite at your organisation's premises.
Yes. All JBI AI training courses are available as live online instructor-led sessions, with the same hands-on exercises, labs, and expert instruction as in-person delivery. Online training is available to delegates across the UK and internationally.
Prerequisites vary by course. Introductory AI courses such as A Comprehensive Intro to AI and Decoding AI have no technical prerequisites. Developer-focused courses such as Data Science and AI/ML with Python require Python programming experience. Machine learning courses typically require some familiarity with data concepts. Each course page lists the recommended experience level and prerequisites.
Yes. JBI offers a wide range of AI training courses for software developers and engineers, including AI-Assisted Coding for Developers, AI Development with Large Language Models, AI-Assisted Python, AI-Assisted Java Development, AI-Assisted C++ Development, Python Machine Learning, TensorFlow, and full AI agent development programmes using Python, LangChain, RAG, and MCP. All developer AI courses are hands-on and code-centric.
AI for Operational Engineers is a JBI course designed for engineers working in operational, infrastructure, or systems roles who want to understand how AI can be applied to optimise operational workflows, automate monitoring and decision-making processes, and improve system performance. The course does not require data science expertise and focuses on practical AI application within engineering and operational contexts.
The EU AI Act is the European Union's comprehensive regulatory framework for artificial intelligence, which establishes risk-based requirements for AI systems used within the EU. It affects organisations that develop, deploy, or use AI products or services — including UK-based organisations operating in EU markets. JBI offers a 2-day AI Ethics, Governance and the EU AI Act training course covering regulatory requirements, risk classification, compliance obligations, and responsible AI practices.
JBI Training reviews and updates its AI course content on a regular basis to reflect the latest developments in artificial intelligence, machine learning, and related technologies. The AI field evolves rapidly — new models, tools, frameworks, and regulatory requirements emerge frequently — and JBI's curriculum is designed to stay current with real-world practice. Delegates attending JBI AI courses can expect to learn techniques, tools, and approaches that are relevant to the technology landscape as it stands today.

CONTACT
+44 (0)20 8446 7555

[email protected]

 

Copyright © 2026 JBI Training. All Rights Reserved.
JB International Training Ltd  -  Company Registration Number: 08458005
Registered Address: Wohl Enterprise Hub, 2B Redbourne Avenue, London, N3 2BS

Modern Slavery Statement & Corporate Policies | Terms & Conditions | Contact Us

POPULAR

AI training courses                                                                        CoPilot training course

Threat modelling training course   Python for data analysts training course

Power BI training course                                   Machine Learning training course

Spring Boot Microservices training course              Terraform training course

Data Storytelling training course                                               C++ training course

Power Automate training course                               Clean Code training course