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

24707 Courses

Dog Training Course Mancetter Memorial Hall

4.8(11)

By Talkofthedog

Dog training, beginner lever for dogs 10 months and older. This 6 week course where the classes encompasses a comprehensive range of essential skills and behaviours. You will attend 6 x 30-minute training classes Mancetter Memorial Hall, Old Farm Road, Mancetter, Atherstone, Warwickshire, CV9 1QN.

Dog Training Course Mancetter Memorial Hall
Delivered In-Person in Mancetter, Atherstone + more
£69.99

LEADERSHIP FOR INCLUSION

By Inclusive Solutions

In this lively interactive workshop we will explore the challenges faced by leaders of schools when tackling inclusion issues. We develop the concept of the leader as being central to the web of an organisation and the web of inclusion. Information flows freely to and from the leaders and interconnections are a premium. We explore shared leadership and consensus building using the Native American ‘Medicine Wheel’ to guide and structure our management of change. Course Category Inclusion Description In this lively interactive workshop we will explore the challenges faced by leaders of schools when tackling inclusion issues. We develop the concept of the leader as being central to the web of an organisation and the web of inclusion. Information flows freely to and from the leaders and interconnections are a premium. We explore shared leadership and consensus building using the Native American ‘Medicine Wheel’ to guide and structure our management of change. Testimonials ‘Inclusive practice has become more daring, more radical, more inspirational, more inclusive. How exciting and encouraging!’ ‘What a moving and energising day – there is so much we can do together’ Learning Objectives Increased confidence regarding developing leadership for inclusive practice in mainstream schools Access to a wider range of practical strategies to impact on team building Deeper understanding of developing vision and consensus Opportunity to reflect on professional attitudes and behaviour towards staff, parents and pupils New skills and processes to make inclusion successful Who Is It For? Heads and Deputies Leaders Managers of Chidren’s Centres Managers of Early Years settings Local Authority Support Services Course Content The course answers the questions: How to get a team thinking and working more inclusively? How to create and share my vision? Where do I start to think about developing a more inclusive setting? How can I get the best out of my team? We will cover a range of areas including: Establishing a welcoming team Building Vision and values Developing Trust Creating inclusive staff teams and communities of acceptance Creative Team problem solving Organisational models Curriculum access and curriculum design for inclusion Work with parents Consensus building If you liked this course you may well like: LEADERSHIP: CREATING AND SHARING YOUR VISION

LEADERSHIP FOR INCLUSION
Delivered in UK Wide Travel Costs or OnlineFlexible Dates
£1,800 to £2,500

University First and Second Year - Diploma in Business Management (Level 4&5) - Pathway to BA (Hons) Business Management

4.9(261)

By Metropolitan School of Business & Management UK

University First and Second Year - Diploma in Business Management (Level 4&5) - Pathway to BA (Hons) Business Management Level 4 Diploma in Business Management - 8 -12 months - 120 Credits Level 5 Diploma in Business Management - 8 - 12 months - 120 Credits Level 4 is the equivalent of the first year of a Bachelor’s Degree programme. it provides students with 120 university credits upon completion. Level 5 is the equivalent to the second year of a Bachelor’s Degree programme, it provides students with 120 university credits upon completion. It is also equivalent to an HND diploma. Course Details Each module consists of 40 guided learning hours of material with an additional 30-50 hours worth of optional materials which comprise of recommended exercises, recommended readings and internet resources. Within the modules are self-testing exercises. You must take care in answering these. Although they are not marked nor do they count towards your final assessment, the marking is tested against your scoring on the final assessment to check for consistency of score. The modules are written against prescribed learning outcomes defined by the Qualifications and Credit Framework (QCF) administered by Ofqual, the Government appointed regulator. In addition, the learning outcomes are articulated against MSBM Awarding Bodies curriculum who is a recognised awarding body monitored and assessed by QAA, the Quality Assurance Agency, the Government appointed quality assurance body. Successful completion of the full Level 4/5 Extended Diploma in Business Management and final year of an accredited Undergraduate Degree programme, will give students the right credentials to go on and apply for a job in marketing, accounting, human resources, management or business consultancy. Accreditation All MSBM courses are accredited by the relevant partners and awarding bodies. Please refer to MSBM accreditation in about us for more details. University Progression University Top-up On completion of this course, students have the opportunity to complete a Bachelors degree programme from a range of UK universities. The top-up programme can be studied online or on campus. The top-up comprises the final 120 credits which consist of either a dissertation or a dissertation and one module. Examples of University Progression BA (Hons) in Business Management (top-up) awarded by the University of Chichester delivered through London Graduate School.  Anglia Ruskin University - BA (Hons) Management (Top-Up). Entry Requirements For entry into Level 4 or 5 Diploma in Business Management, learners must possess the following: * Relevant/Local Board of Examination Result in your Country, which must include at least 5 'C' Grades in English and 4 other subjects. * Mock Examination Result can also be accepted for initial Conditional Admission, pending the release of the Board of Examination Result. (This is assessed on a case by case basis) * Learner must be 18 years or older at the start of the Course. OR * Mature Learners (21 years or older) with work experience in supervisory, leadership or management roles. (This is assessed on a case by case basis). Workshops Workshops are conducted by live webinars for online students. Classroom workshops are available if there is a local branch in your country. Speak our course advisors on this subject. Visa Requirements There is no Visa requirement for this programme.

