• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

945 Numbers courses

Hydronics Unlocked - Pilot Course 6

5.0(434)

By Warmur Academy

👋 Say goodbye to outdated training, low confidence and unsolvable problems. 🎯 Hydronics Unlocked is our game-changing training programme designed for heating engineers. Whether you fit boilers or heat pumps, we're making it easier to master your craft and get ahead. Our programme is designed for you to upskill in your own time, at your own pace: Kick-Off Day in the classroom: a transformative introductory day of hydronics training for modern systems with your peers. Learn online: flexible, bite-sized modules designed to fit around your schedule and deliver practical outcomes. Qualification: includes Low Temperature Hot Water qualification on successful completion of the online modules. Ongoing learning available with Kimbot AI: all of Kimbo's knowledge in your pocket, Kimbot is ongoing support via our app for troubleshooting, peer connections and continuous development. 📣 Our Pilot offer We’re offering 16 spaces for this sixth pilot session, which is pivotal to shaping the future of Warmur Academy. Pilot attendees must also book the online modules, but as an early adopter, you’ll save £245 on the full program. You must be a practicing heating engineer (boilers or heat pumps). 👍 Look at what you get! Transformative day in person with Kimbo An updated version of the classic handout Lunch! Access to our online programme as we roll out from April 2025 Access to the Kimbot AI Beta trial Access to 2 months of free live online sessions with experts Level 3 RQF Low Temperature Hot Water (LTHW) Qualification (on successful completion of online modules) 👌 Early adopters discount price Kick off day in the classroom £195+VAT - FREE Discounted online modules with LTHW qualification: £495+ VAT £445+VAT - you must attend the pilot Kick off day to get access to the online modules Total £690+VAT £445+VAT 🗺 Where and when Pilot Kick Off Day: Monday 31st March 2025 Location: 2 Lumbertubs Lane, Boothville, Northampton, NN3 6AH Google Maps Link: https://maps.app.goo.gl/4z4Kv8HnMnWGZF5SA 🚀 Spots are limited! We're keeping numbers small so we can test the new in-person programme and gather feedback. This is a wonderful opportunity to get early access to what will be a transformative training programme for the heating industry.

Hydronics Unlocked - Pilot Course 6
Delivered In-Person in Northampton
£445

Agility by The Numbers - Calculating ROI with Agile

By IIL Europe Ltd

Agility by the Numbers - Calculating ROI with Agile Impressive compilation of facts, figures, and statistics concerning agile methods. Begins with the background, motivation, tenets, and mechanics underlying agile performance. Includes data on agile metrics, performance, success, adoption, proliferation, and cases at project, organization, and national level. Closes with a great prescription for agile success. This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs. Each professional development activity yields one PDU for one hour spent engaged in the activity. Some limitations apply and can be found in the Ways to Earn PDUs section that discusses PDU activities and associated policies. Fractions of PDUs may also be reported. The smallest increment of a PDU that can be reported is 0.25. This means that if you spent 15 minutes participating in a qualifying PDU activity, you may report 0.25 PDU. If you spend 30 minutes in a qualifying PDU activity, you may report 0.50 PDU.

Agility by The Numbers - Calculating ROI with Agile
Delivered Online On Demand30 minutes
£15

MHFA England Refresher

By Mindmaps Wellbeing

Empower Mental Health First Aiders and Champions to maintain their skills with regular Refresher training. Just like physical first aid, we recommend that you refresh your skills every two to three years. (Certificate expires after 3 years). If it's time to update your skills, book onto an MHFA Refresher course now and feel confident that you are performing your vital role safely.

MHFA England Refresher
Delivered Online + more
£150

Fast Beginners Balboa Workshop

5.0(17)

By SwingdanceUK

Fast Beginners Balboa Workshop with Simon Selmon Learn this popular 1930s Swing dance. Join Simon, one of the first UK Balboa dancers of the Swing resurgence and learn the basics you need to dance the Balboa and how to incorporate it into your Lindy Hop or Jive. Class will include the Uphold, Downhold, Rock Step basics, Come Around, Grapevine and Lollies. Suitable for those who have tried couple of taster classes before or you have other dance experience.

Fast Beginners Balboa Workshop
Delivered In-Person in Ruislip
£60

Complete Python programming

5.0(3)

By Systems & Network Training

