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

3078 Development courses in Leeds delivered Live Online

Advanced Programming Techniques with Python v1.2

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is designed for existing Python programmers who have at least one year of Python experience and who want to expand their programming proficiency in Python 3. Overview In this course, you will expand your Python proficiencies. You will: Select an object-oriented programming approach for Python applications. Create object-oriented Python applications. Create a desktop application. Create data-driven applications. Create and secure web service-connected applications. Program Python for data science. Implement unit testing and exception handling. Package an application for distribution. Python© continues to be a popular programming language, perhaps owing to its easy learning curve, small code footprint, and versatility for business, web, and scientific uses. Python is useful for developing custom software tools, applications, web services, and cloud applications. In this course, you'll build upon your basic Python skills, learning more advanced topics such as object-oriented programming patterns, development of graphical user interfaces, data management, creating web service-connected apps, performing data science tasks, unit testing, and creating and installing packages and executable applications. Lesson 1: Selecting an Object-Oriented Programming Approach for Python Applications Topic A: Implement Object-Oriented Design Topic B: Leverage the Benefits of Object-Oriented Programming Lesson 2: Creating Object-Oriented Python Applications Topic A: Create a Class Topic B: Use Built-in Methods Topic C: Implement the Factory Design Pattern Lesson 3: Creating a Desktop Application Topic A: Design a Graphical User Interface (GUI) Topic B: Create Interactive Applications Lesson 4: Creating Data-Driven Applications Topic A: Connect to Data Topic B: Store, Update, and Delete Data in a Database Lesson 5: Creating and Securing a Web Service-Connected App Topic A: Select a Network Application Protocol Topic B: Create a RESTful Web Service Topic C: Create a Web Service Client Topic D: Secure Connected Applications Lesson 6: Programming Python for Data Science Topic A: Clean Data with Python Topic B: Visualize Data with Python Topic C: Perform Linear Regression with Machine Learning Lesson 7: Implementing Unit Testing and Exception Handling Topic A: Handle Exceptions Topic B: Write a Unit Test Topic C: Execute a Unit Test Lesson 8: Packaging an Application for Distribution Topic A: Create and Install a Package Topic B: Generate Alternative Distribution Files

Advanced Programming Techniques with Python v1.2
Delivered OnlineFlexible Dates
Price on Enquiry

SOULFUL ALIGNMENT WITHIN THE REALMS OF TIME

5.0(13)

By Namura

journey for the planetary alignment and channelling for the collective.

SOULFUL ALIGNMENT WITHIN THE REALMS OF TIME
Delivered OnlineFlexible Dates
£11

Advanced Programming Techniques with Python (v1.1)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is designed for existing Python programmers who have at least one year of Python experience and who want to expand their programming proficiency in Python 3. Overview In this course, you will expand your Python proficiencies. You will: Select an object-oriented programming approach for Python applications. Create object-oriented Python applications. Create a desktop application. Create data-driven applications. Create and secure web service-connected applications. Program Python for data science. Implement unit testing and exception handling. Package an application for distribution. Python continues to be a popular programming language, perhaps owing to its easy learning curve, small code footprint, and versatility for business, web, and scientific uses. Python is useful for developing custom software tools, applications, web services, and cloud applications. In this course, you'll build upon your basic Python skills, learning more advanced topics such as object-oriented programming patterns, development of graphical user interfaces, data management, creating web service-connected apps, performing data science tasks, unit testing, and creating and installing packages and executable applications. Lesson 1: Selecting an Object-Oriented Programming Approach for Python Applications Topic A: Implement Object-Oriented Design Topic B: Leverage the Benefits of Object-Oriented Programming Lesson 2: Creating Object-Oriented Python Applications Topic A: Create a Class Topic B: Use Built-in Methods Topic C: Implement the Factory Design Pattern Lesson 3: Creating a Desktop Application Topic A: Design a Graphical User Interface (GUI) Topic B: Create Interactive Applications Lesson 4: Creating Data-Driven Applications Topic A: Connect to Data Topic B: Store, Update, and Delete Data in a Database Lesson 5: Creating and Securing a Web Service-Connected App Topic A: Select a Network Application Protocol Topic B: Create a RESTful Web Service Topic C: Create a Web Service Client Topic D: Secure Connected Applications Lesson 6: Programming Python for Data Science Topic A: Clean Data with Python Topic B: Visualize Data with Python Topic C: Perform Linear Regression with Machine Learning Lesson 7: Implementing Unit Testing and Exception Handling Topic A: Handle Exceptions Topic B: Write a Unit Test Topic C: Execute a Unit Test Lesson 8: Packaging an Application for Distribution Topic A: Create and Install a Package Topic B: Generate Alternative Distribution Files

