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

25 Privacy courses in Liverpool

Essential Cloud Technologies

5.0(3)

By Systems & Network Training

CLOUD TECHNOLOGIES TRAINING COURSE DESCRIPTION This course provides an introduction to cloud technologies, including, configuration and deployment, security, maintenance, and management. It covers all aspects of cloud computing infrastructure. It will help you to master the fundamental concepts, terminology, and characteristics of cloud computing. . WHAT WILL YOU LEARN * Contrast and compare AWS, GCP and Azure. * Explain the different cloud services, models and characteristics. * Explain cloud virtualization components and options. * Explain cloud security options. * Describe cloud automation, orchestration, monitoring and performance options. CLOUD TECHNOLOGIES TRAINING COURSE DETAILS * Who will benefit: Anyone working with or looking to work with cloud technologies. * Prerequisites: None. * Duration 2 days CLOUD TECHNOLOGIES TRAINING COURSE CONTENTS * What is the cloud? The Internet Cloud computing Benefits Disadvantages * Cloud services IaaS, PaaS, SaaS, others. * Cloud service providers AWS, GCP Microsoft Azure, others * Cloud architectures Private, public, hybrid others Cloud based delivery * The cloud and virtualization Virtual Machines, networks, storage, deployment. * Accessing the Virtual Machine * Secure cloud environments Security considerations. Data privacy considerations * Automation and orchestration * Monitoring and performance Performance Cost issues Cost containment

Essential Cloud Technologies
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1497

Certified Internet of Things Practitioner

By Mpi Learning - Professional Learning And Development Provider

In this course, students will learn general strategies for planning, designing, developing, implementing, and maintaining an IoT system through various case studies and by assembling and configuring an IoT device to work in a sensor network.

Certified Internet of Things Practitioner
Delivered in-person, on-request, onlineDelivered Online & In-Person in Loughborough
£350

CWISA Wireless IoT Solutions Administrator

5.0(3)

By Systems & Network Training

CWISA TRAINING COURSE DESCRIPTION This CWISA course covers wireless technologies with reference to IoT. It examines from an IoT perspective how wireless works, and is an excellent introduction to IoT for the wireless engineer. Topics range from wireless technologies, RF, to mobile networks, IoT, and security. WHAT WILL YOU LEARN * Describe wireless networking and IoT technologies. * Explain basic RF communications. * Plan wireless solutions. * Describe how to implement wireless solutions. * Use best practices in implementing wireless solutions. CWISA TRAINING COURSE DETAILS * Who will benefit: Anyone working with IoT technologies. * Prerequisites: RF fundamentals. * Duration 4 days CWISA TRAINING COURSE CONTENTS * Introduction to wireless technologies History of wireless, radio waves and frequencies, wireless technologies and related components, common components of wireless solutions, LAN networking requirements, Network security, Implementing wireless solutions, staging, documentation, security updates, Industry organizations, IEEE, compatibility and certification groups. * Wireless network use cases Wireless BANs, Wireless PANs, Wireless LANs, Wireless MANs, Wireless WANs, Wireless sensor networks, New network driver-Internet of Things, IoT for industry (IIoT), IoT for connected vehicles, Residential environments, Retail, Education (K12), Higher education, Agriculture, Smart cities / Public access, Health care, Office buildings, Hospitality, Industry, Stadiums, arenas, and large public venues. * Planning wireless solutions Identifying use cases and applications, common wireless requirements and constraints, performing a wireless system design, selecting and evaluating design parameters. * RF communications RF wave characteristics, RF propagation behaviours, RF signal metrics, fundamentals of wireless modulation. other wireless carriers, common frequency bands. * Radio frequency hardware Hardware levels, basic RF hardware components (circuit board level), RF link types (use category). RF device types. * Mobile communications networks Mobile networks, LTE, 5G, Use cases. * Short-range, low-rate, and low-power networks RF and speed, RF and range, RF and power, 802.11, 802.15.4, Bluetooth, LoRa (Long range) / LoRaWAN, ZigBee, 6LoWPAN, NB-IoT and LTE-M. * Wireless sensor networks What is a Wireless Sensor Network (WSN)? WSN applications, Sensors and actuators, WSN architectures, Planning a WSN. * Internet of Things (IoT) Internet of Things (IoT) defined, IoT history and its definition revisited, one more comment on the definition of IoT, IoT verticals, Oil & Gas, IoT structure/ architecture basics, IoT connected objects. * Securing wireless networks Confidentiality, integrity and availability, Privacy, non-repudiation, authenticity & safety, Importance of authentication in wireless networks, Key cryptographic technologies & concepts, Authentication methods, Authorisation, OAuth 2.0 authorisation framework, monitoring. * Troubleshooting wireless solutions Proper solutions design, designing and implementing wireless solutions, basic installation procedures, general configuration considerations, troubleshooting and remediation, troubleshoot common problems in wireless solutions. * Programming, scripting and automation What is an API? categories of APIs, common API communication methods, choosing a language, why are we integrating systems? Application & integration architectures. Data structures & types, XML, YAML, API types.