University First and Second Year - Diploma in Business Management (Level 4&5) - Pathway to BA (Hons) Business Management
Delivered OnlineFlexible Dates
£6,000

Advanced Python for network engineers

5.0(3)

By Systems & Network Training

Advanced Python training course description This course caters to network engineers aiming to enhance both their Python proficiency and network automation skills. Delving deeper into key areas such as netmiko, Nornir, and ncclient, we also focus on automating network testing and validation. Participants gain greater confidence working with Python functions, classes, objects, and error handling. The course additionally introduces more libraries like Scrapli, TTP, pyATS, Genie, pybatfish, and Suzieq, which cover parsing strategies, automation testing, validation, network analysis, observability, and telemetry. The curriculum also encompasses concurrency techniques. What will you learn Write Python modules and functions. Evaluate techniques to parse unstructured data. Use NETCONF filters. Handle Python errors effectively (try, assert…). Use postman. Automate testing and validation of the network. Use scrapli, Genie, batfish and Suzieq. Advanced Python training course details Who will benefit: Network engineers. Prerequisites: Python for network engineers Duration 5 days Advanced Python training course contents Review CLI, NETCONF, RESTCONF, structured versus unstructured data, gNMI and when to use which. PEP 8. Naming conventions. Packages, modules, Classes and methods. The scrapli library. Netmiko versus scrapli. Hands on: scrapli, Dictionaries versus Regular Expressions. Modules and Functions Writing your own modules, containers versus packages, virtual environments. Best practices, calling functions, writing your own functions. Parameters, arguments. Named arguments, dictionaries as arguments. Builtins. Docstrings. Main. __name__, __main__ . Program arguments. Hands on: Getting interfaces, showing interface status using Netmiko and functions. Using dictionaries as arguments. Writing your own modules. Parsing strategies Turning unstructured data into structured data. textfsm, PyATS Genie parser, NAPALM getters, Template Text Parser. Hands on: Genie parser, TTP. Accessing structured data with lists and dictionaries. Classes, objects and Python Python classes in Genie, PyEZ and others . Hands on: studying network automation classes, objects, methods and attributes. Configuration management - more nornir, ncclient, requests Nornir tasks. Nornir results, Nornir functions, Nornir plugins. Nornir processors. YANG, YANG models, pyang. NETCONF hello. Capabilities. Schemas. Filters. Subtrees. XPATH. Exploring available YANG data models. NETCONF and network wide transactions. Asserting NETCONF capabilities. Configuration types. Locking configurations, commits. NETCONF data stores. Netconf-console. RESTCONF differences from NETCONF. URI construction. Postman. More XML and JSON. Git and configuration versions. Hands on: Nornir and Jinja2. Exploring available models, NETCONF filters. Using postman. Python error handling and debugging Context handlers, try, assert, logging, pdb, pytest, unit testing, chatgpt. Hands on: Writing code with each of the error handling methods, investigating what happens on an error. Use chatgpt to debug your code. Python Automation Testing Testing and validation. pyATS, Genie. Testbed file. Genie parse, genie learn, genie diff. Genie conf, Genie ops, Genie SDK, Genie harness. Xpresso. Hands on: Using Genie for state comparisons of the network. Network analysis Batfish, pybatfish, configuration analysis, analysing routing, analysing ACLs. Pandas. Pandas dataframe. Filtering and selecting values of interest. Hands on: Use Batfish to analyse network snapshots, find network adjacencies, flow path analysis. Network observability Suzieq, using docker, using as a package. Sqpoller, suzieq-gui, suzieq-cli, sq-rest-server. Namespaces and seeing devices, network state and Asserts. Time based analysis, snapshots and changes. Hands on: Suzieq: Gathering data from the network, analysing data from the network. Network state assertion. Telemetry gRPC, gNMI. CAP, GET, SET. Subscriptions. Model Driven telemetry. Hands on: Analysing telemetry data with Python. Concurrency asyncio, threads, processes. Nornir concurrency. Scrapli and netmiko concurrency. Hands on: Multiple SSH connections to devices at same time. Scarpli asyncio.

Advanced Python for network engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Word Aware- Teaching vocabulary across the school day.

5.0(2)

By Thoughtful Communication

Word Aware- Teaching Vocabulary Across the school day and the curriculum.