Advanced Programming Techniques with Python (v1.1)
Delivered OnlineFlexible Dates
Price on Enquiry

Divination Diva

By Selena joy lovett

https://www.patreon.com/Moonhealinganddivination

Divination Diva
Delivered OnlineFlexible Dates
£20

Introduction to C Plus Plus Programming Essentials (TTCP2100)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This is an introductory-level C++ programming course designed for developers with experience programming in C or other languages. Practical hands-on prior programming experience and knowledge is required. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in basic coding with C++, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn: Writing procedural programs using C++ Using private, public and protected keywords to control access to class members Defining a class in C++ Writing constructors and destructors Writing classes with const and static class members Overloading operators Implementing polymorphic methods in programs Writing programs using file I/O and string streams Using manipulators and stream flags to format output Using the keyword template to write generic functions and classes Writing programs that use generic classes and functions Writing programs that use algorithms and containers of the Standard Library Apply object-oriented design techniques to real-world programming problems Using algorithms and containers of the Standard Library to manipulate string data Understand how C++ protects the programmer from implementation changes in other modules of an application Using try() blocks to trap exceptions Using catch() blocks to handle exceptions Defining exceptions and using throw to trigger them Introduction to C++ Programming / C++ Essentials is a skills-focused, hands-on C++ training course geared for experienced programmers who need to learn C++ coupled with sounds coding skills and best practices for OO development. Students will leave this course armed with the required skills to put foundation-level C++ programming skills right to work in a practical environment. The central concepts of C++ syntax and style are taught in the context of using object-oriented methods to achieve reusability, adaptability and reliability. Emphasis is placed on the features of C++ that support abstract data types, inheritance, and polymorphism. Students will learn to apply the process of data abstraction and class design. Practical aspects of C++ programming including efficiency, performance, testing, and reliability considerations are stressed throughout. Comprehensive hands on exercises are integrated throughout to reinforce learning and develop real competency Moving from C to C++ (Optional) New Compiler Directives Stream Console I/O Explicit Operators Standard Libraries Data Control Capabilities Handling Data New Declaration Features Initialization and Assignment Enumerated Types The bool Type Constant Storage Pointers to Constant Storage Constant Pointers References Constant Reference Arguments Volatile Data Global Data Functions Function Prototypes and Type Checking Default Function Data Types Function Overloading Problems with Function Overloading Name Resolution Promotions and Conversions Call by Value Reference Declarations Call-by-Reference and Reference Types References in Function Return Constant Argument Types Conversion of Parameters Using Default Initializers Providing Default Arguments Inline Functions Operator Overloading Advantages and Pitfalls of Overloading Member Operator Syntax and Examples Class Assignment Operators Class Equality Operators Non-Member Operator Overloading Member and Non-Member Operator Functions Operator Precedence This Pointer Overloading the Assignment Operator Overloading Caveats Creating and Using Objects Creating Automatic Objects Creating Dynamic Objects Calling Object Methods Constructors Initializing Member consts Initializer List Syntax Allocating Resources in Constructor Destructors Block and Function Scope File and Global Scope Class Scope Scope Resolution Operator :: Using Objects as Arguments Objects as Function Return Values Constant Methods Containment Relationships Dynamic Memory Management Advantages of Dynamic Memory Allocation Static, Automatic, and Heap Memory Free Store Allocation with new and delete Handling Memory Allocation Errors Controlling Object Creation Object Copying and Copy Constructor Automatic Copy Constructor Conversion Constructor Streaming I/O Streams and the iostream Library Built-in Stream Objects Stream Manipulators Stream Methods Input/Output Operators Character Input String Streams Formatted I/O File Stream I/O Overloading Stream Operators Persistent Objects Introduction to Object Concepts The Object Programming Paradigm Object-Orientated Programming Definitions Information Hiding and Encapsulation Separating Interface and Implementation Classes and Instances of Objects Overloaded Objects and Polymorphism Declaring and Defining Classes Components of a Class Class Structure Class Declaration Syntax Member Data Built-in Operations Constructors and Initialization Initialization vs. Assignment Class Type Members Member Functions and Member Accessibility Inline Member Functions Friend Functions Static Members Modifying Access with a Friend Class Templates Purpose of Template Classes Constants in Templates Templates and Inheritance Container Classes Use of Libraries Strings in C++ Character Strings The String Class Operators on Strings Member Functions of the String Class Inheritance Inheritance and Reuse Composition vs. Inheritance Inheritance: Centralized Code Inheritance: Maintenance and Revision Public, Private and Protected Members Redefining Behavior in Derived Classes Designing Extensible Software Systems Syntax for Public Inheritance Use of Common Pointers Constructors and Initialization Inherited Copy Constructors Destructors and Inheritance Public, Protected, Private Inheritance Exceptions Types of Exceptions Trapping and Handling Exceptions Triggering Exceptions Handling Memory Allocation Errors C++ Program Structure Organizing C++ Source Files Integrating C and C++ Projects Using C in C++ Reliability Considerations in C++ Projects Function Prototypes Strong Type Checking Constant Types C++ Access Control Techniques Polymorphism in C++ Definition of Polymorphism Calling Overridden Methods Upcasting Accessing Overridden Methods Virtual Methods and Dynamic Binding Virtual Destructors Abstract Base Classes and Pure Virtual Methods Multiple Inheritance Derivation from Multiple Base Classes Base Class Ambiguities Virtual Inheritance Virtual Base Classes Virtual Base Class Information The Standard Template Library STL Containers Parameters Used in Container Classes The Vector Class STL Algorithms Use of Libraries

