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

26915 Courses delivered Online

Practical Project Management

4.5(3)

By Studyhub UK

Overview Uplift Your Career & Skill Up to Your Dream Job - Learning Simplified From Home! Kickstart your career & boost your employability by helping you discover your skills, talents and interests with our special Practical Project Management Course. You'll create a pathway to your ideal job as this course is designed to uplift your career in the relevant industry. It provides professional training that employers are looking for in today's workplaces. The Practical Project Management Course is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Practical Project Management Course has been designed by industry experts to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Practical Project Management Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into elementary modules, allowing our students to grasp each lesson quickly. At StudyHub, we don't just offer courses; we also provide a valuable teaching process. When you buy a course from StudyHub, you get unlimited Lifetime access with 24/7 dedicated tutor support. Why buy this Practical Project Management? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Practical Project Management there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Practical Project Management course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This Practical Project Management does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Practical Project Management was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Practical Project Management is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Project Management Fundamentals: Know the Principles and Get it Right What is a Project? 00:04:00 The Four Stage Project Lifecycle 00:09:00 Project Stages and Boundaries 00:09:00 One Reason why Projects go Wrong 00:06:00 Terminology used in the Project Stages 00:05:00 More on Project Gateways / Stage Gates 00:02:00 Project Definition Stage: The Vital Foundation to Your Success Define your Project: Goals and Objectives 00:11:00 Understanding Project Scope 00:06:00 Dealing with Scope Creep 00:06:00 Project Definition: Summary 00:03:00 Project Planning Stage: Failing to Plan = Planning to Fail The Book of the Plan 00:06:00 The Stakeholder Engagement Process 00:04:00 Stakeholder Analysis 00:07:00 Milestones are your Best Friends 00:08:00 The Work Breakdown Structure 00:08:00 The Gantt Chart 00:06:00 Tools for Creating a Gantt Chart 00:04:00 The Linear Responsibility Chart (LRC) aka The RACI Chart 00:09:00 Risk Analysis 00:08:00 The Six Strategies for Managing Risks 00:09:00 The Risk Register 00:06:00 Project Delivery Stage: Don't you Love it When a Plan Comes Together! The Four Essentials of Leading your Team 00:07:00 Project Delivery - The Three Key Cycles 00:12:00 Project Closure Stage: Deep Sigh - You're nearly done Closing your Project in an Orderly Manner 00:09:00 Closing Words 00:01:00 Assignment Assignment - Practical Project Management 00:00:00

Practical Project Management
Delivered Online On Demand2 hours 45 minutes
£10.99

Python for network engineers

5.0(3)

By Systems & Network Training