CWISA Wireless IoT Solutions Administrator
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2797

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-person, on-request, onlineDelivered Online & In-Person in Internationally
£3697

Private Counselling London Miss Date Doctor

4.9(27)

By Nia Williams Miss Date Doctor Dating Coach London, Couples Therapy

Access confidential and personalized private counselling in London. Our experienced therapists provide one-on-one sessions to address your unique mental health needs, including anxiety, depression, stress, and more. With a focus on privacy and individualized care, our therapy services aim to support your journey towards mental well-being and personal growth. Key areas: confidential therapy, one-on-one counselling, private therapy, individual counselling, personal therapy sessions, private mental health support, discreet counselling. 3 x 1 hour sessions

Private Counselling London Miss Date Doctor
Delivered in-person, on-request, onlineDelivered Online & In-Person in London & 2 more
£600

An Understanding of Bowel Care

By Guardian Angels Training

Gain comprehensive knowledge and practical skills for safe and effective bowel care management with our "An Understanding of Bowel Care Techniques" course. Ideal for healthcare professionals seeking to promote patient comfort and prevent complications.

An Understanding of Bowel Care
Delivered in-person, on-requestDelivered In-Person in Internationally
£1175

M.D.D CELEBRITY THERAPIST LONDON PACKAGE (SELF IMPROVEMENT)

4.9(27)

By Nia Williams Miss Date Doctor Dating Coach London, Couples Therapy

Introducing Celebrity Therapist London Package: Discreet and Customized Counseling for Public Figures Are you a public figure seeking confidential and personalized counseling in London? Miss Date Doctor’s Celebrity Therapist London Package offers you discreet and specialized therapy services tailored to meet the unique needs and challenges faced by individuals in the public eye. Being a public figure can come with its own set of stressors and pressures. Our experienced celebrity therapists are dedicated to providing you with a safe and non-judgmental space to address personal concerns, manage stress, and find support for emotional well-being. Here’s how the Celebrity Therapist London Package can support you: * Confidentiality: Our celebrity therapists are well-versed in maintaining confidentiality and respecting your privacy at all times. * Specialized Support: We offer customized counseling, recognizing the specific challenges that public figures may encounter in their personal and professional lives. * Emotional Regulation: Therapy can assist you in managing emotions related to public scrutiny, criticism, and constant attention. * Stress Management: We’ll work on stress management techniques to help you navigate the demands of your public role. * Coping Strategies: Our therapists will equip you with effective coping strategies to manage the unique stressors you may face. * Balancing Personal and Professional Life: Therapy can help you find a balance between your personal life and the demands of your public career. * Building Resilience: We’ll focus on developing resilience to handle the challenges of public life with strength and grace. * Self-Care and Well-being: Our celebrity therapists emphasize self-care practices to support your emotional and mental well-being. The Celebrity Therapist London Package at Miss Date Doctor is designed to cater to your specific needs as a public figure, offering you a supportive and understanding space to navigate challenges and enhance your overall well-being. Invest in your emotional health and take the first step towards confidential support with the Celebrity Therapist London Package. Embrace the opportunity to receive specialized therapy services tailored to your unique experiences and demands as a public figure. Let our experienced celebrity therapists guide you towards greater emotional resilience, balance, and well-being. 6×1 hour sessions https://relationshipsmdd.com/product/celebrity-therapist-london-package/ [https://relationshipsmdd.com/product/celebrity-therapist-london-package/]

M.D.D CELEBRITY THERAPIST LONDON PACKAGE (SELF IMPROVEMENT)
Delivered in-person, on-request, onlineDelivered Online & In-Person in London & 2 more
£2600

Data Ethics for Business Professionals

By Mpi Learning - Professional Learning And Development Provider

Data Ethics for Business Professionals is designed for individuals who are seeking to demonstrate an understanding of the ethical uses of data in business settings.

Data Ethics for Business Professionals
Delivered in-person, on-request, onlineDelivered Online & In-Person in Loughborough
£45

M.D.D ONLINE DATING TIPS PACKAGE (SINGLES)

4.9(27)

By Nia Williams Miss Date Doctor Dating Coach London, Couples Therapy