Introduction to C Plus Plus Programming Essentials (TTCP2100)
Delivered OnlineFlexible Dates
Price on Enquiry

Chakra Healing and Balancing Online Training

By NextGen Learning

Chakra Healing and Balancing Online Training Course Overview This Chakra Healing and Balancing Online Training course provides an in-depth exploration of the chakra system, focusing on its role in personal healing and energy balance. Learners will gain a comprehensive understanding of the seven main chakras and their connection to physical, emotional, and spiritual well-being. By examining the techniques for balancing and healing these energy centres, participants will develop the ability to enhance their own wellness practices and support others. This course equips learners with knowledge they can apply immediately, making it a valuable resource for personal growth and professional development in holistic health practices. Course Description Throughout this course, learners will explore each chakra in detail, understanding its specific function, associated qualities, and how imbalances manifest in the body and mind. Topics include chakra energy, methods for chakra cleansing, meditation practices, and tools for restoring harmony. The course offers an engaging learning experience through a structured combination of theory and techniques. By the end of the course, learners will be skilled in identifying chakra imbalances, applying healing practices, and incorporating chakra work into daily life for improved wellness. This training empowers individuals to use chakra healing in both personal and professional settings. Chakra Healing and Balancing Online Training Curriculum Module 01: Module 02: Module 03: (See full curriculum) Who is this course for? Individuals seeking to improve their personal well-being. Professionals aiming to incorporate chakra healing into their practice. Beginners with an interest in holistic health and energy work. Anyone interested in deepening their understanding of spiritual wellness. Career Path Holistic Health Practitioner Wellness Coach Reiki Practitioner Energy Healer Yoga Instructor Spiritual Guide

Chakra Healing and Balancing Online Training
Delivered OnlineFlexible Dates
£7.99

CV Writing and Job Searching

By NextGen Learning