Complete Python training course description Python is an agile, robust, expressive, fully objectoriented, extensible, and scalable programming language. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. This course covers Python from the very basics of 'hello world!' through to object oriented programming and advanced topics such as multi threading. Hands on follows all the major sections in order to reinforce the theory. What will you learn Read Python programs. Write Python programs. Debug Python programs. Use Python's objects and memory model as well as its OOP features. Complete Python programming training course details Who will benefit: Anyone wishing to learn Python. Prerequisites: None. Duration 5 days Complete Python programming training course contents Welcome to Python: What is Python? Origins, features. Downloading and installing Python, Python manuals, comparing Python, other implementations. Getting started: Program output, the print statement, "hello world!", Program input, raw_input(), comments, operators, variables and assignment, numbers, strings, lists and tuples, dictionaries, indentation, if statement, while Loop, for loop. range(), list comprehensions. Files, open() and file() built-in functions. Errors and exceptions. Functions, Classes, Modules, useful functions. Python basics: Statements and syntax, variable assignment, identifiers, basic style guidelines, memory management, First Python programs, Related modules/developer tools. Python Objects: Other built-in types, Internal Types, Standard type operators, Standard type built-in functions, Categorizing standard types, Unsupported types. Numbers: Integers, Double precision floating point numbers, Complex numbers, Operators, Built-in and factory functions, Other numeric types. Sequences: strings, lists, and tuples: Sequences, Strings, Strings and operators, String-only operators, Built-in functions, String built-in methods, Special features of strings, Unicode, Summary of string highlights, Lists, Operators, Built-in functions, List type built-in methods, Special features of lists, Tuples, Tuple operators and built-in functions, Tuples special features, Copying Python objects and shallow and deep copies. Mapping and set types: Mapping Type: dictionaries and operators, Mapping type built-in and factory functions, Mapping type built-in methods, Dictionary keys, Set types, Set type operators, Built-in functions, Set type built-in methods. Conditionals and loops: If, else and elif statements, Conditional expressions, while, for, break, continue and pass statements, else statement . . . take two, Iterators and iter(), List comprehensions, Generator expressions. Files and input/output: File objects, File built-in functions [open() and file()], File built-in methods and attributes, Standard files, Command-line arguments, File system, File execution, Persistent storage modules. Errors and exceptions: What are exceptions? Detecting and handling exceptions, Context management, Exceptions as strings, Raising exceptions, Assertions, Standard exceptions, Creating Exceptions, Why exceptions, Exceptions and the sys module. Functions: Calling, creating and passing functions, formal arguments, variable-length arguments, functional programming, Variable scope, recursion, generators. Modules: Modules and files, Namespaces, Importing modules, Module import features, Module built-in functions, Packages, Other features of modules. Object-Oriented Programming (OOP): Classes, Class attributes, Instances, Instance attributes, Binding and method invocation, Static methods and class methods, Composition, Sub-classing and derivation, Inheritance, Built-in functions for classes, and other objects, Customizing classes with special methods, Privacy, Delegation, Advanced features of new-style classes (Python 2.2+), Related modules and documentation. Execution environment: Callable and code Objects, Executable object statements and built-in functions, Executing other programs. 'Restricted' and 'Terminating' execution, operating system interface. Regular expressions: Special symbols and characters, REs and Python, Regular expressions example. Network programming: Sockets: communication endpoints, Network programming in Python, SocketServer module, Twisted framework introduction. Internet client programming: What are internet clients? Transferring files, Network news, E-mail. Multithreaded Programming: Threads and processes Python, threads, and the global interpreter lock, The thread and threading Modules. GUI programming: Tkinter and Python programming, Tkinter Examples, Brief tour of other GUIs. Web programming: Web surfing with Python: creating simple web clients, Advanced Web clients, CGI: helping web servers process client data, Building CGI applications, Using Unicode with CGI, Advanced CGI, Web (HTTP) Servers. Database programming: Python database application programmer's interface (DB-API), ORMs. Miscellaneous Extending Python by writing extensions, Web Services, programming MS Office with Win32 COM, Python and Java programming with Jython.

Complete Python programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Fast Beginners Lindy Hop Workshop

5.0(17)

By SwingdanceUK

Fast Beginners Lindy Hop Workshop with Simon Selmon This workshop is all about mastering technique, building strong connection, and packing in as many exciting moves as possible! Simon's goal is to have you dancing with confidence and style in record time—and he's famous for making even the toughest steps feel effortless! No partner required and whilst no experience is necessary, the class will move at a faster pace than absolute beginners but is also suitable for those with some experience.

Fast Beginners Lindy Hop Workshop
Delivered In-Person in London
£30

Her Biz: Free Women's Start-up Programme in Maidstone (2-Day In Person Workshop)

5.0(1)

By Let’s Do Business Group

Are you thinking about setting up a new business? Her Biz, the Women's Start-Up programme is returning to support aspiring female entrepreneurs in Kent.

Her Biz: Free Women's Start-up Programme in Maidstone (2-Day In Person Workshop)
Delivered In-Person in Kent
FREE

Complete Perl programming

5.0(3)

By Systems & Network Training

Perl training course description A hands on introduction to programming in Perl. What will you learn Write Perl programs. Use Perl modules. Debug Perl programs. Examine existing code and determine its function. Perl training course details Who will benefit: Anyone wishing to learn Perl. Prerequisites: None although experience in another high level language would be useful. Duration 5 days Perl training course contents Introduction to Perl What is Perl? When to use Perl, downloading Perl, installing Perl, documentation, perldoc, running Perl, the Perl environment. Perl under UNIX, Perl under Windows. "Hello world". Variables Scalars, data types, $_, strings and numbers, assignment, constants, strict, scope, STDIN. Operators Number operators, string operators, precedence and associativity, converting numbers and strings, shortcut operators. Flow control Blocks, if, else, elseif, unless, foreach, while, for do, until. Regular expressions What are regular expressions? Pattern matching, Perl as a filter, file editing. Strings Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. Subroutines Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. Arrays and hashes Working with arrays, element access, push(), pop(), shift(), unshift(), <STDIN> as an array, associative arrays, hashes of arrays, hash references, arrays of hashes, hashes of hashes. Files Simple file handling, open, close, <FILEHANDLE>, <>, file tests, directory access, directory handles, database access, packing and packing binary data. I/O STDIN, STDOUT and STDERR, Command line arguments,@ARGV. Perl debugging The built in debugger, running the debugger, debugger commands, graphical debuggers. Script syntax errors, single stepping, breakpoints, watches. Packages and modules CPAN, Finding modules, installing modules, using modules, scope. Report formatting Formats, defining a format, invoking a format, field holders. Process management System interaction, system(), exec(), signals. Security issues.

Complete Perl programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Mathematics Certificate Level 2

4.8(9)

By Skill Up

vc_rowvc_columnvc_column_text Description: Want to combat your fear of numbers and master complex maths equations? Are you looking for expert tips

Mathematics Certificate Level 2
Delivered Online On Demand3 hours 11 minutes
£18

Profitable Property

By Property SQ2

Identify property opportunities, complete due diligence, know your numbers, build a plan to repeat for success.

Profitable Property
Delivered Online On Demand3 hours
£149.99