Python training course description This Python course focusses on teaching Python for use in network automation and network DevOps. We focus on getting delegates up and running with Python and network automation as quickly as possible rather than making them great programmers. In other words we concentrate on enabling delegates to use network automation libraries such as netmiko, NAPALM and Nornir, and APIs such as NETCONF and RESTCONF rather than enabling delegates to produce object oriented programs. Hands on sessions use Cisco and Juniper devices. What will you learn Run Python programs. Read Python programs. Write Python programs. Debug Python programs. Automate network tasks with Python programs. Configure network devices with Python. Collect data from network devices with Python. Python training course details Who will benefit: Network engineers. Prerequisites: TCP/IP Foundation Duration 5 days Python training course contents What is Python? Programming languages, Why Python? Python in interactive mode, Python scripts, ipython, Python version 2 versus version 3. A simple Python script. Comments. Hands on Installing Python, Hello world. A network example On box vs off box Python. telnet, ssh, NETCONF, HTTP, APIs, manufacturers and API support, analysis of a simple telnetlib program. Hands on Using Python to retrieve the configuration from a network device. Using wireshark to analyse the actions. Python basics I/O, operators, variables and assignment, types, indentation, loops and conditionals. Hands on Modifying the telnet program, changing configurations on a network devices. Functions, classes and methods What are functions, calling functions, builtin functions, useful builtin functions, file handling, classes, objects, creating instances. Hands on Storing configurations in files, configuring devices from files, using an inventory file to work on multiple devices. Libraries and modules Modules, files and packages, import, from-import, Python standard library, other packages, pip install, executing other programs. Managing python libraries. Hands on Using pip, installing and using ipaddress, subprocess to access netsnmp. For the more advanced, using the sockets library. Paramiko and netmiko SSH, enabling SSH on devices, keys. Paramiko versus netmiko, example scripts. pexpect. Hands on Configuring VLANs from Python. pySNMP Gathering facts using previous methods, SNMP review, pySNMP GET, pySNMP and SNMPv3. easySNMP library. Hands on Walking a MIB from Python. NETCONF What is NETCONF? Enabling NETCONF on devices, A first ncclient script, device handlers, get_config, edit_config, copy_config, delete_config, commit, validate, pyEZ, utils_config, utils.sw. Hands on Configuration using ncclient and PyEZ. This session is expanded for those interesting in JunOS automation. Manipulating configuration files Builtin functions, string handling. Unicode. Sequences, strings, lists, tuples. Dictionaries. TextFSM. Regular expressions. JSON, YAML, XML, YANG, Jinja2, templates. Hands on Jinja2 templating with Python to configure network devices. NAPALM Getters, configuration operations, supported devices, NAPALM transport, Config-replace, Config-merge, Compare config, Atomic changes, rollback. Example NAPLAM scripts. Hands on Using NAPALM to gather facts, Using NAPALM for configuration management REST and RESTCONF What is REST, HTTP methods, GET, POST, cURL, Postman, Python requests library. RESTCONF, a RESTCONF example. Hands on Modifying a configuration using RESTCONF. Scapy What is scapy, Scapy in interactive mode, Scapy as a module. Hands on Packet crafting from Python. Warning Errors and exceptions, Exception handling, try, except. Memory management. Garbage collection. Context management, With. Hands on Improving Python code. Nornir What is Nornir? A network automation framework, inventories, connection management and parallelization. Nornir architecture and other libraires. Hands on Setting up nornir, nornir fact gathering, nornir tasks. Optional Writing your own functions, Writing your own classes. pyntc. Hands on Writing reusable code.

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

Information Management

5.0(1)

By Course Gate

Imagine yourself being an expert in information management when the entire world is drowning in data. Indeed, it will give you an edge in multiple industries if you can gain concrete skills in this field. This information management course has been designed to equip you with all the basic knowledge to start your pathway to becoming an industry leader in the data sector. Picture the first module as your grand entry into the world of data. Here, you will be introduced to the fundamentals terminology. Plus, you will also get insights into how data is critical to business growth.  The second module 2 of this course will teach you about the strategies for managing information. Understanding this module will help you sync information and manage goals with the organisation's primary mission. Plus, you will learn strategic planning, creating a roadmap of data to action, and data governance.  In module 3, you will explore database systems, design, and data storage. Here, you will also have an idea about the NoSQL databases. Module 5 sheds light on auditing information systems. It will help you determine the tools and techniques to evaluate data reliability. Here, you will learn audit principles, planning, risk assessment, and procedures.  The final module of this course focuses on ethical considerations related to data management. The key concepts you will learn here are ethical framework, data privacy laws, data ethics, and data protection strategies. At the end of this module, you can ensure responsible data handling and robust data protection management. Enrol in this top-notch information systems management course to secure yourself in a job market with an average salary of £39,000 per year in the UK. Learning Outcome Gain proficiency in analysing and interpreting data for decision-making Build a strategic mindset to prepare an excellent information strategy Acquire skills to ensure efficient data storage plus retrieval Ability to use MIS to assist managerial decision-making Develop auditing skills to ensure compliance, security, data integrity Have a clear understanding of ethical awareness related to data Career path Data Analyst Information Security Specialist Database Administrator IT Project Manager Chief Information Officer Business intelligence analyst Course Curriculum Module 01: Introduction to Information Management Introduction to Information Management 00:32:00 Module 02: Information Management Strategy Information Management Strategy 00:17:00 Module 03: Databases and Information Management Databases and Information Management 00:29:00 Module 04: Management Information Systems (MIS) Management Information Systems (MIS) 00:16:00 Module 05: Auditing Information Systems Auditing Information Systems 00:16:00 Module 06: Ethical and Social Issues and Data Protection Ethical and Social Issues and Data Protection 00:27:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Information Management
Delivered Online On Demand2 hours 17 minutes
£11.99