CV Writing and Job Searching Course Overview This course provides essential knowledge and techniques for crafting an effective CV and navigating the job search process. Learners will gain a thorough understanding of how to create a standout CV, tailor it to specific job applications, and implement strategies for successful job hunting. The course covers key aspects such as understanding recruitment processes, utilising job boards, and preparing for interviews. By the end of the course, learners will be equipped with the skills to optimise their CV, boost their job search efforts, and increase their chances of securing employment. Course Description This course delves into the fundamentals of CV writing and job searching, offering learners a step-by-step guide to creating a CV that catches the attention of employers. Topics covered include identifying key skills, structuring a CV for impact, understanding job descriptions, and leveraging various job search platforms. Learners will also explore interview preparation, effective networking, and how to tailor applications to specific roles. Throughout the course, participants will develop an understanding of how to present their strengths and experiences in a way that aligns with employer expectations, enhancing their employability prospects. CV Writing and Job Searching Curriculum: Module 01: CV Writing and Job Searching (See full curriculum) Who is this course for? Individuals seeking to enhance their CV writing and job search skills Professionals aiming to advance their career prospects Beginners with an interest in career development and job hunting Anyone looking to re-enter the job market or make a career change Career Path Recruitment Specialist HR Manager Job Coach or Career Advisor Recruitment Consultant Employer Branding Specialist Job Search Strategist

CV Writing and Job Searching
Delivered OnlineFlexible Dates
£7.99

Italian Language Course for Beginners

By NextGen Learning

Course Overview The Italian Language Course for Beginners offers an exciting introduction to the Italian language, designed to build a strong foundation in communication skills for everyday use. This course covers essential vocabulary, pronunciation, grammar, and conversational phrases, allowing learners to engage confidently in basic Italian dialogues. Through a structured and accessible approach, it provides valuable linguistic and cultural knowledge that can enhance travel experiences, support personal enrichment, or broaden career opportunities. Learners will benefit from step-by-step lessons that gradually develop listening, speaking, reading, and writing abilities. By the end of the course, participants will have gained the competence to hold simple conversations, understand common expressions, and navigate everyday situations with ease. Whether pursuing a personal passion or preparing for future opportunities, this course equips learners with essential Italian language skills that can be applied in various social, educational, and professional contexts. Course Description This comprehensive Italian Language Course for Beginners guides learners through the foundational elements of Italian in an engaging and supportive environment. Covering a range of topics from everyday greetings and basic sentence structure to practical vocabulary and common expressions, the course ensures a balanced development of communication skills. Participants will explore pronunciation techniques, grammatical rules, and essential conversational scenarios relevant to travel, dining, shopping, and social interactions. Lessons are carefully designed to foster gradual progression, enabling learners to build confidence as they advance. Interactive activities and real-world examples enhance understanding and retention, while cultural insights provide additional depth to the learning experience. By the conclusion of the course, learners will possess a strong entry-level proficiency in Italian, capable of managing simple conversations and understanding key aspects of the language. This course is ideal for those seeking to expand their linguistic abilities and cultural knowledge within a structured, beginner-friendly framework. Course Modules Module 01: Lesson 1 Module 02: Lesson 2 Module 03: Lesson 3 Module 04: Lesson 4 Module 05: Lesson 5 Module 06: Lesson 6 Module 07: Lesson 7 Module 08: Lesson 8 Module 09: Lesson 9 (See full curriculum) Who is this course for? Individuals seeking to learn Italian for travel, relocation, or cultural interest. Professionals aiming to add basic Italian language skills to enhance career prospects. Beginners with an interest in European languages and cultures. Students preparing for further language study or international education opportunities. Language enthusiasts wishing to expand their multilingual abilities. Career Path Customer Service Representative in international companies Hospitality and Tourism Sector Roles Administrative Support in multinational organisations Language Teaching Assistant (Entry-level) Cultural Exchange Programme Coordinator

Italian Language Course for Beginners
Delivered OnlineFlexible Dates
£9.99

German Language Course for Beginners

By NextGen Learning

