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

3995 Courses delivered Online

Python Diploma

By Study Plex

Highlights of the Course Course Type: Online Learning Duration: 19 Hours 57 Minutes Tutor Support: Tutor support is included Customer Support: 24/7 customer support is available Quality Training: The course is designed by an industry expert Recognised Credential: Recognised and Valuable Certification Completion Certificate: Free Course Completion Certificate Included Instalment: 3 Installment Plan on checkout What you will learn from this course? Gain comprehensive knowledge about python Understand the core competencies and principles of python Explore the various areas of python Know how to apply the skills you acquired from this course in a real-life context Become a confident and expert python developer Python Masterclass Course Master the skills you need to propel your career forward in python. This course will equip you with the essential knowledge and skillset that will make you a confident python developer and take your career to the next level. This comprehensive Python masterclass course is designed to help you surpass your professional goals. The skills and knowledge that you will gain through studying this Python masterclass course will help you get one step closer to your professional aspirations and develop your skills for a rewarding career. This comprehensive course will teach you the theory of effective python practice and equip you with the essential skills, confidence and competence to assist you in the python industry. You'll gain a solid understanding of the core competencies required to drive a successful career in python. This course is designed by industry experts, so you'll gain knowledge and skills based on the latest expertise and best practices. This extensive course is designed for python developer or for people who are aspiring to specialise in python. Enrol in this Python masterclass course today and take the next step towards your personal and professional goals. Earn industry-recognised credentials to demonstrate your new skills and add extra value to your CV that will help you outshine other candidates. Who is this Course for? This comprehensive Python masterclass course is ideal for anyone wishing to boost their career profile or advance their career in this field by gaining a thorough understanding of the subject. Anyone willing to gain extensive knowledge on this python can also take this course. Whether you are a complete beginner or an aspiring professional, this course will provide you with the necessary skills and professional competence, and open your doors to a wide number of professions within your chosen sector. Entry Requirements This Python masterclass course has no academic prerequisites and is open to students from all academic disciplines. You will, however, need a laptop, desktop, tablet, or smartphone, as well as a reliable internet connection. Assessment This Python masterclass course assesses learners through multiple-choice questions (MCQs). Upon successful completion of the modules, learners must answer MCQs to complete the assessment procedure. Through the MCQs, it is measured how much a learner could grasp from each section. In the assessment pass mark is 60%. Advance Your Career This Python masterclass course will provide you with a fresh opportunity to enter the relevant job market and choose your desired career path. Additionally, you will be able to advance your career, increase your level of competition in your chosen field, and highlight these skills on your resume. Recognised Accreditation This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. What is CPD? Employers, professional organisations, and academic institutions all recognise CPD, therefore a credential from CPD Certification Service adds value to your professional goals and achievements. Benefits of CPD Improve your employment prospects Boost your job satisfaction Promotes career advancement Enhances your CV Provides you with a competitive edge in the job market Demonstrate your dedication Showcases your professional capabilities What is IPHM? The IPHM is an Accreditation Board that provides Training Providers with international and global accreditation. The Practitioners of Holistic Medicine (IPHM) accreditation is a guarantee of quality and skill. Benefits of IPHM It will help you establish a positive reputation in your chosen field You can join a network and community of successful therapists that are dedicated to providing excellent care to their client You can flaunt this accreditation in your CV It is a worldwide recognised accreditation What is Quality Licence Scheme? This course is endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. Benefits of Quality License Scheme Certificate is valuable Provides a competitive edge in your career It will make your CV stand out Course Curriculum Python Basics What Is Python Installation And First Execution 00:09:00 Variables, Creating And Running External Script, Interactive Shell 00:14:00 Comments 00:03:00 Types Of Variables 00:09:00 Math Operators 00:10:00 Exercise: Adding VAT To Products 00:08:00 Semicolon and ENTER - Assigning Multiple Values To Variables At Once 00:04:00 Assignment Operators 00:02:00 Playing With Strings (Slicing, Adding And Having Fun) 00:10:00 Functions and Libraries Basics Importing Libraries, What Are Functions - Basics 00:11:00 ATTENTION - Important Lecture About Common Mistake Regarding Functions 00:05:00 Taking Data From User And Type Conversion (Casting) 00:12:00 Conditional statements Comparison (Relational) Operators 00:05:00 Instruction 'If' Why INDENTATION Is IMPORTANT In Python | DO NOT SKIP! 00:11:00 EXERCISE: Simple Calculator 00:11:00 Values Different Than 0 00:03:00 Logical Operators 00:10:00 Loops Loop While 00:06:00 EXERCISE: Adding Numbers Taken From The User 00:08:00 Loop For 00:06:00 Instruction Break And Continue 00:11:00 EXERCISE: Guess The Number 00:09:00 Lists What Are Lists Basic Operations On Lists 00:10:00 Checking If Element Is 'In' Or 'Not In' The List 00:03:00 Operating On Lists With Functions Bn 00:14:00 Advanced Types Tuples - What Does Immutable Mean 00:05:00 Dictionaries 00:10:00 Sets 00:07:00 Operations On Sets 00:08:00 Nested Types 00:13:00 Processing Nested Types Using Loops 00:03:00 Dictionary Inside Dictionary, Dictionary Inside List - When To Choose Which 00:09:00 Extracting (Lterating Through) Values From Nested Dictionaries 00:20:00 EXERCISE: Dynamic Dictionary With Definitions 00:12:00 Transformations List Comprehensions 00:10:00 Generator Expressions 00:11:00 Dictionary Comprehensions 00:14:00 Set Comprehension 00:03:00 EXERCISE: Finding Numbers That Are Divisible By 7, But Are Not Divisible By 5 00:10:00 Functions - Basics What Are Functions How To Create A Function Why Should We Use Functions 00:10:00 Multiple Parameters In Function (Passing More Arguments) 00:05:00 Returning Values From Function 00:12:00 Functions - Advanced Multi Module Application | How To Import Your Own Module 00:10:00 enum - What It Is And Why You Should Use It 00:13:00 EXERCISE: Sum Of All Numbers Up To The One Entered By User | IMPORTANT Lecture 00:14:00 Measuring PERFORMANCE Of Code | How well (Fast) Some Part Of Code Work | Time 00:15:00 Function As Argument Of Another Function | How To Measure Performance Of Func 00:07:00 Default Arguments 00:07:00 Named (keyword) And Unnamed (Positional) Arguments 00:09:00 EXERCISE - Checking If Value Is In Container 00:07:00 Variable Length Argument (Multiple Arguments Sent And Saved In Single Parameter) 00:12:00 Local vs Global Variables - Scope - Lifetime Of Variables 00:09:00 Mutable vs Immutable Objects 00:21:00 Shallow vs Deep Copy Of Object 00:14:00 Lambda | Anonymous functions - What Are They When Should You Use Them 00:12:00 Random Numbers Drawing Random Numbers - Creating A Program That Checks If You Hit The Monster 00:15:00 Random Events - Choice vs Choices Function 00:09:00 Shuffle - Shuffling Cards In 'War' Game 00:03:00 EXERCISE: Drawing Elements Without REPETITION - Lottery Game - 6 Numbers From 49 00:13:00 EXERCISE | GAME | Drawing Random Chests Colours With Random Rewards 00:25:00 EXERCISE | GAME | Drawing Approximate Value To A Certain Value 00:08:00 Working With Files in Python and Exceptions What Is A File How To Create It Why Do We Need To CLOSE It How To Save Data 00:10:00 Exceptions, Try, Finally Block 00:04:00 Opening The File Using: With… As…: 00:03:00 Reading The Content Of File - Read vs Readlines, Splitting Lines, Encoding 00:07:00 Seek And Tell - Changing And Reading The Position Of Last Operation In File 00:05:00 Append - Adding Text At The End Of File 00:02:00 A+, R+, W+ - Two Function File Opening Modes 00:07:00 Keyword Except - Catching Exceptions - EXERCISE - Loading Names And Surnames 00:12:00 JSON What Is JSON Why Do We Use It What Problems Does JSON Solve 00:06:00 Creating And Saving Data From Python In JSON Format To File And String 00:10:00 Loading Data From JSON File To Python 00:04:00 Pretty Printer - Loading/Saving Pretty And Sorted JSON 00:08:00 pip and PyPi - using External Packages What Is Pip And PyPi Installing And Playing With External Package - Request 00:11:00 Loading Data From Server From JSON File - Preface To Next EXERCISE 00:10:00 Processing JSON Data | Extracting Top Values From List Of Dictionaries 00:18:00 SOLUTION 1: Retrieving A Few Users From Server At The Same Time 00:07:00 SOLUTION 2: Retrieving A Few Users From Server At The Same Time 00:05:00 SOLUTION 3: Retrieving A Few Users From Server At The Same Time 00:12:00 Defaultdict Supplying Missing Values Of Dictionary When Accessing Empty Element 00:06:00 API What Is Public API Where To Find Them. stackoverflow API 00:13:00 Getting JSON From Stackoverflow.com -> Getting Top Questions From Last Week 00:10:00 Opening Websites From Python Code - Webbrowser Module 00:05:00 Getting Records From Last Week - Datetime Module 00:10:00 EXERCISE: Cat Facts 00:06:00 EXERCISE: Random CAT Images By Breed 00:03:00 Authorization - Log In Using API Key - Getting Holiday Calendar 00:12:00 API - header authorization - POST % DELETE Authorization Through Header - Settings 00:06:00 EXERCISE: CAT System - Introduction 00:13:00 POST - Adding A Cat To Favourite List 00:07:00 DELETE - Removing A Cat From Favourite List 00:15:00 Visual Studio Code - Installation and Setting VSC - Downloading And Installing 00:03:00 Setting Up The Workspace In VSC And Installing Basic Extensions 00:08:00 Linter - What Is Linting - How To Use It, Settings In .Vscode 00:10:00 Code Runner | Custom Shortcuts | Shortcuts From Other Editors, Interactive Shell 00:11:00 Auto Save - Making Sure Your File Is Saved After Each Change 00:01:00 Snippets And Pass Keyword 00:06:00 Automatic Code Formatting 00:03:00 Debugging Mode - How To Professionally Debug Your Code 00:16:00 Ligatures - Custom Font Created Especially For Programmers - Fira Code 00:07:00 Visual Studio Code - Useful Extensions Icons Theme 00:02:00 Bracket Pair Colorizer - Improving Readability Of Your Code 00:02:00 Python Preview - Watching The Code Execution While Writing It 00:07:00 Python Quick Print 00:01:00 Code Spell Checker 00:03:00 What Is Object Oriented Programming 00:04:00 OOP - Object Oriented Programming What Are Objects And Classes How To Create A Simple Object And Class. 00:14:00 Creating Your First Method - What Is “Self” 00:15:00 __Init__ - Sending Arguments To Class For Initialization 00:08:00 EXERCISE: Create Rockets That Can Move Up 00:11:00 Document String - Docstring 00:06:00 __Str__ - Dunder Method Representing Text Of Object 00:05:00 EXERCISE: Organizing More Than One Class - Rocket Board 00:10:00 __Getitem__, __Setitem__ - Setting And Getting Values Using Dunder Methods 00:10:00 EXERCISE: Counting Distance Between Rockets 00:21:00 Is It Important To Understand Math That Was Used In The Last Lecture 00:06:00 Static Methods 00:12:00 Setting Type For Variables Using Annotations - Pyright Extension 00:12:00 __Len__ 00:05:00 Class / Static Variables - Creating USER With Unique Ids 00:11:00 EXERCISE: Bank Account - Withdraw/Deposit Money 00:07:00 How To Properly Handle Returned Values From Methods 00:16:00 Inheritance And Method Overriding - Super 00:19:00 EXERCISE: Inheritance On Practical Example - Result 00:08:00 EXERCISE: Playing With Cube, Square And Rectangle 00:09:00 Inheritance Vs Association - When To Use Which 00:16:00 Generator functions Generator Functions - Yield Keyword 00:13:00 EXERCISE: Generate Infinite Amount Of Numbers Multiplied By Themselves 00:06:00 Send Method - How To Send A Value Into A Generator 00:12:00 Assessment Assessment - Python Diploma 00:10:00 Obtain Your Certificate Order Your Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