Certified Kanban System Design – KMP I - 17-19 December

By Tom Reynolds

Attend our world class Kanban University accredited Certified Kanban System Design training course and learn to implement Kanban in your company

Certified Kanban System Design – KMP I - 17-19 December
Delivered OnlineFlexible Dates
£1,074 to £1,194

Certified Kanban System Design – KMP I - 24-26 September

By Tom Reynolds

Attend our world class Kanban University accredited Certified Kanban System Design training course and learn to implement Kanban in your company

Certified Kanban System Design – KMP I - 24-26 September
Delivered OnlineFlexible Dates
£1,074 to £1,194

Certified Kanban System Design – KMP I - 19-21 November

By Tom Reynolds

Attend our world class Kanban University accredited Certified Kanban System Design training course and learn to implement Kanban in your company

Certified Kanban System Design – KMP I - 19-21 November
Delivered OnlineFlexible Dates
£1,074 to £1,194

Data Science Engineering: Data Analytics & Database Management with MySQL - QLS Endorsed

4.8(9)

By Skill Up

Level-7 QLS Endorsed | 22-in-1 Diploma Bundle| Free CPD PDF+ Transcript Certificate| Lifetime Access| Learner Support

Data Science Engineering: Data Analytics & Database Management with MySQL - QLS Endorsed
Delivered Online On Demand5 days
£119

Extended Diploma in Strategic Business Management

By iStudy UK

Get the tactical know how of the modern business world Simply starting a business and maintaining it over the course of time isn't enough anymore. Strategies needs to be involved to make your business successful. This course will show exactly how that is done. Business Management Strategy can be defined as the strategies undertaken to attain the most efficient business management for a corporation, medium-sized or small scale business. Business management strategy can be illustrated as a process of specifying a company's objectives, developing policies and plans to achieve these objectives and the allocation of resources in the direction of implementing the policies and attaining these objectives. Most importantly, business management strategy is a dynamic process which encompasses all the industries and businesses in which the company is involved in a framework akin to that of game theory. So if you want to strategize your approach towards your business then this course will be useful to you. Complete all the units and you will have capable knowledge of becoming a good business strategist. Course Highlights Extended Diploma in Strategic Business Management is an award winning and the best selling course that has been given the CPD Certification & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed Extended Diploma in Strategic Business Management into several modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 20/30 hours and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. Why You Should Choose Extended Diploma in Strategic Business Management Lifetime access to the course No hidden fees or exam charges CPD Accredited certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? Extended Diploma in Strategic Business Management is CPD certified and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our Extended Diploma in Strategic Business Management is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Business Planning and Analysis Business Planning Basics FREE 01:00:00 Market Evaluation FREE 01:00:00 Analyse Competition 01:00:00 Determine A Marketing Strategy 01:00:00 Decide What Extras You May Need Like Staff etc 00:30:00 The Dangers In Not Making A Business Plan 00:15:00 Wrapping Up 00:15:00 Business Branding Introduction 00:15:00 The Purple Cow 00:30:00 Try to be an Exceptionist 00:30:00 Make Yourself Well Recognised Before Your Customers 00:15:00 Wow Your Customers 00:30:00 Develop a Personal Style 00:30:00 Use Creative Imageries to Catch the Attention 00:30:00 Be a Traditionalist, Not a Fad Chaser 00:15:00 Bringing Out the Purple Cow in Your Business 00:30:00 Conclusion 00:15:00 Business Administration What is Business Administration? FREE 01:00:00 Business and Organisations FREE 00:30:00 Management of Business 01:00:00 Business Organization Perspectives 01:00:00 Decision Making 01:00:00 Approaches to Leadership 01:00:00 Management Management 01:00:00 Definition of Management 01:00:00 Characteristics of Management 01:00:00 Management Functions/Process of Management 01:00:00 Nature of Management 01:00:00 Levels of Management 01:00:00 Characteristics of Professional Managers 00:30:00 Principles of Management 01:00:00 Business Management Introduction to Management FREE 01:00:00 How to Build Trust and Confidence FREE 01:00:00 A Manager's Pitfalls 01:00:00 How to Build Team Spirit 01:00:00 Dealing with Problem Employees 01:00:00 Using Your Emotional Intelligence 00:30:00 Conclusion to Management 00:15:00 Mock Exam Mock Exam- Extended Diploma in Strategic Business Management 00:30:00 Final Exam Final Exam- Extended Diploma in Strategic Business Management 00:30:00