Word Aware- Teaching vocabulary across the school day.
Delivered In-PersonJoin Waitlist
£140

Linux system administration (LPIC-1)

5.0(3)

By Systems & Network Training

LPIC-1 training course description This five day hands on course provides a comprehensive coverage of core Linux administration tasks. The course covers generic Linux and is available for any Linux distribution required. It closely follows the LPIC curriculum allowing delegates to achieve the relevant certification if required. What will you learn Administer & configure Linux systems. Maintain Linux by handling disk space and taking regular backups. Manage software packages. Perform basic troubleshooting. Maintain a secure Linux system. Describe the organisation and implementation of the filesystem. LPIC-1 training course details Who will benefit: System administrators. Network administrators. Prerequisites: Linux fundamentals (LPI 010) Duration 5 days LPIC-1 training course contents Part I Exam 101 Exploring Linux Command-Line Tools Using a Shell, Shell Configuration, Environment Variables, Getting Help, Streams, Redirection and Pipes, Processing Text Using Filters, Manipulating files, Regular Expressions, grep,sed. Managing Software Package Concepts, Comparison of package formats, RPM, rpm Commands, Yum, Debian Packages, dpkg, apt-cache, apt-get, dselect, aptitude, Converting Between Package Formats, Dependencies and Conflicts, Startup Script Problems, Shared Libraries, Library Management, Managing Processes, the Kernel: The First Process, Process Lists, Foreground & Background Processes, Process Priorities, Killing Processes. Configuring Hardware Configuring Firmware and Hardware, IRQs, I/O Addresses, DMA Addresses, Boot Disks, Coldplug and Hotplug Devices, Configuring Expansion Cards and PCI Cards, Kernel Modules, USB Devices, Linux USB Drivers, Configuring Hard Disks, Partitioning Systems, LVM, Common Layouts, Creating Partitions and Filesystems, Maintaining Filesystem Health, Tuning, Journals, Checking Filesystems, Monitoring Disk Use, Mounting and Unmounting Filesystems. Managing Files File Management Commands, File Naming and Wildcards, File Archiving, Links, Directory Commands, File Ownership and Group, File access control, Permissions, chmod, Defaults, File Attributes, Disk Quotas, Enabling and setting Quotas, Locating Files, The FHS. Booting Linux and Editing Files Installing Boot Loaders, GRUB Legacy, GRUB 2, Alternative Boot Loaders, the Boot Process, Boot Messages, Runlevels and the Initialization Process, Runlevel Functions, Runlevel Services, Alternative Boot Systems , Upstart, system. Part II Exam 102 265 Securing the X Window System Localization, Configuring Basic X Features, X Server Options, Methods of Configuring X, X Display Information, X Fonts, The X GUI Login System, XDMCP Server, Using X for Remote Access, Screen Display Settings, Setting Your Time Zone, Your Locale, Configuring Printing, Conceptualizing the Linux Printing Architecture, Understanding PostScript and Ghostscript, Running a Printing System, Configuring CUPS, Monitoring and Controlling the Print Queue. Administering the System Managing Users and Groups, Tuning User and System Environments, Using System Log Files, Understanding syslogd , Setting Logging Options, Manually Logging Data, Rotating Log Files, Reviewing Log File Contents, Maintaining the System Time, Linux Time Concepts, Manually Setting the Time, Using NTP, Running Jobs in the Future, Understanding the Role of cron, Creating System cron Jobs, Creating User cron Jobs, Using anacron, Using at. Configuring Basic Networking TCP/IP, Network Hardware, Network Addresses, Hostnames, Network Ports, Configuring Linux for a Local Network, Configuring with DHCP, Static IP Address, Configuring Routing, Using GUI Configuration Tools, ifup and ifdown, Diagnosing Network Connections, Testing Connectivity, Tracing a Route, Checking Network Status , Examining Network Traffic, Additional Tools. Writing Scripts, Configuring Email, and Using Databases The Shell Environment, Aliases, Shell Configuration Files, Writing Scripts, Commands, Variables, Conditional Expressions, Loops, Functions, Managing Email, Choosing Email Software, Securing Your Email Server, Managing Data with SQL, Picking a SQL Package, Understanding SQL Basics, Using MySQL Securing Your System Administering Network Security, Super Server Restrictions, Disabling Unused Servers, Administering Local Security, Securing Passwords, Limiting root Access, Setting Login, Process, SUID/SGID Files, Configuring SSH, Using GPG, Generating, Importing and Revoking Keys, Encrypting and Decrypting Data, Signing Messages and Verifying Signatures.

Linux system administration (LPIC-1)
Delivered in Internationally or OnlineFlexible Dates
£2,797

Signature Level 3 in BSL Course

By Earshot Communication Services