Python Diploma
Delivered Online On Demand
£19

Python Masterclass

By Study Plex

Highlights of the Course Course Type: Online Learning Duration: 19 Hours 57 Minutes Tutor Support: Tutor support is included Customer Support: 24/7 customer support is available Quality Training: The course is designed by an industry expert Recognised Credential: Recognised and Valuable Certification Completion Certificate: Free Course Completion Certificate Included Instalment: 3 Installment Plan on checkout What you will learn from this course? Gain comprehensive knowledge about python Understand the core competencies and principles of python Explore the various areas of python Know how to apply the skills you acquired from this course in a real-life context Become a confident and expert python developer Python Masterclass Course Master the skills you need to propel your career forward in python. This course will equip you with the essential knowledge and skillset that will make you a confident python developer and take your career to the next level. This comprehensive Python masterclass course is designed to help you surpass your professional goals. The skills and knowledge that you will gain through studying this Python masterclass course will help you get one step closer to your professional aspirations and develop your skills for a rewarding career. This comprehensive course will teach you the theory of effective python practice and equip you with the essential skills, confidence and competence to assist you in the python industry. You'll gain a solid understanding of the core competencies required to drive a successful career in python. This course is designed by industry experts, so you'll gain knowledge and skills based on the latest expertise and best practices. This extensive course is designed for python developer or for people who are aspiring to specialise in python. Enrol in this Python masterclass course today and take the next step towards your personal and professional goals. Earn industry-recognised credentials to demonstrate your new skills and add extra value to your CV that will help you outshine other candidates. Who is this Course for? This comprehensive Python masterclass course is ideal for anyone wishing to boost their career profile or advance their career in this field by gaining a thorough understanding of the subject. Anyone willing to gain extensive knowledge on this python can also take this course. Whether you are a complete beginner or an aspiring professional, this course will provide you with the necessary skills and professional competence, and open your doors to a wide number of professions within your chosen sector. Entry Requirements This Python masterclass course has no academic prerequisites and is open to students from all academic disciplines. You will, however, need a laptop, desktop, tablet, or smartphone, as well as a reliable internet connection. Assessment This Python masterclass course assesses learners through multiple-choice questions (MCQs). Upon successful completion of the modules, learners must answer MCQs to complete the assessment procedure. Through the MCQs, it is measured how much a learner could grasp from each section. In the assessment pass mark is 60%. Advance Your Career This Python masterclass course will provide you with a fresh opportunity to enter the relevant job market and choose your desired career path. Additionally, you will be able to advance your career, increase your level of competition in your chosen field, and highlight these skills on your resume. Recognised Accreditation This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. What is CPD? Employers, professional organisations, and academic institutions all recognise CPD, therefore a credential from CPD Certification Service adds value to your professional goals and achievements. Benefits of CPD Improve your employment prospects Boost your job satisfaction Promotes career advancement Enhances your CV Provides you with a competitive edge in the job market Demonstrate your dedication Showcases your professional capabilities What is IPHM? The IPHM is an Accreditation Board that provides Training Providers with international and global accreditation. The Practitioners of Holistic Medicine (IPHM) accreditation is a guarantee of quality and skill. Benefits of IPHM It will help you establish a positive reputation in your chosen field You can join a network and community of successful therapists that are dedicated to providing excellent care to their client You can flaunt this accreditation in your CV It is a worldwide recognised accreditation What is Quality Licence Scheme? This course is endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. Benefits of Quality License Scheme Certificate is valuable Provides a competitive edge in your career It will make your CV stand out Course Curriculum Python Basics What Is Python Installation And First Execution 00:09:00 Variables, Creating And Running External Script, Interactive Shell 00:14:00 Comments 00:03:00 Types Of Variables 00:09:00 Math Operators 00:10:00 Exercise: Adding VAT To Products 00:08:00 Semicolon and ENTER - Assigning Multiple Values To Variables At Once 00:04:00 Assignment Operators 00:02:00 Playing With Strings (Slicing, Adding And Having Fun) 00:10:00 Functions and Libraries Basics Importing Libraries, What Are Functions - Basics 00:11:00 ATTENTION - Important Lecture About Common Mistake Regarding Functions 00:05:00 Taking Data From User And Type Conversion (Casting) 00:12:00 Conditional statements Comparison (Relational) Operators 00:05:00 Instruction 'If' Why INDENTATION Is IMPORTANT In Python | DO NOT SKIP! 00:11:00 EXERCISE: Simple Calculator 00:11:00 Values Different Than 0 00:03:00 Logical Operators 00:10:00 Loops Loop While 00:06:00 EXERCISE: Adding Numbers Taken From The User 00:08:00 Loop For 00:06:00 Instruction Break And Continue 00:11:00 EXERCISE: Guess The Number 00:09:00 Lists What Are Lists Basic Operations On Lists 00:10:00 Checking If Element Is 'In' Or 'Not In' The List 00:03:00 Operating On Lists With Functions Bn 00:14:00 Advanced Types Tuples - What Does Immutable Mean 00:05:00 Dictionaries 00:10:00 Sets 00:07:00 Operations On Sets 00:08:00 Nested Types 00:13:00 Processing Nested Types Using Loops 00:03:00 Dictionary Inside Dictionary, Dictionary Inside List - When To Choose Which 00:09:00 Extracting (Lterating Through) Values From Nested Dictionaries 00:20:00 EXERCISE: Dynamic Dictionary With Definitions 00:12:00 Transformations List Comprehensions 00:10:00 Generator Expressions 00:11:00 Dictionary Comprehensions 00:14:00 Set Comprehension 00:03:00 EXERCISE: Finding Numbers That Are Divisible By 7, But Are Not Divisible By 5 00:10:00 Functions - Basics What Are Functions How To Create A Function Why Should We Use Functions 00:10:00 Multiple Parameters In Function (Passing More Arguments) 00:05:00 Returning Values From Function 00:12:00 Functions - Advanced Multi Module Application | How To Import Your Own Module 00:10:00 enum - What It Is And Why You Should Use It 00:13:00 EXERCISE: Sum Of All Numbers Up To The One Entered By User | IMPORTANT Lecture 00:14:00 Measuring PERFORMANCE Of Code | How well (Fast) Some Part Of Code Work | Time 00:15:00 Function As Argument Of Another Function | How To Measure Performance Of Func 00:07:00 Default Arguments 00:07:00 Named (keyword) And Unnamed (Positional) Arguments 00:09:00 EXERCISE - Checking If Value Is In Container 00:07:00 Variable Length Argument (Multiple Arguments Sent And Saved In Single Parameter) 00:12:00 Local vs Global Variables - Scope - Lifetime Of Variables 00:09:00 Mutable vs Immutable Objects 00:21:00 Shallow vs Deep Copy Of Object 00:14:00 Lambda | Anonymous functions - What Are They When Should You Use Them 00:12:00 Random Numbers Drawing Random Numbers - Creating A Program That Checks If You Hit The Monster 00:15:00 Random Events - Choice vs Choices Function 00:09:00 Shuffle - Shuffling Cards In 'War' Game 00:03:00 EXERCISE: Drawing Elements Without REPETITION - Lottery Game - 6 Numbers From 49 00:13:00 EXERCISE | GAME | Drawing Random Chests Colours With Random Rewards 00:25:00 EXERCISE | GAME | Drawing Approximate Value To A Certain Value 00:08:00 Working With Files in Python and Exceptions What Is A File How To Create It Why Do We Need To CLOSE It How To Save Data 00:10:00 Exceptions, Try, Finally Block 00:04:00 Opening The File Using: With… As…: 00:03:00 Reading The Content Of File - Read vs Readlines, Splitting Lines, Encoding 00:07:00 Seek And Tell - Changing And Reading The Position Of Last Operation In File 00:05:00 Append - Adding Text At The End Of File 00:02:00 A+, R+, W+ - Two Function File Opening Modes 00:07:00 Keyword Except - Catching Exceptions - EXERCISE - Loading Names And Surnames 00:12:00 JSON What Is JSON Why Do We Use It What Problems Does JSON Solve 00:06:00 Creating And Saving Data From Python In JSON Format To File And String 00:10:00 Loading Data From JSON File To Python 00:04:00 Pretty Printer - Loading/Saving Pretty And Sorted JSON 00:08:00 pip and PyPi - using External Packages What Is Pip And PyPi Installing And Playing With External Package - Request 00:11:00 Loading Data From Server From JSON File - Preface To Next EXERCISE 00:10:00 Processing JSON Data | Extracting Top Values From List Of Dictionaries 00:18:00 SOLUTION 1: Retrieving A Few Users From Server At The Same Time 00:07:00 SOLUTION 2: Retrieving A Few Users From Server At The Same Time 00:05:00 SOLUTION 3: Retrieving A Few Users From Server At The Same Time 00:12:00 Defaultdict Supplying Missing Values Of Dictionary When Accessing Empty Element 00:06:00 API What Is Public API Where To Find Them. stackoverflow API 00:13:00 Getting JSON From Stackoverflow.com -> Getting Top Questions From Last Week 00:10:00 Opening Websites From Python Code - Webbrowser Module 00:05:00 Getting Records From Last Week - Datetime Module 00:10:00 EXERCISE: Cat Facts 00:06:00 EXERCISE: Random CAT Images By Breed 00:03:00 Authorization - Log In Using API Key - Getting Holiday Calendar 00:12:00 API - header authorization - POST % DELETE Authorization Through Header - Settings 00:06:00 EXERCISE: CAT System - Introduction 00:13:00 POST - Adding A Cat To Favourite List 00:07:00 DELETE - Removing A Cat From Favourite List 00:15:00 Visual Studio Code - Installation and Setting VSC - Downloading And Installing 00:03:00 Setting Up The Workspace In VSC And Installing Basic Extensions 00:08:00 Linter - What Is Linting - How To Use It, Settings In .Vscode 00:10:00 Code Runner | Custom Shortcuts | Shortcuts From Other Editors, Interactive Shell 00:11:00 Auto Save - Making Sure Your File Is Saved After Each Change 00:01:00 Snippets And Pass Keyword 00:06:00 Automatic Code Formatting 00:03:00 Debugging Mode - How To Professionally Debug Your Code 00:16:00 Ligatures - Custom Font Created Especially For Programmers - Fira Code 00:07:00 Visual Studio Code - Useful Extensions Icons Theme 00:02:00 Bracket Pair Colorizer - Improving Readability Of Your Code 00:02:00 Python Preview - Watching The Code Execution While Writing It 00:07:00 Python Quick Print 00:01:00 Code Spell Checker 00:03:00 What Is Object Oriented Programming 00:04:00 OOP - Object Oriented Programming What Are Objects And Classes How To Create A Simple Object And Class. 00:14:00 Creating Your First Method - What Is “Self” 00:15:00 __Init__ - Sending Arguments To Class For Initialization 00:08:00 EXERCISE: Create Rockets That Can Move Up 00:11:00 Document String - Docstring 00:06:00 __Str__ - Dunder Method Representing Text Of Object 00:05:00 EXERCISE: Organizing More Than One Class - Rocket Board 00:10:00 __Getitem__, __Setitem__ - Setting And Getting Values Using Dunder Methods 00:10:00 EXERCISE: Counting Distance Between Rockets 00:21:00 Is It Important To Understand Math That Was Used In The Last Lecture 00:06:00 Static Methods 00:12:00 Setting Type For Variables Using Annotations - Pyright Extension 00:12:00 __Len__ 00:05:00 Class / Static Variables - Creating USER With Unique Ids 00:11:00 EXERCISE: Bank Account - Withdraw/Deposit Money 00:07:00 How To Properly Handle Returned Values From Methods 00:16:00 Inheritance And Method Overriding - Super 00:19:00 EXERCISE: Inheritance On Practical Example - Result 00:08:00 EXERCISE: Playing With Cube, Square And Rectangle 00:09:00 Inheritance Vs Association - When To Use Which 00:16:00 Generator functions Generator Functions - Yield Keyword 00:13:00 EXERCISE: Generate Infinite Amount Of Numbers Multiplied By Themselves 00:06:00 Send Method - How To Send A Value Into A Generator 00:12:00 Assessment Assessment - Python Masterclass 00:10:00 Certificate of Achievement Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