Extended Diploma in Strategic Business Management
Delivered Online On Demand28 hours
£25

Certified Wireless Security Professional

5.0(3)

By Systems & Network Training

CWSP training course description A hands-on training course concentrating solely on WiFi security with an emphasis on the delegates learning the necessary knowledge and skills to pass the CWSP exam. The course progresses from simple authentication, encryption and key management onto in depth coverage of 802.X and EAP along with many other security solutions such as access control, intrusion prevention and secure roaming. What will you learn Demonstrate the threats to WiFi networks. Secure WiFi networks. Configure: WPA2 RADIUS 802.1x EAP Pass the CWSP exam. CWSP training course details Who will benefit: Technical network staff. Technical security staff. Prerequisites: Certified Wireless Network Associate. Duration 5 days CWSP training course contents WLAN Security overview Standards, security basics, AAA, 802.11 security history. Hands on WLAN connectivity. Legacy 802.11 security Authentication: Open system, shared key. WEP. VPNs. MAC filters. SSID segmentation, SSID cloaking. Hands on Analysing 802.11 frame exchanges, viewing hidden SSIDs. Encryption Basics, AES, TKIP, CCMP, WPA, WPA2. Hands on Decrypting 802.11 data frames. 802.11 layer 2 authentication 802.1X: Supplicant, Authenticator, Authentication server. Credentials. Legacy authentication. EAP, Weak EAP protocols, Strong EAP protocols: EAP -PEAP, EAP-TTLS, EAP-TLS, EAP-FAST. Hands on Analysing 802.1X/EAP frames. 802.11 layer 2 dynamic key generation Robust Security Network. Hands on Authentication and key management. SOHO 802.11 security WPA/WPA2 personal, Preshared Keys, WiFi Protected Setup (WPS). Hands on PSK mapping. WLAN security infrastructure DS, Autonomous APs, WLAN controllers, split MAC, mesh, bridging, location based access control. Resilience. Wireless network management system. RADIUS/LDAP servers, PKI, RBAC. Hands on 802.1X/EAP configuration. RADIUS configuration. 802.11 Fast secure roaming History, RSNA, OKC, Fast BSS transition, 802.11k. Hands on Roaming. Wireless security risks Rogue devices, rogue prevention. Eavesdropping, DOS attacks. Public access and hotspots. Hands on Backtrack. WiFi security auditing Layer 1 audit, layer 2 audit, pen testing. WLAN security auditing tools. WiFi security monitoring Wireless Intrusion Detection and Prevention Systems. Device classification, WIDS/WIPS analysis. Monitoring. 802.11w. Hands on Laptop spectrum analysers. VPNs, remote access, guest access Role of VPNs in 802.11, remote access, hotspots, captive portal. Wireless security policies General policy, functional policy, recommendations.

Certified Wireless Security Professional
Delivered in Internationally or OnlineFlexible Dates
£3,697

Sports Management Leadership: Thriving in Sports Administration

4.3(43)

By John Academy

Unlock the keys to success in the dynamic world of sports administration with our comprehensive 'Sports Management Leadership' course. From strategic planning to financial analysis, delve into the nuances of organizational structures, leadership in sports, and the global impact of professional circuits. Equip yourself with the skills to navigate sports finance, conflict resolution, data analytics, event planning, and more. Thrive in the sports industry with our expert-led curriculum, blending theory with real-world applications. Join us on the path to becoming a sports management leader and elevate your career in this exciting field!

Sports Management Leadership: Thriving in Sports Administration
Delivered Online On Demand
£24.99