Introducing our comprehensive “Online Dating Tips for Miss Date Doctor” package, designed to equip you with expert guidance and proven strategies for navigating the digital dating landscape with confidence and success. Discover the secrets to standing out in the online dating world and attracting quality matches who are genuinely compatible with you. In this package, you’ll gain access to a wealth of valuable resources and personalized coaching from Miss Date Doctor, a trusted relationship expert. With her guidance, you’ll learn how to optimize your online dating profile, enhance your communication skills, and overcome common challenges faced in the world of online dating. Here’s what you can expect from our “Online Dating Tips for Miss Date Doctor” package: Profile Optimization Techniques: Craft an enticing and authentic online dating profile that captures attention and showcases your unique personality. Learn the art of choosing the perfect profile picture, writing engaging bios, and optimizing your presence on popular dating platforms like Tinder, Bumble, or OkCupid. Effective Communication Strategies: Master the art of online conversation and learn how to engage potential partners in meaningful dialogue. Discover techniques for initiating conversations, keeping them flowing, and creating a genuine connection that translates from the digital realm to real-life interactions. Gain insights into flirting, banter, and maintaining interesting conversations. Navigating Online Platforms: Understand the nuances of different online dating platforms and maximize your chances of finding success on each one. Whether it’s a mainstream app or a specialized dating website, you’ll learn how to tailor your approach and increase your visibility among potential matches. Explore related terms such as “best dating apps,” “dating site tips,” and “online dating platform comparison” to gain a comprehensive understanding. Safety and Security Guidelines: Prioritize your well-being with essential safety tips for online dating. Learn to identify red flags, protect your personal information, and ensure your online interactions remain secure. Explore related topics like “online dating safety,” “scam awareness,” and “privacy precautions” to stay informed and confident while navigating the digital dating world. Overcoming Common Challenges: Gain insights into overcoming common hurdles and setbacks encountered in online dating. From handling rejection gracefully to managing expectations, you’ll develop resilience and a positive mindset that will propel you forward on your dating journey. Explore related terms such as “dealing with rejection in online dating,” “managing dating expectations,” and “building dating confidence” for additional guidance. Enroll in our “Online Dating Tips for Miss Date Doctor” package today and empower yourself with the tools and knowledge necessary to transform your online dating experience. Let us guide you toward attracting meaningful connections and finding the love you deserve. Don’t let online dating become a source of frustration; embrace it as an exciting opportunity for personal growth and fulfilling relationships. With the “Online Dating Tips for Miss Date Doctor” package, you’ll be equipped to navigate the digital landscape confidently and embark on a journey towards love and happiness. https://relationshipsmdd.com/product/online-dating-tips-package/ [https://relationshipsmdd.com/product/online-dating-tips-package/]

M.D.D ONLINE DATING TIPS PACKAGE (SINGLES)
Delivered in-person, on-request, onlineDelivered Online & In-Person in London & 2 more
£500

M.D.D PRIVATE OCCUPATIONAL THERAPY LONDON PACKAGE (SELF IMPROVEMENT)

4.9(27)

By Nia Williams Miss Date Doctor Dating Coach London, Couples Therapy

Introducing Private Occupational Therapy London Package: Personalized Support for Your Unique Needs Are you looking for private occupational therapy services in London that prioritize your individual needs and goals? Miss Date Doctor’s Private Occupational Therapy London Package offers you dedicated one-on-one support and personalized interventions to help you overcome challenges and improve your quality of life. Private occupational therapy provides a focused and tailored approach, ensuring that you receive the highest level of care and attention. Our experienced occupational therapists in London are committed to understanding your specific needs and providing effective solutions to enhance your daily functioning and well-being. Here’s how the Private Occupational Therapy London Package can support you: * Personalized Assessment: Our private occupational therapists will conduct a thorough and individualized assessment to gain a comprehensive understanding of your unique challenges, strengths, and goals. * Tailored Treatment Plan: Based on the assessment, we’ll develop a customized treatment plan designed to address your specific needs and aspirations. This plan will focus on enhancing your functional abilities and promoting independence. * Focused Attention: Private occupational therapy sessions offer you dedicated one-on-one attention, ensuring that you receive the most effective and personalized interventions. * Individual Progress: Our therapists will closely monitor your progress throughout the therapy process, making adjustments to the treatment plan as needed to maximize your outcomes. * Convenient Scheduling: Private occupational therapy allows for flexible scheduling options to accommodate your busy lifestyle and ensure that you have access to the support you need when it’s most convenient for you. * Personal Empowerment: We believe in empowering you to take an active role in your therapy journey. Our therapists will collaborate with you, providing guidance and support as you work towards your goals. * Confidentiality and Privacy: Private occupational therapy sessions offer a confidential and private environment where you can freely discuss your challenges and experiences. The Private Occupational Therapy London Package at Miss Date Doctor is committed to providing you with the highest level of personalized care and support. Our expert occupational therapists will work closely with you to help you overcome obstacles, regain independence, and enhance your daily living skills. Invest in your well-being and experience the benefits of private occupational therapy. Take the first step towards a more fulfilling and empowered life with the Private Occupational Therapy London Package. Let our skilled therapists guide you towards greater independence, improved functionality, and a more enriched quality of life. 3 x1 hour https://relationshipsmdd.com/product/private-occupational-therapy-london-package/ [https://relationshipsmdd.com/product/private-occupational-therapy-london-package/]

M.D.D PRIVATE OCCUPATIONAL THERAPY LONDON PACKAGE (SELF IMPROVEMENT)
Delivered in-person, on-request, onlineDelivered Online & In-Person in London & 2 more
£450