Course Overview The German Language Course for Beginners is designed to provide a comprehensive introduction to one of the world’s most widely spoken languages. Whether for travel, work, or personal enrichment, this course offers a solid foundation in speaking, reading, writing, and understanding German. Learners will gain essential communication skills, from everyday greetings to basic conversations, allowing them to navigate a variety of real-world situations confidently. The course focuses on developing vocabulary, pronunciation, sentence construction, and listening comprehension through engaging and accessible lessons. By the end of the course, learners will be able to understand and communicate basic ideas in German, laying the groundwork for further study or everyday interactions. This course is ideal for those seeking a structured and supportive environment to start their German language journey and aims to deliver practical outcomes that can be applied across travel, education, and professional settings. Course Description The German Language Course for Beginners offers an engaging exploration into the fundamentals of German communication. Through a series of structured lessons, learners will cover key topics such as introductions, numbers, days of the week, everyday vocabulary, basic grammar rules, verb conjugations, and common expressions. The course presents material in a logical progression to ensure that learners build confidence step-by-step, with an emphasis on pronunciation and conversational fluency. Interactive exercises, cultural insights, and simple dialogues enhance the learning experience, fostering both comprehension and retention. By participating in this course, learners will acquire the foundational skills necessary to engage in basic conversations, understand simple written texts, and grasp the structure of the German language. Designed for complete beginners, this programme offers a supportive and stimulating learning environment, making it a valuable stepping stone for further language study, career development, or international travel. Course Modules Module 01: Introduction to the German Language Module 02: German Alphabet and Pronunciation Module 03: Basic Greetings and Introductions Module 04: Numbers, Dates, and Time Module 05: Essential Vocabulary for Everyday Situations Module 06: Basic Grammar: Articles, Nouns, and Verbs Module 07: Forming Simple Sentences and Questions Module 08: Common Phrases and Daily Expressions Module 09: Introduction to German Culture and Customs (See full curriculum) Who is this course for? Individuals seeking to learn German for personal, educational, or travel purposes. Professionals aiming to enhance their career prospects through multilingual skills. Beginners with an interest in European languages and cultures. Students preparing for further German language studies or international opportunities. Career Path Tourism and Hospitality Sector Roles International Customer Support Positions Language Tutoring or Educational Support Translation and Interpretation Assistance Administrative and Office Roles in International Companies

German Language Course for Beginners
Delivered OnlineFlexible Dates
£9.99

SEN Teaching Assistant Level 7

By NextGen Learning

Course Overview The SEN Teaching Assistant Level 7 course offers a comprehensive exploration of Special Educational Needs (SEN) support within educational settings. Designed to enhance both foundational knowledge and specialised understanding, this programme equips learners with the expertise to assist pupils with diverse needs, from cognitive and communication challenges to social, emotional, and sensory difficulties. By undertaking this course, learners will develop the competence to contribute meaningfully to inclusive education environments, supporting teachers and fostering positive learning experiences for students with SEN. The course places strong emphasis on evidence-based teaching strategies, effective collaboration with parents and professionals, and the promotion of pupil well-being and achievement. By the end of the course, learners will have gained valuable insights into SEN frameworks, support structures, and methodologies that can be applied within primary, secondary, and special education contexts, positioning them for success in supportive educational roles. Course Description The SEN Teaching Assistant Level 7 course delves deeply into the key areas necessary for understanding and supporting learners with Special Educational Needs. Covering SEN legislation, support strategies, high-quality teaching techniques, and effective communication approaches, the course offers a thorough grounding in current best practices. Learners will explore how to identify and respond to different types of needs, including cognitive impairments, emotional and mental health challenges, and physical or sensory disabilities. In addition, the course highlights the importance of partnership working with families, educators, and external agencies. Designed to offer a rich and engaging learning experience, the programme combines theoretical frameworks with applied strategies for fostering inclusive and supportive learning environments. Participants will develop the confidence and knowledge required to play a vital role in the academic and social development of students with SEN, preparing them for rewarding opportunities in the education sector. Course Modules Module 01: Special Education Needs (SEN) An Overview Module 02: SEN Support Module 03: High Quality Teaching for Pupils with SEN Module 04: SEN Teaching Methodologies Module 05: Communication and Interaction Module 06: Cognition and Learning Module 07: Social, Emotional and Mental Health Difficulties Module 08: Sensory or Physical Needs Module 09: Working in Partnership (See full curriculum) Who is this course for? Individuals seeking to build a career supporting pupils with Special Educational Needs. Professionals aiming to strengthen their expertise in inclusive education practices. Beginners with an interest in educational support and SEN frameworks. Teaching assistants and school support staff wishing to enhance their SEN knowledge. Career changers exploring opportunities in the education and support sector. Career Path SEN Teaching Assistant Learning Support Assistant Behaviour Support Assistant Special Educational Needs Coordinator (SENCO) Assistant Inclusion Support Worker Pastoral Support Assistant Educational Support Officer

SEN Teaching Assistant Level 7
Delivered OnlineFlexible Dates
£9.99