A new face to face Level 3 in BSL certificate course starting in January 2025 with online tutorials and support from experience Deaf tutors. The course will cover the Signature Level 3 curriculum and assessments. Kidderminster. DY10 3YE Limited spaces available!!

Signature Level 3 in BSL Course
Delivered In-PersonJoin Waitlist
£850

100 Hours Yoga Teacher Training

By Kranti Yoga

Embark on a transformative journey with Kranti Yoga's 100-Hour Workshop, a soul-enriching experience designed to deepen your understanding of yoga, nurture self-discovery, and enhance overall well-being. Whether you're a seasoned practitioner or a novice, this immersive workshop invites you to explore the profound teachings of yoga in a supportive and tranquil environment.

100 Hours Yoga Teacher Training
Delivered In-PersonFlexible Dates
£1,800

An Introduction to Property

By Property Overview Ltd

A course for those lacking property-specific education or requiring a broader perspective About Who Could Benefit? A 1-day intensive course for those who work in property and lack formalised property-specific training or have a one-sided background as well as those working with real estate sector clients and who are keen to understand them better. Suits those in the UK or abroad. This engaging course provides the big picture, context and fundamentals per topic, based on the insight and experience of a seasoned and approachable real estate practitioner. We deal with all asset types, but the main focus is commercial and alternative property sectors. We drill down where needed. We teach the fundamentals and show how everything fits together, making each attendee comfortable with lots of jargon in one engaging day. We use real examples and anecdotes to bring the theory to life, enabling attendees to relate this to their jobs. We teach theory & practice. We only use knowledgeable, engaging, approachable and energetic trainers. A course attracting rave reviews. A fuller curriculum stretching over 1.5 or 2 days is available (see Understanding Property or you can pick modules from other courses). Both courses are available to be taught in-house as well. Trainers: Kaushik Shah (London), Alan Thompson (Edinburgh) Modules An Introduction to Property (1 day course) Foundation knowledge for those working in property or with property clients at only £630pp (public course). It provides a birds-eye, measured 360° view of the property industry. It explains how it all fits together, what drives it, how things work and who does what. We get you comfortable with key bits of jargon that you are likely to come across day-to-day, related to the letting, management and investment side. Real Estate might be slow but is constantly evolving, and we provide insight into the most important trends including technology. We provide context on how property compares to stocks and bonds as an investment. The real-life case study ties everything back together. Modules in brief are: • Property needs occupiers to thrive: why buy, why rent? • Asset types explained • Insight into real market drivers, market cycles & market dynamics • Sector- and Asset-specific considerations • Technology impacts how property is used, built, let, sold & invested in • The traditional job roles • Property leasing & other jargon • The letting process, lease structures and lease events • The investment process, -styles and -vehicles • Investment-related jargon-busting • Property is slow but constantly evolving • Case study To see detailed course content please click ‘see content’ below. To book please email kaushik@propertyoverview.co.uk or fill in our booking form Next Date Available: Tuesday 4 July 2024 | C. London or onlineIn-house course ‘Introduction to Property’ Tailor-made foundation knowledge course for those working in property or with property clients. The course is designed by a senior practitioner with hands-on experience who understands what clients want. An extensive selection of course modules exist (check out the content of the 2-day course) and content can be created, added to or abbreviated as required, or worked around your business product. Pricing Find the best price.   Property Overview offers competitively priced, effective training courses with unique practitioner-led content. Applied, relevant content leads to greater impact and value-for-money. Pricing below is shown for public courses for individual bookings, and for in-house courses. To book one or several individual places on our on-line courses, please fill in our booking form or email kaushik@propertyoverview.co.uk For bookings of 4 or more staff an on-line in-house course is recommended, also as the content can be tailored around your needs and your products or services. This provides value for money and a more effective training course on top. An Introduction to Property (1 day course) £630 + VAT • Per Person + 20% VAT• No VAT is chargeable for courses sold to companies abroad• Prices upon application for courses taught abroad.In-house course ‘Introduction to Property’ £3,025 for 8 hrs, £4,240 for 1.5 days £5,335 for 2 days • UK VAT @ 20% where applicable• Includes up to 6 attendees, surcharge at £60 per day or £62.5 per 1.5 days per additional attendee + VAT• Modules can run across several days on-line, fitting into diaries better• Prices upon application for f2f courses taught abroad

An Introduction to Property
Delivered Online & In-PersonFlexible Dates
£630 to £5,335

Online Postgraduate Certificate Business of Motorsport

5.0(1)

By National Motorsport Academy

The Postgraduate Certificate (PG Cert.) consists of the first four modules from the MA Business of Motorsport Master’s Degree. You can then achieve a Postgraduate Diploma (PG Dip.) Business of Motorsport by studying the PG Dip. Top-Up, a further three modules from the MA.

Online Postgraduate Certificate Business of Motorsport
Delivered OnlineFlexible Dates
£3,950 to £5,925