Python Masterclass
Delivered Online On Demand
£19

Microsoft Excel Online Training

By Study Plex

Highlights of the Course Course Type: Online Learning Duration: 4 hours 13 minutes Tutor Support: Tutor support is included Customer Support: 24/7 customer support is available Quality Training: The course is designed by an industry expert Recognised Credential: Recognised and Valuable Certification Completion Certificate: Free Course Completion Certificate Included Instalment: 3 Installment Plan on checkout What you will learn from this course? Gain comprehensive knowledge about microsoft excel Understand the core competencies and principles of microsoft excel Explore the various areas of microsoft excel Know how to apply the skills you acquired from this course in a real-life context Become a confident and expert office admin Microsoft Excel Online Training Course Master the skills you need to propel your career forward in Microsoft excel. This course will equip you with the essential knowledge and skillset that will make you a confident office admin and take your career to the next level. This comprehensive Microsoft Excel course is designed to help you surpass your professional goals. The skills and knowledge that you will gain through studying this Microsoft Excel course will help you get one step closer to your professional aspirations and develop your skills for a rewarding career. This comprehensive course will teach you the theory of effective Microsoft excel practice and equip you with the essential skills, confidence and competence to assist you in the Microsoft excel industry. You'll gain a solid understanding of the core competencies required to drive a successful career in Microsoft excel. This course is designed by industry experts, so you'll gain knowledge and skills based on the latest expertise and best practices. This extensive course is designed for office admin or for people who are aspiring to specialise in Microsoft excel. Enrol in this Microsoft Excel course today and take the next step towards your personal and professional goals. Earn industry-recognised credentials to demonstrate your new skills and add extra value to your CV that will help you outshine other candidates. Who is this Course for? This comprehensive Microsoft Excel course is ideal for anyone wishing to boost their career profile or advance their career in this field by gaining a thorough understanding of the subject. Anyone willing to gain extensive knowledge on this Microsoft Excel can also take this course. Whether you are a complete beginner or an aspiring professional, this course will provide you with the necessary skills and professional competence, and open your doors to a wide number of professions within your chosen sector. Entry Requirements This Microsoft Excel course has no academic prerequisites and is open to students from all academic disciplines. You will, however, need a laptop, desktop, tablet, or smartphone, as well as a reliable internet connection. Assessment This Microsoft Excel course assesses learners through multiple-choice questions (MCQs). Upon successful completion of the modules, learners must answer MCQs to complete the assessment procedure. Through the MCQs, it is measured how much a learner could grasp from each section. In the assessment pass mark is 60%. Advance Your Career This Microsoft Excel course will provide you with a fresh opportunity to enter the relevant job market and choose your desired career path. Additionally, you will be able to advance your career, increase your level of competition in your chosen field, and highlight these skills on your resume. Recognised Accreditation This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. What is CPD? Employers, professional organisations, and academic institutions all recognise CPD, therefore a credential from CPD Certification Service adds value to your professional goals and achievements. Benefits of CPD Improve your employment prospects Boost your job satisfaction Promotes career advancement Enhances your CV Provides you with a competitive edge in the job market Demonstrate your dedication Showcases your professional capabilities What is IPHM? The IPHM is an Accreditation Board that provides Training Providers with international and global accreditation. The Practitioners of Holistic Medicine (IPHM) accreditation is a guarantee of quality and skill. Benefits of IPHM It will help you establish a positive reputation in your chosen field You can join a network and community of successful therapists that are dedicated to providing excellent care to their client You can flaunt this accreditation in your CV It is a worldwide recognised accreditation What is Quality Licence Scheme? This course is endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. Benefits of Quality License Scheme Certificate is valuable Provides a competitive edge in your career It will make your CV stand out Course Curriculum Microsoft Excel: Basic Level Introduction to Microsoft Excel 0101 Touring the interface 00:03:00 0102 Enter data & saving workbook 00:04:00 0103 Applying Formulas 00:03:00 0104 Changing a worksheet's structure 00:04:00 0105 Find, Replace & Spell Check 00:03:00 0106 Applying fonts, background colors, and borders 00:05:00 0107 Formatting numbers and dates 00:04:00 0108 Making the pieces fit 00:04:00 0109 Inserting headers & footers and Repeating Rows 00:02:00 0110 Managing Large Workbooks 00:05:00 Microsoft Excel: Intermediate Level Excel Essentials 0201 Formula Writing (Don't Miss This) 00:08:00 Ex 0201 Formula Writing (Don't Miss This) 00:02:00 Sum Count Average Functionality - With Conditions 0301 SumIf & SumIfs 00:24:00 Ex 0301 SumIf & SumIfs 00:08:00 0302 Count Functions 00:08:00 Ex 0302 Count Functions 00:02:00 0303 AverageIf & AverageIfs 00:03:00 Ex 0303 AverageIf & AverageIfs 00:03:00 Text Functions - Manipulating Text 0401 Change Case (Upper, Lower, Proper) 00:04:00 Ex 0401 Change Case (Upper, Lower, Proper) 00:03:00 0402 Separating Text on Symmetrical Data 00:06:00 Ex 0402 Separating Text on Symmetrical Data 00:06:00 0403 Separating Text on Non-Symmetrical Data 00:08:00 Ex 0403 Separating Text on Non-Symmetrical Data 00:05:00 Logical Functions - Working With Conditions 0501 If Functionality 00:04:00 Ex 0501 IF Functionality 00:03:00 0502 If with AND 00:05:00 Ex 0502 If with AND 00:03:00 0503 If with OR 00:03:00 Ex 0503 If with OR 00:03:00 0504 If with “AND” & “OR” / IF with Countif 00:08:00 Ex 0504 If with “AND” & “OR” / IF with Countif 00:04:00 0505 Nested IF (A Genie with 3 wishes) 00:13:00 Ex 0505 Nested IF (A Genie with 3 wishes) 00:05:00 Lookup Functionality - Burn Simple Find Technique 0601 Vlookup (Exact Match) # 1 00:23:00 Ex 0601 Vlookup (Exact Match) # 1 00:04:00 0602 Type of References (Use of $ sign) 00:11:00 0603 Vlookup (Exact Match) # 2 00:04:00 Ex 0603 Vlookup (Exact Match) # 2 00:06:00 0604 Double Vlookup 00:11:00 Ex 0604 Double Vlookup 00:10:00 0605 Vlookup on Duplicate Values 00:10:00 Ex 0605 Vlookup on Duplicate Values 00:05:00 0606 Vlookup (Approximate Match) 00:08:00 Ex 0606 Vlookup (Approximate Match) 00:02:00 0607 Vlookup with If (Conditional Vlookup) 00:05:00 Ex 0607 Vlookup with If (Conditional Vlookup) 00:02:00 0608 Hlookup (Exact Match) 00:03:00 Ex 0608 Hlookup (Exact Match) 00:03:00 0609 Hlookup (Approximate Match) 00:02:00 Ex 0609 Hlookup (Approximate Match) 00:02:00 0610 Lookup (Don't use this !) 00:05:00 Ex 0610 Lookup (Don't use this !) 00:02:00 0611 Vlookup with Match (Create Magical Vlookup) 00:14:00 Ex 0611 Vlookup with Match (Create Magical Vlookup) 00:05:00 0612 Match (Gives us Column/Row Index #) 00:03:00 Ex 0612 Match (Gives us Column/Row Index #) 00:03:00 0613 Index & Match (Made for Each Other) 00:11:00 Ex 0613 (1) Index & Match (Made for Each Other) 00:05:00 Ex 0613 (2) Index & Match (Made for Each Other) 00:03:00 Date & Time Function - A Tricky Game 0701 How Excel Records Date & Time 00:02:00 0702 Now, Today & Autofill 00:02:00 0703 DateValue & TimeValue 00:02:00 0704 Calculate WorkingDays 00:03:00 0705 DatedIf 00:05:00 Financial Functions 0801 Loan Calculation (PMT, PPMT, IPMT etc.) 00:12:00 Ex 0801 Loan Calculation (PMT, PPMT, IPMT etc.) 00:07:00 0802 Creating a Loan Table 00:09:00 Ex 0802 Creating a Loan Table 00:06:00 0803 Calculate Depriciation 00:02:00 Ex 0803 Calculate Depriciation 00:02:00 Sort & Filter 0901 Basic Sorting & Shortcut keys 00:16:00 Ex 0901 Basic Sorting & Shortcut keys 00:06:00 0902 Sorting Using Custom List 00:08:00 Ex 0902 Sorting Using Custom List 00:02:00 0903 Horizontal Sorting 00:01:00 Ex 0903 Horizontal Sorting 00:01:00 0904 Basic Filter & Shortcut Keys 00:09:00 Ex 0904 Basic Filter & Shortcut Keys 00:05:00 0905 Filter Problem # 1 (Copy Filtered Data without hidden rows) 00:06:00 Ex 0905 Filter Problem # 1 (Copy Filtered Data without hidden rows) 00:03:00 0906 Filter Problem # 2 (Pasting Values on Filtered Data) 00:07:00 Ex 0906 Filter Problem # 2 (Pasting Values on Filtered Data) 00:02:00 0907 Filter Problem # 3 (Performing Calculation on Filtered Data) 00:07:00 Ex 0907 Filter Problem # 3 (Performing Calculation on Filtered Data) 00:01:00 0908 Advanced Filter (Applying Complex Criteria's) 00:13:00 Ex 0908 Advanced Filter (Applying Complex Criteria's) 00:05:00 Microsoft Excel: Advanced Level Excel Charts - Visual Presentation 1001 How to create a chart 00:06:00 1002 Format Axis 00:02:00 1003 Plot Values on Secondary Axis 00:04:00 1004 Life of Pie (Charts) 00:03:00 1005 How to Show Axis Title 00:03:00 1006 How to Show Data Label 00:02:00 1007 Show data with chart in Data Table 00:02:00 1008 Column Chart 00:02:00 1009 Bar Chart 00:02:00 1010 Line Chart 1 00:03:00 1011 Line Chart 2 00:03:00 1012 Area Chart 00:01:00 1013 Pie Chart 00:03:00 1014 Pie of Pie or Bar of Pie 00:03:00 1015 Line Chart with Log Scale 00:02:00 1016 Bubble Chart 00:01:00 1017 Selecting Chart Elements 00:05:00 1018 Use of Format Dialog box 00:03:00 1019 Modifying Chart & Plot Area 00:04:00 1020 Modifying Data Series 00:02:00 1021 How to handle Missing Data 00:04:00 1022 Modifying 3-D Charts 00:03:00 1023 Creating Combination of upto 5 Different Charts 00:03:00 1025 Creating Picture Charts 00:02:00 Data Consolidation - Multiple Workbooks Worksheets Consolidate Data using Excel Inbuilt Function 00:06:00 Ex Consolidate Data using Excel Inbuilt Function 00:03:00 Data Validation 1201 Applying Data Validation 00:13:00 Ex 1201 Applying Data Validation 00:05:00 1202 Dependent Dropdown List 00:07:00 Ex1202 Dependent Dropdown List 00:05:00 Using Data Validation with Vlookup & Match 00:05:00 Other Data Validation Examples 00:10:00 Protection of Worksheet Workbook 1301 Worksheet Level Protection 00:01:00 Ex 1301 Worksheet Level Protection 00:01:00 1302 Cell Level Protection 00:05:00 Ex 1302 Cell Level Protection 00:02:00 1303 Hiding Formulas from Formula Bar 00:03:00 Ex 1303 Hiding Formulas from Formula Bar 00:02:00 1304 Protecting Workbook Structure 00:01:00 Ex 1304 Protecting Workbook Structure 00:01:00 1305 Workbook Level Protection 00:02:00 Ex 1305 Workbook Level Protection 00:01:00 Pivot Table & Techniques 1401 Understanding pivot Table 00:12:00 1402 Using Pivot Table in Real Scenario 00:10:00 Ex 1402 Using Pivot Table in Real Scenario 00:09:00 1403 Grouping in Pivot Table 00:04:00 Ex 1403 Grouping in Pivot Table 00:01:00 1404 Using Slicers (A Visually attractive Filter) 00:03:00 Ex 1404 Using Slicers (A Visually attractive Filter) 00:01:00 What-If Analysis & Solver Add-In 1501 Goal Seek (A Reverse Approach) 00:04:00 Ex 1501 Goal Seek (A Reverse Approach) 00:02:00 1502 One Way Data Table 00:03:00 1503 Two Way Data Table 00:02:00 1504 Scenario Manager 00:04:00 1505 Solver Add-In 00:07:00 Automation in Excel - Macros 1601 Record your first Macro 00:15:00 1602 Record Another Macro 00:02:00 1603 Assigning macro to a Shape, Button, Picture etc 00:02:00 1604 Editing or Deleting a Macro 00:03:00 1605 Security Settings of a Macro 00:02:00 Assessment Assessment - Microsoft Excel 00:10:00 Certificate of Achievement Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

Microsoft Excel Online Training
Delivered Online On Demand
£19

Microsoft Power BI Masterclass

By IOMH - Institute of Mental Health

Join our Microsoft Power BI Masterclass course and discover your hidden skills, setting you on a path to success in this area. Get ready to improve your skills and achieve your biggest goals. The Microsoft Power BI Masterclass course has everything you need to get a great start in this sector. Improving and moving forward is key to getting ahead personally. The Microsoft Power BI Masterclass course is designed to teach you the important stuff quickly and well, helping you to get off to a great start in the field. So, what are you looking for? Enrol now! You will Learn The Following Things: Learn strategies to boost your workplace efficiency. Hone your skills to help you advance your career. Acquire a comprehensive understanding of various topics and tips. Learn in-demand skills that are in high demand among UK employers This course covers the topic you must know to stand against the tough competition. The future is truly yours to seize with this Microsoft Power BI Masterclass. Enrol today and complete the course to achieve a certificate that can change your career forever. Details Perks of Learning with IOMH One-to-one support from a dedicated tutor throughout your course. Study online - whenever and wherever you want. Instant Digital/ PDF certificate 100% money back guarantee 12 months access Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement After completing the Microsoft Power BI Masterclass course, you will receive your CPD-accredited Digital/PDF Certificate for £5.99. To get the hardcopy certificate for £12.99, you must also pay the shipping charge of just £3.99 (UK) and £10.99 (International). Who Is This Course for? This Microsoft Power BI Masterclass is suitable for anyone aspiring to start a career in relevant field; even if you are new to this and have no prior knowledge, this course is going to be very easy for you to understand.  On the other hand, if you are already working in this sector, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements There is no prerequisite to enrol in this course. You don't need any educational qualification or experience to enrol in the Microsoft Power BI Masterclass course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path The certification and skills you get from this Microsoft Power BI Masterclass Course can help you advance your career and gain expertise in several fields, allowing you to apply for high-paying jobs in related sectors. Course Curriculum Section 01: Introduction Welcome! 00:01:00 What is Power BI? 00:03:00 Download & Installing Power BI Desktop 00:04:00 Getting to know the interface 00:03:00 Mini Project: Transform Data 00:07:00 Mini Project: Visualize Data 00:05:00 Mini Project: Creating a Data Model 00:07:00 Course Outline: What will you learn in this course? 00:05:00 How to learn best with this course? 00:03:00 Section 02: Preparing our Project Creating our initial project file 00:04:00 Working with the attached project files 00:04:00 Section 03: Data Transformation - The Query Editor Exploring the Query Editor 00:06:00 Connecting to our data source 00:07:00 Editing rows 00:08:00 Changing data types 00:08:00 Replacing values 00:03:00 Close & Apply 00:03:00 Connecting to a csv file 00:03:00 Connecting to a web page 00:05:00 Extracting characters 00:06:00 Splitting & merging columns 00:09:00 Creating conditional columns 00:06:00 Creating columns from examples 00:09:00 Merging Queries 00:17:00 Pivoting & Unpivoting 00:06:00 Appending Queries 00:08:00 Practice & Solution: Population table 00:15:00 The Fact-Dimension-Model 00:09:00 Practice: Load the dimension table 00:04:00 Organizing our queries in groups 00:03:00 Entering data manually 00:05:00 Creating an index column 00:03:00 Workflow & more transformations 00:05:00 Module summary 00:05:00 Exercise 1 - Instruction 00:02:00 Exercise Solution 00:11:00 Section 04: Data Transformation - Advanced Advanced Editor - Best practices 00:09:00 Performance: References vs. Duplicating 00:10:00 Performance: Enable / Disable Load & Report Refresh 00:05:00 Group by 00:05:00 Mathematical Operations 00:05:00 Run R Script 00:15:00 Using Parameters to dynamically transform data 00:06:00 M formula language: Basics 00:07:00 M formula language: Values, Lists & Tables 00:14:00 M formula language: Functions 00:13:00 M formula language: More functions & steps 00:05:00 Exercise 2 - Instructions 00:01:00 Exercise 2 - solution 00:05:00 Section 05: Creating a Data Model Understanding the relationship 00:05:00 Create & edit relationships 00:06:00 One-to-many & one-to-one relationship 00:06:00 Many-to-many (m:n) relationship 00:08:00 Cross filter direction 00:06:00 Activate & deactivate relationships 00:06:00 Model summary 00:03:00 Exercise 3 Create Model 00:02:00 Exercise 3 Solution 00:02:00 Section 06: Data Visualization Our first visual 00:08:00 The format tab 00:12:00 Understanding tables 00:10:00 Conditional formatting 00:09:00 The Pie Chart 00:06:00 All about the filter visual 00:13:00 The filter pane for developers 00:09:00 Cross filtering & edit interactions 00:04:00 Syncing slicers across pages 00:07:00 Creating drill downs 00:08:00 Creating drill throughs 00:07:00 The tree map visual 00:07:00 The decomposition tree 00:05:00 Understanding the matrix visual 00:05:00 Editing pages 00:07:00 Buttons & Actions 00:09:00 Bookmarks to customize your report 00:10:00 Analytics and Forecasts with line charts 00:10:00 Working with custom visuals 00:07:00 Get data using R Script & R Script visual 00:08:00 Asking questions - Q&A visual 00:04:00 Wrap up - data visualization 00:08:00 Section 07: Power BI & Python Python in Power BI - Plan of attack 00:03:00 Setting up Python for Power BI 00:03:00 Transforming data using Python 00:11:00 Creating visualizations using Python 00:08:00 Violin plots, pair plots & ridge plots using Python 00:15:00 Machine learning (BayesTextAnalyzer) using Python 00:00:00 Performance & Troubleshooting 00:03:00 Section 08: Storytelling with Data Introduction 00:01:00 Show Empathy & Identify the Requirement 00:03:00 Finding the Most Suitable KPI's 00:02:00 Choose an Effective Visualization 00:04:00 Make Use of Natural Reading Pattern 00:03:00 Tell a Story Using Visual Cues 00:05:00 Avoid Chaos & Group Information 00:02:00 Warp Up - Storytelling with Data 00:02:00 Section 09: DAX - The Essentials Introduction 00:03:00 The project data 00:04:00 Measures vs. Calculated Columns 00:15:00 Automatically creating a date table in DAX 00:08:00 CALENDAR 00:05:00 Creating a complete date table with features 00:04:00 Creating key measure table 00:03:00 Aggregation functions 00:06:00 The different versions of COUNT 00:14:00 SUMX - Row based calculations 00:09:00 Section 10: DAX - The CALCULATE function CALCULATE - The basics 00:11:00 Changing the context with FILTER 00:07:00 ALL 00:08:00 ALL SELECTED 00:03:00 ALL EXCEPT 00:07:00 Section 11: Power BI Service - Power BI Cloud How to go on now? 00:03:00 Power BI Pro vs Premium & Signing up 00:04:00 Exploring the interface 00:04:00 Discovering your workspace 00:03:00 Connecting Power BI Desktop & Cloud 00:04:00 Understanding datasets & reports 00:03:00 Working on reports 00:04:00 Updating reports from Power BI Desktop 00:04:00 Creating and working with workspaces 00:07:00 Installing & using a data gateway 00:13:00 Get Quick Insights 00:03:00 Creating dashboards 00:04:00 Sharing our results through Apps 00:10:00 Power BI Mobile App 00:05:00 Creating the layout for the Mobile App 00:04:00 Wrap up - Power BI Cloud 00:07:00 Section 12: Row-Level Security Introduction 00:03:00 Creating a Row-Level Security 00:05:00 Row-Level Security in the Cloud 00:04:00 Row-Level Security & Data Model 00:05:00 Dynamic Row-Level Security 00:07:00 Dynamic Many-to-Many RLS 00:04:00 Hierarchical Row-Level Security 00:13:00 Section 13: More data sources JSON & REST API 00:10:00 Setting up a local MySQL database 00:14:00 Connecting to a MySQL database in Power BI 00:05:00 Connecting to a SQL database (PostgreSQL) 00:05:00 Section 14: Next steps to improve & stay up to date Congratulations & next steps 00:06:00 The End 00:01:00 Resources Resources - Microsoft Power BI Masterclass 00:00:00

Microsoft Power BI Masterclass
Delivered Online On Demand14 hours 25 minutes
£11.99

Power Electronics for Electrical Engineering

By IOMH - Institute of Mental Health

Overview This Power Electronics for Electrical Engineering course will unlock your full potential and will show you how to excel in a career in Power Electronics for Electrical Engineering. So upskill now and reach your full potential. Everything you need to get started in Power Electronics for Electrical Engineering is available in this course. Learning and progressing are the hallmarks of personal development. This Power Electronics for Electrical Engineering will quickly teach you the must-have skills needed to start in the relevant industry. In This Power Electronics for Electrical Engineering Course, You Will: Learn strategies to boost your workplace efficiency. Hone your Power Electronics for Electrical Engineering skills to help you advance your career. Acquire a comprehensive understanding of various Power Electronics for Electrical Engineering topics and tips from industry experts. Learn in-demand Power Electronics for Electrical Engineering skills that are in high demand among UK employers, which will help you to kickstart your career. This Power Electronics for Electrical Engineering course covers everything you must know to stand against the tough competition in the Power Electronics for Electrical Engineering field.  The future is truly yours to seize with this Power Electronics for Electrical Engineering. Enrol today and complete the course to achieve a Power Electronics for Electrical Engineering certificate that can change your professional career forever. Additional Perks of Buying a Course From Institute of Mental Health Study online - whenever and wherever you want. One-to-one support from a dedicated tutor throughout your course. Certificate immediately upon course completion 100% Money back guarantee Exclusive discounts on your next course purchase from Institute of Mental Health Enrolling in the Power Electronics for Electrical Engineering course can assist you in getting into your desired career quicker than you ever imagined. So without further ado, start now. Process of Evaluation After studying the Power Electronics for Electrical Engineering course, your skills and knowledge will be tested with a MCQ exam or assignment. You must get a score of 60% to pass the test and get your certificate.  Certificate of Achievement Upon successfully completing the Power Electronics for Electrical Engineering course, you will get your CPD accredited digital certificate immediately. And you can also claim the hardcopy certificate completely free of charge. All you have to do is pay a shipping charge of just £3.99. Who Is This Course for? This Power Electronics for Electrical Engineering is suitable for anyone aspiring to start a career in Power Electronics for Electrical Engineering; even if you are new to this and have no prior knowledge on Power Electronics for Electrical Engineering, this course is going to be very easy for you to understand.  And if you are already working in the Power Electronics for Electrical Engineering field, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  Taking this Power Electronics for Electrical Engineering course is a win-win for you in all aspects.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements This Power Electronics for Electrical Engineering course has no prerequisite.  You don't need any educational qualification or experience to enrol in the Power Electronics for Electrical Engineering course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online Power Electronics for Electrical Engineering course. Moreover, this course allows you to learn at your own pace while developing transferable and marketable skills. Course Curriculum Unit 1- Introduction to Power Electronics Components Module 1- Introduction to Power Electronics 00:13:00 Module 2- Uncontrolled Switches 00:17:00 Module 3- What is the Benefit of Diode 00:06:00 Module 4- Semi-Controlled Switches Part 1 00:09:00 Module 5- Semi-Controlled Switches Part 2 00:14:00 Module 6- Semi-Controlled Switches Part 3 00:05:00 Module 7- What is the Benefit of Thyristor 00:05:00 Module 8- Fully Controlled Switches Part 1 00:17:00 Module 9- Fully Controlled Switches Part 2 00:10:00 Module 10- Fully Controlled Switches Part 3 00:12:00 Unit 2- Fundamentals of Rectifier Circuits Module 1- Overview on Rectifiers 00:02:00 Module 2- Rectifier Definition 00:01:00 Module 3- Half Wave Uncontrolled Rectifier with R Load 00:21:00 Module 4- Example on Half Wave Uncontrolled Rectifier with R Load Part 1 00:06:00 Module 5- Example on Half Wave Uncontrolled Rectifier with R Load Part 2 00:07:00 Module 6- Half Wave Uncontrolled Rectifier with RL Load 00:10:00 Module 7- Derivation of the Discontinuous Current in R-L Load 00:08:00 Module 8- Freewheeling Diode (Commutation Diode) 00:03:00 Module 9- Half Wave R-L Load with FWD 00:09:00 Module 10- Difference Between Continuous and Discontinuous Mode in RL Load 00:07:00 Module 11- Half Wave RL Load with FWD Continuous Mode 00:06:00 Module 12- Example on Half Wave Rectifier with FWD 00:07:00 Module 13- Bridge Full Wave Uncontrolled Rectifier Part 1 00:07:00 Module 14- Bridge Full Wave Uncontrolled Rectifier Part 2 00:05:00 Module 15- Quick Revision on Bridge Full Wave Uncontrolled Rectifier 00:06:00 Module 16- Firing Angle 00:02:00 Module 17- Half Wave Controlled Rectifier R Load 00:05:00 Module 18- Half Wave Controlled Rectifier R-L Load 00:04:00 Module 19- Half Controlled R-L Load with FWD 00:06:00 Module 20- Example 1 00:07:00 Module 21- Example 2 00:08:00 Module 22- Example 3 00:13:00 Module 23- Example 4 00:09:00 Module 24- Example 5 00:05:00 Module 25- Fully Controlled Bridge Rectifier Part 1 00:06:00 Module 26- Fully Controlled Bridge Rectifier Part 2 00:06:00 Module 27- Quick Revision on Bridge Full Wave Controlled Rectifier 00:02:00 Module 28- Example 6 00:08:00 Module 29- Half Controlled Bridge Rectifier 00:08:00 Module 30- Half Controlled Bridge Rectifier with FWD 00:05:00 Module 31- Example 7 00:06:00 Module 32- Example 8 00:07:00 Module 33- Performance Parameters 00:04:00 Module 34- Power Factor 00:04:00 Unit 3- Fundamentals of AC Choppers Module 1- Introduction to AC Choppers 00:02:00 Module 2- Definition of AC Choppers 00:05:00 Module 3- Switching Techniques in AC Choppers 00:06:00 Module 4- Applications on AC Choppers 00:03:00 Module 5- Types of AC Choppers 00:02:00 Module 6- AC Chopper with R Load 00:14:00 Module 7- Example 1 on AC Chopper with R Load 00:06:00 Module 8- Example 2 on AC Chopper with R Load 00:04:00 Module 9- AC Chopper with L Load Part 1 00:13:00 Module 10- AC Chopper with L Load Part 2 00:06:00 Module 11- Example on AC Chopper with L Load 00:08:00 Module 12- AC Chopper with RL Series Load 00:20:00 Module 13- Example on AC Chopper with RL Series Load 00:07:00 Module 14- AC Chopper with RL Parallel Load 00:25:00 Module 15- Example on AC Chopper with RL Parallel Load 00:06:00 Module 16- AC Chopper with Pure Capacitive Load 00:14:00 Module 17- Example on AC Chopper with Pure Capacitive Load 00:04:00 Module 18- AC Chopper Loaded by Heavy Rectifier 00:06:00 Module 19- AC Chopper Loaded by an AC Motor with Sinusoidal Back Emf 00:12:00 Module 20- Example on AC Chopper Loaded by an AC Motor with Sinusoidal Back Emf 00:08:00 Module 21- Integral Cycle Control 00:11:00 Module 22- Example on Integral Cycle Control 00:04:00 Unit 4- Fundamentals of DC Choppers Module 1- Introduction to DC Choppers 00:02:00 Module 2- Definition and Application of DC Choppers 00:05:00 Module 3- Step down DC Chopper with R Load 00:12:00 Module 4- Example on Step Dwon DC Chopper with R Load 00:08:00 Module 5- Generation of Duty Cycle 00:09:00 Module 6- Switching Techniques 00:03:00 Module 7- Step Down DC Chopper with RLE Load Part 1 00:19:00 Module 8- Step Down DC Chopper with RLE Load Part 2 00:15:00 Module 9- Example 1 on Step Down DC Chopper with RLE Load 00:13:00 Module 10- Example 2 on Step Down DC Chopper with RLE Load 00:02:00 Module 11- Step Up DC Chopper with R or RL Load 00:09:00 Module 12- Step Up DC Chopper with RE Load 00:15:00 Module 13- Example on Step Up DC Chopper with RE Load 00:20:00 Module 14- Buck Regulator Part 1 00:16:00 Module 15- Buck Regulator Part 2 00:17:00 Module 16- Example on Buck Regulator 00:03:00 Module 17- Boost Regulator 00:23:00 Module 18- Example on Boost Regulator 00:06:00 Module 19- Buck Boost Converter 00:17:00 Module 20- Example on Buck-Boost Converter 00:05:00 Unit 5- Fundamentals of Inverters Module 1- Introduction to Inverters 00:02:00 Module 2- Definition of Inverters 00:04:00 Module 3- Importance and Applications of Inverters 00:08:00 Module 4- Single Phase Half Bridge R-Load 00:15:00 Module 5- Single Phase Half Bridge RL- Load 00:08:00 Module 6- Performance Parameters of an Inverter 00:05:00 Module 7- Example on Single Phase Half Bridge 00:10:00 Module 8- Single Phase Bridge Inverter R- Load 00:06:00 Module 9- Single Phase Bridge Inverter RL- Load 00:07:00 Module 10- Example on Single Phase Bridge Inverter 00:06:00 Module 11- Three Phase Inverters and Obtaining the Line Voltages 00:15:00 Module 12- Threee Phase Inverters and Obtaining The Phase Voltages 00:17:00 Module 13- Example on Three Phase Inverters 00:16:00 Module 14- Single Pulse Width Modulation 00:13:00 Module 15- Multiple Pulse Width Modulation 00:13:00 Module 16- Example on Multiple Pulse Width Modulation 00:04:00 Module 17- Sinusoidal Pulse Width Modulation 00:16:00 Module 18- Industrial Inverter 00:03:00

Power Electronics for Electrical Engineering
Delivered Online On Demand15 hours 1 minutes
£11

Professional Diploma in Makeup and Nail Technician

3.0(2)

By Alpha Academy

Beauty therapy has been proven to improve a person's mood since it can help them relax and feel more confident. Learning to provide makeup and nail services such as manicure, pedicure, threading, and even eyelash extension services need proper training. Anyone who is interested to become a nail technician, makeup artist, or beauty experience will learn a lot through this Professional Diploma in Makeup and Nail Technician. You will be equipped with various skills useful for the profession you want to pursue after taking this course. Course Highlights The price is for the whole course including final exam - no hidden fees Accredited Certificate upon successful completion at an additional cost Efficient exam system with instant results Track progress within own personal learning portal 24/7 customer support via live chat Professional Diploma in Makeup and Nail Technician has been given CPD accreditation and is one of the best-selling courses available to students worldwide. This valuable course is suitable for anyone interested in working in this sector or who simply wants to learn more about the topic. If you're an individual looking to excel within this field then Professional Diploma in Makeup and Nail Technician is for you. We've taken this comprehensive course and broken it down into several manageable modules which we believe will assist you to easily grasp each concept - from the fundamental to the most advanced aspects of the course. It really is a sure pathway to success. All our courses offer 12 months access and are designed to be studied at your own pace so you can take as much or as little time as you need to complete and gain the full CPD accredited qualification. And, there are no hidden fees or exam charges. We pride ourselves on having friendly and experienced instructors who provide full weekday support and are ready to help with any of your queries. So, if you need help, just drop them an email and await a speedy response. Furthermore, you can check the validity of your qualification and verify your certification on our website at anytime. So, why not improve your chances of gaining professional skills and better earning potential. Assessment and Certification At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. After you have successfully passed the final exam, you will be able to order an Accredited Certificate of Achievement at an additional cost of £19 for a PDF copy and £29 for an original print copy sent to you by post or for both £39. Career Path Not only does our CPD and CiQ accredited course look good on your CV, setting you apart from the competition, it can be used as a stepping stone to greater things. Further advance your learning, launch a new career or reinvigorate an existing one. On successful completion of this course, you have the potential to achieve an estimated salary of £20,000. The sky really is the limit. Course Curriculum Cosmetics and Makeup What is a Cosmetic? 00:15:00 Cosmetics - From Tradition to Modernity 00:15:00 Equipment - Makeup Kits 00:15:00 Skin 00:30:00 Face 00:30:00 Lips 00:30:00 Eyes 00:30:00 Ten-Step Guide to Perfect Makeup 00:30:00 Special Makeup Applications 00:30:00 Essential Equipment for the Professional 00:15:00 Advanced Makeup Applications 00:15:00 Acne Treatment Acne Treatment 01:00:00 Myths About Acne 01:00:00 The Acne Diet 01:00:00 Vitamins and Natural Ingested Acne Cures 01:00:00 Aromatherapy For Acne Treatment 01:00:00 Acne Treatments In Your Refrigerator 01:00:00 Acne Cures In Your Medicine Cabinet 01:00:00 Store Bought Topical Solutions 01:00:00 Acne Skin Care Regimen 01:00:00 Make up with Acne 01:00:00 Tetracycline 00:30:00 Light Therapy 01:00:00 Dermabrasion and Laser Therapy 00:30:00 Things Not To Do About Acne 00:30:00 Things To Do About Acne 01:00:00 Nail Designing & Manicure Introduction to Nail Technology 00:30:00 The Nail Salon Basics 00:30:00 The Anatomy of the Skin 00:15:00 The Anatomy of the Nail 00:15:00 Nail Diseases & Disorders 00:15:00 The Manicuring Process 00:30:00 Manicure Tools and Equipment 01:00:00 How to Do Nail Art 01:00:00 Create a Marble Nail Effect Using Water 00:30:00 Galaxy Nail Art 00:15:00 Ombre Nails 00:30:00 The Process of Performing a Pedicure 00:30:00 Scrub Pedicure 00:15:00 Hydration Pedicure 00:15:00 Aromatherapy Pedicure 00:30:00 Gel Manicures and Pedicures 01:00:00 Acrylic Nail/Tip Application Process 00:30:00 Acrylic Powders 00:15:00 Professional Nail Tips 00:15:00 Nail Care Products 00:30:00 Trouble shooting acrylic nails 00:15:00 Your Skills 00:30:00 Client Consultation and Aftercare 00:15:00 Infection Control and Hygiene 00:15:00 Health, Hygiene & Safety 01:00:00 Salon Safety 00:15:00 How to Create a Successful Nail Technician Business 01:00:00 Business Plan 00:30:00 Clients 01:00:00 Marketing 01:00:00 How to Start a Nail Salon Business 00:30:00 Nail Salon Professionalism 00:30:00 Ways to Increase Your Profit 00:30:00 Mock Exam Mock Exam - Professional Diploma in Makeup and Nail Technician 00:30:00 Final Exam Final Exam- Professional Diploma in Makeup and Nail Technician 00:30:00

Professional Diploma in Makeup and Nail Technician
Delivered Online On Demand
£10.99

Level 3 Diploma in Garden Design and Maintenance

3.0(2)

By Alpha Academy

Designing a garden requires a professional garden designer who can provide good design and know how to maintain these aesthetics. This course can assure that you will be skilled in knowing gardening design methods after taking it. If you want to become a professional garden designer or landscape artist then this Level 3 Diploma in Garden Design and Maintenance is perfect for you. You will learn to improve your skills in design and organizing the landscape of your client's garden to reach their high expectations. Course Highlights The price is for the whole course including final exam - no hidden fees Accredited Certificate upon successful completion at an additional cost Efficient exam system with instant results Track progress within own personal learning portal 24/7 customer support via live chat Level 3 Diploma in Garden Design and Maintenance has been given CPD accreditation and is one of the best-selling courses available to students worldwide. This valuable course is suitable for anyone interested in working in this sector or who simply wants to learn more about the topic. If you're an individual looking to excel within this field then Level 3 Diploma in Garden Design and Maintenance is for you. We've taken this comprehensive course and broken it down into several manageable modules which we believe will assist you to easily grasp each concept - from the fundamental to the most advanced aspects of the course. It really is a sure pathway to success. All our courses offer 12 months access and are designed to be studied at your own pace so you can take as much or as little time as you need to complete and gain the full CPD accredited qualification. And, there are no hidden fees or exam charges. We pride ourselves on having friendly and experienced instructors who provide full weekday support and are ready to help with any of your queries. So, if you need help, just drop them an email and await a speedy response. Furthermore, you can check the validity of your qualification and verify your certification on our website at anytime. So, why not improve your chances of gaining professional skills and better earning potential. Assessment and Certification At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. After you have successfully passed the final exam, you will be able to order an Accredited Certificate of Achievement at an additional cost of £19 for a PDF copy and £29 for an original print copy sent to you by post or for both £39. Career Path Not only does our CPD and CiQ accredited course look good on your CV, setting you apart from the competition, it can be used as a stepping stone to greater things. Further advance your learning, launch a new career or reinvigorate an existing one. On successful completion of this course, you have the potential to achieve an estimated salary of £20,000. The sky really is the limit. Course Curriculum Module 1: Gardening Basics Organic Gardening Basics 00:30:00 Having a Plan 00:30:00 Having the Right Tools 01:00:00 Making your Own Mulch 01:00:00 Natural Pest Control 00:30:00 Organic Fertilizer 01:00:00 Planting 01:00:00 Harvesting 01:00:00 What To Avoid 00:30:00 Benefits of Organic Gardening 01:00:00 Module 2: Organic Gardening Why Garden Organically? 01:00:00 Planning Your Organic Vegetable Garden 00:30:00 Growing Your Organic Vegetable Garden 00:30:00 Why Grow an Organic Herb Garden? 00:30:00 Growing an Organic Herb Garden 00:30:00 You Have Organically Grown Herbs, Now What? 01:00:00 Organic Garden Fertilizers 00:30:00 Organic Gardening Compost 00:30:00 Why Use Organic Pest Control? 01:00:00 How to Control Garden Pests Organically 00:30:00 How to Bring Your Organic Plants Indoors; for Easy Year Round Growth 00:30:00 Organic Container Gardening 01:00:00 Organic Hydroponic Gardening 00:30:00 Module 3: Attracting Butterflies WHY SHOULD YOU ATTRACT BUTTERFLIES? 01:00:00 A BUTTERFLY'S LIFE 01:00:00 PLANNING YOUR BUTTERFLY GARDEN 01:00:00 PLANTS TO ATTRACT BUTTERFLIES 01:00:00 Module 4: Garden Maintenance How to Take Care of your Garden 00:15:00 Beginning Garden Care for the New Homeowner 00:30:00 At Home Remedies for Garden Care 00:30:00 Common Garden Problems And Easy Garden Care Solutions 00:15:00 Dogs Beware: Garden Care for the Dog Friendly Home 00:30:00 Garden Care for all Flower and Vegetable Life 00:30:00 Garden Care for the New Neighbor 00:15:00 Garden Care in All Seasons 00:30:00 What to Look for in Plant Selection 00:15:00 Herb Garden Care: Types, Tricks and Tips for Success 00:30:00 How Not to Care for your Garden: Common Garden Care Mistakes to Avoid 00:15:00 How to Choose and Maintain Annuals 00:30:00 How to Make your Seedlings Grow 00:30:00 How to Make Garden Care a Fun Filled Family Activity 00:15:00 Winter Garden Care 00:30:00 Garden Care for All Corners of Your Yard 00:15:00 Must Have Garden Tools for the Proper Garden Care Year Round 01:00:00 Preparing for a Garden 00:30:00 Proper Care to Garden 00:15:00 So, You Want to Start a Garden? Garden Care 00:30:00 The Best Conditions and Home Remedy Secrets to Rose Garden Care 00:30:00 The Different Kinds of Plant Gardens and How to Care for Each Type 00:15:00 What Type of Garden are you Destined to Have? 00:30:00 Top Nine Garden Care Tips from the Experts 00:15:00 Mock Exam Mock Exam - Level 3 Diploma in Garden Design and Maintenance 00:30:00 Final Exam Final Exam - Level 3 Diploma in Garden Design and Maintenance 00:30:00

Level 3 Diploma in Garden Design and Maintenance
Delivered Online On Demand
£10.99

Life Coach

By Study Plex

Highlights of the Course Course Type: Online Learning Duration: 10 Hours 18 Minutes Tutor Support: Tutor support is included Customer Support: 24/7 customer support is available Quality Training: The course is designed by an industry expert Recognised Credential: Recognised and Valuable Certification Completion Certificate: Free Course Completion Certificate Included Instalment: 3 Installment Plan on checkout What you will learn from this course? Gain comprehensive knowledge about life coaching Understand the core competencies and principles of life coaching Explore the various areas of life coaching Know how to apply the skills you acquired from this course in a real-life context Become a confident and expert life coach Life Coach Course Master the skills you need to propel your career forward in life coaching. This course will equip you with the essential knowledge and skillset that will make you a confident life coach and take your career to the next level. This comprehensive life coach course is designed to help you surpass your professional goals. The skills and knowledge that you will gain through studying this life coach course will help you get one step closer to your professional aspirations and develop your skills for a rewarding career. This comprehensive course will teach you the theory of effective life coaching practice and equip you with the essential skills, confidence and competence to assist you in the life coaching industry. You'll gain a solid understanding of the core competencies required to drive a successful career in life coaching. This course is designed by industry experts, so you'll gain knowledge and skills based on the latest expertise and best practices. This extensive course is designed for life coach or for people who are aspiring to specialise in life coaching. Enrol in this   course to life coach day and take the next step towards your personal and professional goals. Earn industry-recognised credentials to demonstrate your new skills and add extra value to your CV that will help you outshine other candidates. Who is this Course for? This comprehensive life coach course is ideal for anyone wishing to boost their career profile or advance their career in this field by gaining a thorough understanding of the subject. Anyone willing to gain extensive knowledge on this life coaching can also take this course. Whether you are a complete beginner or an aspiring professional, this course will provide you with the necessary skills and professional competence, and open your doors to a wide number of professions within your chosen sector. Entry Requirements This life coach course has no academic prerequisites and is open to students from all academic disciplines. You will, however, need a laptop, desktop, tablet, or smartphone, as well as a reliable internet connection. Assessment This life coach course assesses learners through multiple-choice questions (MCQs). Upon successful completion of the modules, learners must answer MCQs to complete the assessment procedure. Through the MCQs, it is measured how much a learner could grasp from each section. In the assessment pass mark is 60%. Advance Your Career This life coach course will provide you with a fresh opportunity to enter the relevant job market and choose your desired career path. Additionally, you will be able to advance your career, increase your level of competition in your chosen field, and highlight these skills on your resume. Recognised Accreditation This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. What is CPD? Employers, professional organisations, and academic institutions all recognise CPD, therefore a credential from CPD Certification Service adds value to your professional goals and achievements. Benefits of CPD Improve your employment prospects Boost your job satisfaction Promotes career advancement Enhances your CV Provides you with a competitive edge in the job market Demonstrate your dedication Showcases your professional capabilities What is IPHM? The IPHM is an Accreditation Board that provides Training Providers with international and global accreditation. The Practitioners of Holistic Medicine (IPHM) accreditation is a guarantee of quality and skill. Benefits of IPHM It will help you establish a positive reputation in your chosen field You can join a network and community of successful therapists that are dedicated to providing excellent care to their client You can flaunt this accreditation in your CV It is a worldwide recognised accreditation What is Quality Licence Scheme? This course is endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. Benefits of Quality License Scheme Certificate is valuable Provides a competitive edge in your career It will make your CV stand out Course Curriculum Introduction What You Will Learn 00:06:00 Get To Know Your Instructor 00:02:00 Part 1 : Life Coaching Certification What Is Life Coaching 00:04:00 The Benefits Of Becoming A Life Coach 00:03:00 The Difference Between Coaching, Therapy, Mentoring & Training 00:03:00 The Responsibilities Of A Life Coach 00:02:00 Coaching Fundamentals Coaching Fundamentals Overview 00:02:00 Listening Introduction 00:02:00 The 3 Kinds Of Listening As A Coach 00:04:00 Your Listening Template 00:10:00 Questioning Introduction 00:01:00 Questioning & Coaching 00:03:00 How Coaching Questions Are Different From Normal Questions 00:01:00 The Different Types Of Coaching Questions 00:12:00 Questions Summary 00:03:00 Building Trust Introduction 00:01:00 The Trust Checklist Exercise 00:02:00 The Trust Checklist Exercise 00:02:00 How To Build Trust As A Coach 00:08:00 More Trust Building Strategies 00:04:00 Understanding Personalities Understanding Personalities Overview 00:03:00 Big Five Personality Model 00:02:00 Myers Briggs Personality Model 00:04:00 Your Personality Model 00:08:00 How To Bring Out Your Strengths With This Model 00:09:00 Coaching Models Explained Coaching Models Introduction 00:02:00 GROW Model Explained 00:05:00 STEPPPA Model Explained 00:08:00 FUEL Model Explained 00:02:00 CLEAR Model Explained 00:04:00 Why We Will Use The GROW Model 00:01:00 Coaching Step 1: Goal Setting Step 1 Introduction 00:02:00 Why Defining Your Values Is Important 00:02:00 What Does Your Ideal Life Look Like? 00:04:00 The 4 Biggest Goal Setting Mistakes To Avoid 00:06:00 Stretch Goals Explained 00:03:00 Why You Should Start With Long Term Goals 00:04:00 Setting Your First Long Term Goal 00:05:00 Turning Long Term Goals Into Short Term Goals 00:05:00 Next Steps 00:01:00 Coaching Step 2 : Reality Step 2 Introduction 00:01:00 Status Quo Explained 00:06:00 Wheel Of Life Excercise Explained 00:06:00 Big Rocks Exercise Explained 00:05:00 Coaching Example Step 2 00:04:00 Coaching Step 3 : Option & Obstacles Step 3 Introduction 00:01:00 How To Brainstorm With Your Client(s) 00:05:00 How To Evaluate Your Brainstorming Ideas 00:04:00 “Spheres Of Influence” Excerise Explained 00:02:00 “Not To Do List” Exercise Explained 00:04:00 Coaching Example Step 3 00:07:00 Coaching Step 4 : Will & Action Planning Step 4 Introduction 00:01:00 The 80/20 Rule Applied To Coaching 00:04:00 How To Design An Action Plan 00:03:00 Coaching Example Step 4 00:05:00 GROW Model Recap 00:02:00 How To Structure Your Coaching Sessions Structuring Your Sessions Introduction 00:01:00 How To Define Your Coaching Ground Rules 00:03:00 How Much Should You Charge 00:02:00 The Pre Coaching Call 00:03:00 Your First Coaching Session 00:03:00 Progress Evaluation Sessions 00:04:00 My Recommended Coaching Timeline 00:02:00 Clint Coach Relationship Client Coach Relationship Intro 00:01:00 What Clients Expect From Their Coaches 00:03:00 Why Clients Choose One Coach Over Another 00:01:00 Client Coach Boundaries 00:02:00 How To Retain Clients Long Term 00:05:00 Advanced Coaching Strategies Advanced Coaching Strategies Introduction 00:01:00 Reframing Explained 00:06:00 Managing Emotional States 00:07:00 Understanding Representational Systems 00:07:00 Personal SWOT Analysis 00:06:00 Johari Window - Developing Self Awareness 00:04:00 Giving Good Feedback As A Coach 00:04:00 Part 2: Holistic Health Coaching Certification Part 2 Introduction 00:02:00 Giving Good Feedback As A Coach 00:04:00 What Does A Health Coach Do? 00:02:00 How Can You Combine Life Coaching & Health Coaching 00:01:00 Diet & Nutrition Fundamentals Diet Introduction 00:01:00 Your Health & Diet: How They Are Linked 00:03:00 The Consequences Of Following A Bad Diet 00:03:00 How To Eat For Longevity 00:01:00 What Are Calories? Explained 00:03:00 The Relationship Between Bodyweight And Health 00:05:00 Calories & Bodyweight In A Healthy Diet 00:01:00 The Surprising Results Of The Twinkie Diet 00:01:00 The Relationship Between Weight Loss And Health 00:02:00 Healthy Weight Ranges 00:01:00 The Best Foods For A Healthier Life 00:02:00 Best Protein Foods 00:01:00 Best Carbohydrate Foods 00:01:00 Best Dietary Fat Foods 00:01:00 How Much Of Each (Protein, Carbs, Fat)? 00:04:00 What About The Remaining Calories 00:01:00 Diet & Nutrition Coaching Client Assessment Introduction 00:01:00 Client Interview 00:04:00 How To Create A Diet Plan For Clients 00:09:00 Calculating BMI 00:03:00 Exercise Coaching : Cardio Cardio Introduction 00:01:00 The Different Types Of Cardio 00:02:00 How To Monitor Your Heart Rate During A Workout 00:02:00 Cardio vs Weigh Training - Which Is Better For Weight Loss 00:06:00 Exercise Coaching : Resistance Training Weight Training Introduction 00:01:00 Muscle Building Formula 00:07:00 The Science Behind Muscle Growth 00:03:00 Weight Training vs Bodyweight Training 00:02:00 How To Create Beginner Workout Plan 00:08:00 5 Most Important Aspects Of Lifting Form 00:03:00 Progressive Overload 00:02:00 Hormone Health Explained Hormones Introduction 00:01:00 The 3 Types Of Hormones 00:03:00 The Endocrine System Explained 00:04:00 Hormones & Heart Disease 00:03:00 Anabolic Steroids: Why They Are So Dangerous 00:03:00 Most Important Hormones Overview 00:01:00 Insulin 00:04:00 Glucagon 00:02:00 Adrenaline 00:03:00 Cortisol 00:04:00 Ghrelin 00:02:00 Leptin 00:02:00 Thyroid Hormones 00:02:00 Estrogen 00:02:00 Growth Hormone 00:01:00 Testosterone 00:03:00 Supplements How To Build Your Own Supplement Stack 00:08:00 Top 3 Beginner Supplements For Muscle Growth 00:04:00 The Best Supplements To Boost Immunity 00:04:00 The Best Supplements For Vegans & Vegetarians 00:02:00 The Best Supplements For Joint & Bone Health 00:02:00 The Best Supplements For Fat Loss 00:04:00 Health & Fitness Motivation Health & Fitness Motivation Introduction 00:01:00 The Role Of Stress In Motivation3 00:01:00 The Motivation Problem3 00:02:00 8 Steps To Building Fitness Discipline 00:07:00 How To Get Out Of A Workout Rut 00:08:00 Health & Fitness FAQ Answered Is Brown Sugar Better Than White Sugar 00:02:00 What Should You Train On Your First Day At The Gym? 00:07:00 Fresh vs Frozen Food: Which Is Healthier 00:03:00 Part 3: Wellness Coaching Certification Part 3 Introdudction 00:01:00 Steers Management The Difference Between Stress & Anxiety 00:02:00 Short vs Long Term Stress 00:02:00 The Effects Of Stress & Anxiety On Your Body 00:05:00 Proven Stress Management Strategies & Techniques 00:02:00 The Benefits Of Calm Breathing 00:02:00 Breathing Exercise #1 - Three Part Breath 00:02:00 Breathing Exercise #2 - Bellows Breath 00:01:00 Progressive Muscle Relaxation 00:03:00 Complete PMR Routine 00:07:00 Sleep Sleeping For A Longer Life 00:04:00 Tips To Fall Asleep Faster 00:03:00 Supplements For Improved Sleep 00:02:00 Emotional Self Care What Is Emotional Self Care 00:04:00 How To Accept Yourself 00:02:00 Taming Your Inner Critic 00:05:00 Getting A Different Perspecitive 00:04:00 Acknowledging Your Qualities 00:02:00 Getting Rid Of Time Consuming Commitments 00:06:00 How To Say “No” To Others 00:04:00 Supplementary Resources Supplementary Resources - Life Coach 00:00:00 Assessment Assessment -Life Coach 00:10:00 Certificate of Achievement Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

Life Coach
Delivered Online On Demand
£19

Deep Learning & Neural Networks Python - Keras: For Dummies

By IOMH - Institute of Mental Health

Overview This Deep Learning & Neural Networks Python - Keras: For Dummies course will unlock your full potential and will show you how to excel in a career in Deep Learning & Neural Networks Python - Keras: For Dummies. So upskill now and reach your full potential. Everything you need to get started in Deep Learning & Neural Networks Python - Keras: For Dummies is available in this course. Learning and progressing are the hallmarks of personal development. This Deep Learning & Neural Networks Python - Keras: For Dummies will quickly teach you the must-have skills needed to start in the relevant industry. In This Deep Learning & Neural Networks Python - Keras: For Dummies Course, You Will: Learn strategies to boost your workplace efficiency. Hone your Deep Learning & Neural Networks Python - Keras: For Dummies skills to help you advance your career. Acquire a comprehensive understanding of various Deep Learning & Neural Networks Python - Keras: For Dummies topics and tips from industry experts. Learn in-demand Deep Learning & Neural Networks Python - Keras: For Dummies skills that are in high demand among UK employers, which will help you to kickstart your career. This Deep Learning & Neural Networks Python - Keras: For Dummies course covers everything you must know to stand against the tough competition in the Deep Learning & Neural Networks Python - Keras: For Dummies field.  The future is truly yours to seize with this Deep Learning & Neural Networks Python - Keras: For Dummies. Enrol today and complete the course to achieve a Deep Learning & Neural Networks Python - Keras: For Dummies certificate that can change your professional career forever. Additional Perks of Buying a Course From Institute of Mental Health Study online - whenever and wherever you want. One-to-one support from a dedicated tutor throughout your course. Certificate immediately upon course completion 100% Money back guarantee Exclusive discounts on your next course purchase from Institute of Mental Health Enrolling in the Deep Learning & Neural Networks Python - Keras: For Dummies course can assist you in getting into your desired career quicker than you ever imagined. So without further ado, start now. Process of Evaluation After studying the Deep Learning & Neural Networks Python - Keras: For Dummies course, your skills and knowledge will be tested with a MCQ exam or assignment. You must get a score of 60% to pass the test and get your certificate.  Certificate of Achievement Upon successfully completing the Deep Learning & Neural Networks Python - Keras: For Dummies course, you will get your CPD accredited digital certificate immediately. And you can also claim the hardcopy certificate completely free of charge. All you have to do is pay a shipping charge of just £3.99. Who Is This Course for? This Deep Learning & Neural Networks Python - Keras: For Dummies is suitable for anyone aspiring to start a career in Deep Learning & Neural Networks Python - Keras: For Dummies; even if you are new to this and have no prior knowledge on Deep Learning & Neural Networks Python - Keras: For Dummies, this course is going to be very easy for you to understand.  And if you are already working in the Deep Learning & Neural Networks Python - Keras: For Dummies field, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  Taking this Deep Learning & Neural Networks Python - Keras: For Dummies course is a win-win for you in all aspects.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements This Deep Learning & Neural Networks Python - Keras: For Dummies course has no prerequisite.  You don't need any educational qualification or experience to enrol in the Deep Learning & Neural Networks Python - Keras: For Dummies course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online Deep Learning & Neural Networks Python - Keras: For Dummies course. Moreover, this course allows you to learn at your own pace while developing transferable and marketable skills. Course Curriculum Course Introduction and Table of Contents Course Introduction and Table of Contents 00:11:00 Deep Learning Overview Deep Learning Overview - Theory Session - Part 1 00:06:00 Deep Learning Overview - Theory Session - Part 2 00:07:00 Choosing Between ML or DL for the next AI project - Quick Theory Session Choosing Between ML or DL for the next AI project - Quick Theory Session 00:09:00 Preparing Your Computer Preparing Your Computer - Part 1 00:07:00 Preparing Your Computer - Part 2 00:06:00 Python Basics Python Basics - Assignment 00:09:00 Python Basics - Flow Control 00:09:00 Python Basics - Functions 00:04:00 Python Basics - Data Structures 00:12:00 Theano Library Installation and Sample Program to Test Theano Library Installation and Sample Program to Test 00:11:00 TensorFlow library Installation and Sample Program to Test TensorFlow library Installation and Sample Program to Test 00:09:00 Keras Installation and Switching Theano and TensorFlow Backends Keras Installation and Switching Theano and TensorFlow Backends 00:10:00 Explaining Multi-Layer Perceptron Concepts Explaining Multi-Layer Perceptron Concepts 00:03:00 Explaining Neural Networks Steps and Terminology Explaining Neural Networks Steps and Terminology 00:10:00 First Neural Network with Keras - Understanding Pima Indian Diabetes Dataset First Neural Network with Keras - Understanding Pima Indian Diabetes Dataset 00:07:00 Explaining Training and Evaluation Concepts Explaining Training and Evaluation Concepts 00:11:00 Pima Indian Model - Steps Explained Pima Indian Model - Steps Explained - Part 1 00:09:00 Pima Indian Model - Steps Explained - Part 2 00:07:00 Coding the Pima Indian Model Coding the Pima Indian Model - Part 1 00:11:00 Coding the Pima Indian Model - Part 2 00:09:00 Pima Indian Model - Performance Evaluation Pima Indian Model - Performance Evaluation - Automatic Verification 00:06:00 Pima Indian Model - Performance Evaluation - Manual Verification 00:08:00 Pima Indian Model - Performance Evaluation - k-fold Validation - Keras Pima Indian Model - Performance Evaluation - k-fold Validation - Keras 00:10:00 Pima Indian Model - Performance Evaluation - Hyper Parameters Pima Indian Model - Performance Evaluation - Hyper Parameters 00:12:00 Understanding Iris Flower Multi-Class Dataset Understanding Iris Flower Multi-Class Dataset 00:08:00 Developing the Iris Flower Multi-Class Model Developing the Iris Flower Multi-Class Model - Part 1 00:09:00 Developing the Iris Flower Multi-Class Model - Part 2 00:06:00 Developing the Iris Flower Multi-Class Model - Part 3 00:09:00 Understanding the Sonar Returns Dataset Understanding the Sonar Returns Dataset 00:07:00 Developing the Sonar Returns Model Developing the Sonar Returns Model 00:10:00 Sonar Performance Improvement - Data Preparation - Standardization Sonar Performance Improvement - Data Preparation - Standardization 00:15:00 Sonar Performance Improvement - Layer Tuning for Smaller Network Sonar Performance Improvement - Layer Tuning for Smaller Network 00:07:00 Sonar Performance Improvement - Layer Tuning for Larger Network Sonar Performance Improvement - Layer Tuning for Larger Network 00:06:00 Understanding the Boston Housing Regression Dataset Understanding the Boston Housing Regression Dataset 00:07:00 Developing the Boston Housing Baseline Model Developing the Boston Housing Baseline Model 00:08:00 Boston Performance Improvement by Standardization Boston Performance Improvement by Standardization 00:07:00 Boston Performance Improvement by Deeper Network Tuning Boston Performance Improvement by Deeper Network Tuning 00:05:00 Boston Performance Improvement by Wider Network Tuning Boston Performance Improvement by Wider Network Tuning 00:04:00 Save & Load the Trained Model as JSON File (Pima Indian Dataset) Save & Load the Trained Model as JSON File (Pima Indian Dataset) - Part 1 00:09:00 Save & Load the Trained Model as JSON File (Pima Indian Dataset) - Part 2 00:08:00 Save and Load Model as YAML File - Pima Indian Dataset Save and Load Model as YAML File - Pima Indian Dataset 00:05:00 Load and Predict using the Pima Indian Diabetes Model Load and Predict using the Pima Indian Diabetes Model 00:09:00 Load and Predict using the Iris Flower Multi-Class Model Load and Predict using the Iris Flower Multi-Class Model 00:08:00 Load and Predict using the Sonar Returns Model Load and Predict using the Sonar Returns Model 00:10:00 Load and Predict using the Boston Housing Regression Model Load and Predict using the Boston Housing Regression Model 00:08:00 An Introduction to Checkpointing An Introduction to Checkpointing 00:06:00 Checkpoint Neural Network Model Improvements Checkpoint Neural Network Model Improvements 00:10:00 Checkpoint Neural Network Best Model Checkpoint Neural Network Best Model 00:04:00 Loading the Saved Checkpoint Loading the Saved Checkpoint 00:05:00 Plotting Model Behavior History Plotting Model Behavior History - Introduction 00:06:00 Plotting Model Behavior History - Coding 00:08:00 Dropout Regularization - Visible Layer Dropout Regularization - Visible Layer - Part 1 00:11:00 Dropout Regularization - Visible Layer - Part 2 00:06:00 Dropout Regularization - Hidden Layer Dropout Regularization - Hidden Layer 00:06:00 Learning Rate Schedule using Ionosphere Dataset - Intro Learning Rate Schedule using Ionosphere Dataset 00:06:00 Time Based Learning Rate Schedule Time Based Learning Rate Schedule - Part 1 00:07:00 Time Based Learning Rate Schedule - Part 2 00:12:00 Drop Based Learning Rate Schedule Drop Based Learning Rate Schedule - Part 1 00:07:00 Drop Based Learning Rate Schedule - Part 2 00:08:00 Convolutional Neural Networks - Introduction Convolutional Neural Networks - Part 1 00:11:00 Convolutional Neural Networks - Part 2 00:06:00 MNIST Handwritten Digit Recognition Dataset Introduction to MNIST Handwritten Digit Recognition Dataset 00:06:00 Downloading and Testing MNIST Handwritten Digit Recognition Dataset 00:10:00 MNIST Multi-Layer Perceptron Model Development MNIST Multi-Layer Perceptron Model Development - Part 1 00:11:00 MNIST Multi-Layer Perceptron Model Development - Part 2 00:06:00 Convolutional Neural Network Model using MNIST Convolutional Neural Network Model using MNIST - Part 1 00:13:00 Convolutional Neural Network Model using MNIST - Part 2 00:12:00 Large CNN using MNIST Large CNN using MNIST 00:09:00 Load and Predict using the MNIST CNN Model Load and Predict using the MNIST CNN Model 00:14:00 Introduction to Image Augmentation using Keras Introduction to Image Augmentation using Keras 00:11:00 Augmentation using Sample Wise Standardization Augmentation using Sample Wise Standardization 00:10:00 Augmentation using Feature Wise Standardization & ZCA Whitening Augmentation using Feature Wise Standardization & ZCA Whitening 00:04:00 Augmentation using Rotation and Flipping Augmentation using Rotation and Flipping 00:04:00 Saving Augmentation Saving Augmentation 00:05:00 CIFAR-10 Object Recognition Dataset - Understanding and Loading CIFAR-10 Object Recognition Dataset - Understanding and Loading 00:12:00 Simple CNN using CIFAR-10 Dataset Simple CNN using CIFAR-10 Dataset - Part 1 00:09:00 Simple CNN using CIFAR-10 Dataset - Part 2 00:06:00 Simple CNN using CIFAR-10 Dataset - Part 3 00:08:00 Train and Save CIFAR-10 Model Train and Save CIFAR-10 Model 00:08:00 Load and Predict using CIFAR-10 CNN Model Load and Predict using CIFAR-10 CNN Model 00:16:00 RECOMENDED READINGS Recomended Readings 00:00:00

Deep Learning & Neural Networks Python - Keras: For Dummies
Delivered Online On Demand11 hours 11 minutes
£11.99

Professional Diploma in Renewable Energy

3.0(2)

By Alpha Academy

If you are interested in renewable energies and sustainable energy technology? Then this Professional Diploma in Renewable Energy course is ideal for you! This course is intended to enhance your knowledge to make the world a better place by producing energy from renewable resources. Besides, you'll understand various alternative energy resources. You'll be provided with a strong base and information on different types of renewable energies that can be practised for the betterment of the environment. Course Highlights The price is for the whole course including final exam - no hidden fees Accredited Certificate upon successful completion at an additional cost Efficient exam system with instant results Track progress within own personal learning portal 24/7 customer support via live chat Professional Diploma in Renewable Energy has been given CPD accreditation and is one of the best-selling courses available to students worldwide. This valuable course is suitable for anyone interested in working in this sector or who simply wants to learn more about the topic. If you're an individual looking to excel within this field then Professional Diploma in Renewable Energy is for you. We've taken this comprehensive course and broken it down into several manageable modules which we believe will assist you to easily grasp each concept - from the fundamental to the most advanced aspects of the course. It really is a sure pathway to success. All our courses offer 12 months access and are designed to be studied at your own pace so you can take as much or as little time as you need to complete and gain the full CPD accredited qualification. And, there are no hidden fees or exam charges. We pride ourselves on having friendly and experienced instructors who provide full weekday support and are ready to help with any of your queries. So, if you need help, just drop them an email and await a speedy response. Furthermore, you can check the validity of your qualification and verify your certification on our website at anytime. So, why not improve your chances of gaining professional skills and better earning potential. Assessment and Certification At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. After you have successfully passed the final exam, you will be able to order an Accredited Certificate of Achievement at an additional cost of £19 for a PDF copy and £29 for an original print copy sent to you by post or for both £39. Career Path Not only does our CPD and CiQ accredited course look good on your CV, setting you apart from the competition, it can be used as a stepping stone to greater things. Further advance your learning, launch a new career or reinvigorate an existing one. On successful completion of this course, you have the potential to achieve an estimated salary of £37,500. The sky really is the limit. Course Curriculum Professional Diploma in Renewable Energy - Updated Version An Introduction to Sustainable Energy 00:17:00 Solar Energy: Thermal 00:15:00 Solar Energy: Photovoltaics 00:20:00 Wind Energy 00:27:00 Bioenergy 00:26:00 Geothermal Energy 00:22:00 Tidal Energy 00:23:00 Environmental Impacts: A Global and Regional Assessment 00:24:00 Renewable Energy and Sustainable Development 00:22:00 The Future of Renewable Energy in the UK into the 2020s and Beyond 00:20:00 Professional Diploma in Renewable Energy - Old Version Renewable Energy Introduction 00:30:00 What is Renewable Energy? 00:30:00 Types of Renewable Energy 00:15:00 Solar Power 00:30:00 Wind Power 01:00:00 Hydropower 01:00:00 Biofuel 00:30:00 The Possibilities of Renewable Energy 01:00:00 Conclusion 00:15:00 Lowering Energy Cost Introduction 00:15:00 Determining The Current Costs 00:15:00 Cost over Savings Analysis 01:00:00 Getting Started By Finding Your Biggest Needs 01:00:00 Start Small For Big Savings 01:00:00 You're Window Savings 02:00:00 The Fireplace Advantage 01:00:00 Energy Saving Habits to Develop 02:00:00 The Thermostat 01:00:00 Energy Star: Understanding What It is 02:00:00 Outside the Home: Landscaping For Energy Benefits 01:00:00 Alternative Sources of Fuel 01:00:00 The Energy Efficient New Home 00:30:00 Conclusion 00:15:00 Being Environmentally Friendly Introduction 01:00:00 Energy at Home 01:00:00 Reduce the Use of Paper Products 01:00:00 Transportation 01:00:00 Lawn Care & Organic Gardening 01:00:00 Additional Tips for a Greener You! 01:00:00 Let's Recap! 01:00:00 Recycle It! 01:00:00 Renewable Energy Applications Government Incentives 01:00:00 Renewable Energy Is Key to Fighting Climate Change 01:00:00 Energy Audits 01:00:00 LEED 01:00:00 BREEAM 01:00:00 EPC 01:00:00 How to Choose Your Renewable Energy Sources 01:00:00 The Advantages and Disadvantages of Renewable Energy 01:00:00 Solar Geometry 01:00:00 Solar Chimney 00:30:00 Solar Wall 00:30:00 PV/Thermal 00:10:00 Passive Solar Heating 01:00:00 Solar Water Heaters 00:30:00 Solar Photovoltaic Technology Basics 00:30:00 Other Energy Saving Technologies 00:15:00 Underground Thermal Energy Storage (UTES) 00:15:00 Combined Heat and Power 00:15:00 Trigeneration / CCHP 00:15:00 Rainwater Harvesting 00:15:00 Fuel Cell 00:15:00 Earth Duct 00:15:00 Light Pipe 00:15:00 Conclusion 00:15:00 Recommended Reading Recommended Reading: Professional Diploma in Renewable Energy 00:00:00 Mock Exam Mock Exam- Professional Diploma in Renewable Energy 00:30:00 Final Exam Final Exam- Professional Diploma in Renewable Energy 00:30:00

Professional Diploma in Renewable Energy
Delivered Online On Demand
£10.99