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

1190 Installation courses delivered Online

Video Editing Course: Step-by-Step Using Canva

5.0(1)

By LearnDrive UK

Master the art of video editing with Canva in our comprehensive online course. Unleash your creativity and produce captivating videos effortlessly.

Video Editing Course: Step-by-Step Using Canva
Delivered Online On Demand1 hour
£5

Final Cut Pro X: 2024's Best Tutorial for Beginners

5.0(1)

By LearnDrive UK

Master Final Cut Pro X from scratch! Create captivating videos with industry-standard editing techniques in this comprehensive tutorial for beginners.

Final Cut Pro X: 2024's Best Tutorial for Beginners
Delivered Online On Demand1 hour
£5

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

Practical Linux Command Line 2.0

By Packt

Start your journey with the Linux command line with zero knowledge. This course will start from scratch with instructions to install a Linux OS on a virtual machine and advance to higher-level concepts with no prior knowledge required.

Practical Linux Command Line 2.0
Delivered Online On Demand3 hours 37 minutes
£41.99

Advanced DIY Secrets

By iStudy UK

How frustrating is it not to be able to do 'simple' tasks yourself? Sometimes it's baffling to understand why it's difficult to get someone to come and do them and even more baffling to understand the amount they need to charge. However with this course you can learn how to do these tasks yourself. DIY, an acronym of Do-It-Yourself is the process of making something instead of buying it. Learning how to do this will not only help you save, but it will help you create or customise something you like for yourself. Owning a home-related business can be another option if you are diligent in creating your stuff. DIY is a growing trend and is something that with the right knowledge can be easy as well as fun and affordable! Learning about the basics of DIY could be a great help which this course is designed for. This course also includes lessons on home improvements and professional repairing that could give you DIY ideas to fully utilize your potentials in DIYs. Course Highlights Advanced DIY Secrets is an award winning and the best selling course that has been given the CPD Certification & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed Advanced DIY Secrets into 58 modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 1 day, 14 hours hours and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. Why You Should Choose Advanced DIY Secrets Lifetime access to the course No hidden fees or exam charges CPD Accredited certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? Advanced DIY Secrets is CPD certified and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our Advanced DIY Secrets is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Module 1: Basic DIYs Secrets to Install Laminate Flooring FREE 01:00:00 So, you want to do a Textured Ceiling! FREE 00:30:00 Copper Bathroom Sinks Add an Easy Elegant Touch 00:30:00 Do It Yourself Home Sprinkler System 00:30:00 Easy Installation of Vinyl Replacement Windows 00:30:00 Installing a Drop Ceiling 01:00:00 Oval Bathroom Mirror 01:00:00 Making Your Own Kitchen Cabinets 00:30:00 Making a Faux Metal Ceiling 01:00:00 Painting a Bathroom 00:30:00 Building a Home Swimming Pool 00:30:00 Decorating Those Small Box Rooms 00:30:00 DIY Projects To Increase The Value of Your Home 01:00:00 DIY Remodeling on a Budget 01:00:00 Caring For Your Wooden Floor 00:30:00 Things to Consider 00:30:00 Using tiles to brighten your home 00:30:00 Home Renovation Survival 00:30:00 Module 2: Home Improvements Choosing An Alarm System, Hardware AND People 00:30:00 Choosing A Contractor FREE 01:00:00 Pollution and Remodeling FREE 00:30:00 Do It Yourself Bathroom Remodeling 00:30:00 Tips for Installing Leak-proof Showers 00:30:00 Do It Yourself Kitchen Remodeling 00:30:00 Installing Kitchen Cabinets 00:30:00 Choosing Countertops 00:30:00 Adding A Bedroom 00:30:00 Basement Problems Turned Around 00:30:00 Options for Lighting Your Home 00:30:00 How To Lay Indoor-Outdoor Carpet 00:30:00 Tips for Installing A Tile Floor 00:30:00 How To Prepare to Install Moulding 01:00:00 TV Stand Design Ideas 00:30:00 Home Air Conditioning Maintenance Made Easy 01:00:00 How To Diagnose Central Heating Systems 00:30:00 Insulation 00:30:00 Fixing Your Sink 00:30:00 Fixing Clogged Pipes and Drains 00:30:00 Replacing Screens 00:30:00 Replacing Doors 01:00:00 Six Tips For Decks Built to Last 00:30:00 Three Steps To Refinish Your Decks 00:30:00 Installing Your Hot Tub 00:30:00 Low Hassle Exterior Painting 00:30:00 Low Hassle Roof Repair 00:30:00 Gardens for Profit and Beauty 01:00:00 Judging Construction 00:15:00 Judging Construction - Ground and Walls 00:30:00 Module 3: Professional Repairing Essential Tools For Your Toolbox 00:30:00 Woodworking Ideas And Skills 00:30:00 Bandsaw 01:00:00 Router 01:00:00 Basic Ideas Of Plumbing 00:30:00 Basic Plumbing 01:00:00 Basic Ideas Of Electronics 01:00:00 Repairing an old ceiling 01:00:00 Advanced Ideas And Skills Of Electronics 00:30:00 How To Protect Yourself From Injuries 01:00:00 Mock Exam Mock Exam- Advanced DIY Secrets 00:30:00 Final Exam Final Exam- Advanced DIY Secrets 00:30:00

Advanced DIY Secrets
Delivered Online On Demand38 hours
£25

ICSDWAN-CT-Implementing, Configuring, Monitoring, and Troubleshooting Cisco (Viptela)SDWAN

By Nexus Human

Duration 5 Days 30 CPD hours Overview SDWAN Overview Cisco SDWAN Hardware Deploying the Overlay Configuring vManage Deploying using Templates Creating Policies Monitoring vManage vAnalytics Troubleshooting Tools for VManage In this Implementation and Configuration SDWAN Course, students will deploy and configure SD-WAN Controllers, vEdge Devices, and Cisco IOS-XE Devices. Students will create Multiple Device and CLI Templates that will allow Hundreds of devices to be deployed using only a few Centralized Templates. Students will create Security Policies to enable the Enterprise Firewall, IDS/IPS, URL Filtering, and Web Layer Security to protect and allow Enterprises to deploy Cloud applications as well as Direct Internet Access (DIA). Students will also create Local and Central Policies that enable a Centralized Policy control of WAN Routing and device QOS configuration and enforcement. Students will also learn how Cisco SD-WAN allows Enterprises to deploy an effective Cloud Solutions such as Amazon AWS, Microsoft Azure, and Google Cloud. Students will also learn how to Monitor and Troubleshoot the SD-WAN Solution. SDWAN Overview Describe what a Software-Defined Wide Area Network (SD-WAN) is Describe the secure extensible network Describe the function of the virtual IP fabric created in the SD-WAN solution What is SDWAN Cisco Cloud vs On-premises vs private cloud management Cisco IWAN vs Viptela SDWAN IWAN Migration to SDWAN SDWAN Integration with Cisco Cisco SDWAN Licensing Deploying Cisco SDWAN Controllers On-Prem vs Cloud deployment vManage NMS vBond Orchestrator Deploy the vSmart Controller Controller High Availability Cluster Management Cisco SDWAN Certificates and Whitelists On-Prem vs Cloud Certificate deployment Controller Certificates Hardware Device Certificates Software Device Certificates Certificates Device Whitelists Controller Whitelists Cisco SDWAN Edge Devices vEdge Appliances vEdge Cloud Cisco IOS-XE Platforms Cisco CSR 1000V Router Cisco 54xx Enterprise Network Compute System (ENCS) Cisco SDWAN Fabric and Overview Virtual Fabric Overview Overlay Management Protocol Transport Locators (TLOCs) Multicast TCP Optimization Opening Firewall Ports Software Installation and Upgrade vEdge Routers Deploying vEdge Routers Migrating IOS-XE Devices to Cisco SD-WAN Zero Touch Provisioning Deploy AWS Gateway using the AWS Wizard Cisco SD-WAN Security Solution Security SDWAN IOS-XE Security SDWAN vEdge Security Firewall Ports Control Plane Security Data Plane Security Traffic Segmentation Service Chaining Cloud Security Enterprise Firewall Quality of Service Application Visibility and Recognition Differentiated Services-Quality of Service Critical Applications SLA Path MTU Discovery TCP Performance Optimization Bidirectional Forwarding Detection (BFD) vEdge Router Queuing Configuring vManage Using the vManage Interface Using the vManage Dashboard Administration Configuration SD-WAN Templates Templates Wide Area Application Server (WAAS) Maintenance Configure Cisco Umbrella Quality of Service (QoS) SD-WAN Policies Local Policies vs Central Policies Policies Smart policies (Control, Data, AppRoute, cflowd) SD-WAN Cloud OnRamp SAAS Cloud OnRamp IAAS vAnalytics Applications Network Availability Network Health vAnalytics Dashboard Monitoring vManage Network ACL Log Alarms Audit Log Events Geography View Device Information View Link Information Configure Geographic Coordinates for a Device Troubleshooting Tools for vManage Using vManage to Troubleshoot the environment Operational Commands Rediscover Network CLI Command to troubleshoot the environment. SSH Terminal Additional course details: Nexus Humans ICSDWAN-CT-Implementing, Configuring, Monitoring, and Troubleshooting Cisco (Viptela)SDWAN training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the ICSDWAN-CT-Implementing, Configuring, Monitoring, and Troubleshooting Cisco (Viptela)SDWAN course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

ICSDWAN-CT-Implementing, Configuring, Monitoring, and Troubleshooting Cisco (Viptela)SDWAN
Delivered OnlineFlexible Dates
Price on Enquiry

CWS-250 Citrix DaaS Deployment and Administration

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is recommended for administrators and engineers. Overview What you'll learn: Understand the differences between Citrix Virtual Apps and Desktops 2203 LTSR on-premises and the Citrix DaaS. Install, configure, and manage Citrix Cloud Connectors. Create Citrix DaaS workloads. Deliver app and desktop resources to users. Migrate existing on-premises Citrix Virtual Apps and Desktops 2203 LTSR infrastructure to Citrix Cloud. In this course you will learn how to create a new Citrix DaaS deployment and how to migrate to Citrix DaaS from an on-premises Citrix Virtual Apps and Desktops Site. Get hands-on as the course guides you through the architecture, communications, management, installation, and configuration of Citrix DaaS on Citrix Cloud and resource locations that the host apps and desktops for your users. This course is a necessary step in enabling you with the right training and skills, to not only understand, manage, and deliver successfully, but also to make well-informed planning decisions along the way. Module 1: Introduction to Citrix DaaS New Citrix Workspace Packaging Citrix Virtual Apps and Desktops - On- Premises Site What is Citrix Cloud? Why Citrix DaaS? What is a Migration from Citrix Virtual Apps and Desktops to Citrix DaaS? Citrix Cloud Administration Module 2: Planning - Citrix DaaS Architecture, Security, and Operations Architecture and Deployment Options Citrix DaaS Security Citrix DaaS Operations Module 3: Planning - Citrix Cloud Connectors Cloud Connector Architecture Cloud Connector Services and Communications Overview Cloud Connector Operations in a Resource Location Cloud Connector Resiliency Installing, Updating, and Removing Cloud Connectors Supported Domain Scenarios for Cloud Connectors Securing Cloud Connector Communications Local Host Cache (LHC) Citrix Cloud Connector vs Delivery Controller Operations Module 4: Planning - Citrix DaaS Resource Locations Citrix DaaS Resource Locations Citrix DaaS Hosting Connections Zones Module 5: Active Directory, Authentication, and Authorization Active Directory Design Options Desktops from Non-Domain Joined VDAs Citrix Federated Authentication Service and Identity Provider Services Module 6: Planning - Provisioning VDA Workloads and Delivering Resources Master Images Machine Creation Services (MCS) in Citrix DaaS Citrix Provisioning in Citrix DaaS Machine Catalogs Delivery Groups Citrix Cloud Library Module 7: Planning - Provisioning VDA Workloads and Delivering Resources Selecting Between Citrix digital workspace experience and StoreFront Citrix StoreFront and Citrix digital workspace experience Communications Selecting Between Citrix Gateway Service and On-Premises Citrix Gateway Access Layer Communications User Authentication Module 8: Planning - Citrix DaaS Administration Citrix Cloud Manage and Monitor Delegated Administration Citrix DaaS Remote PowerShell Software Development Kit Manage Multiple Resource Locations Module 9: Planning - Public Cloud Considerations General Public Cloud Considerations Using Autoscale to Power Manage Machines in a Public Cloud Microsoft Azure as a Citrix DaaS Resource Location Amazon Web Services as a Citrix DaaS Resource Location Google Cloud as a Citrix DaaS Resource Location Module 10: Planning - Migrating to Citrix DaaS from Citrix Virtual Apps and Desktops Citrix Cloud Migration Options and Considerations Citrix Automated Configuration Tool Citrix Image Portability Service Module 11: Manage - Operations and Support in Citrix Cloud Citrix Cloud Connector Support Updating and Rolling Back Machine Catalogs VDA Restore Citrix Self-Help Strategy Monitor Your Environment Additional course details: Nexus Humans CWS-250 Citrix DaaS Deployment and Administration training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the CWS-250 Citrix DaaS Deployment and Administration course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

CWS-250 Citrix DaaS Deployment and Administration
Delivered OnlineFlexible Dates
Price on Enquiry

Cisco ASR 9000 Aggregation Services Router Series Essentials (ASR9KE)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for technical professionals who need to know how to deploy Cisco ASR 9000 Series routers in their network environment. The primary audience for this course includes: System engineers Technical support personnel Channel partners, resellers Overview After taking this course, you should be able to: List and describe the major features and benefits of a Cisco ASR 9000 Series router List and describe the major features and benefits of the Cisco 64-Bit IOS XR operating system Understand data flow through the Cisco ASR 9000 Series router Configure Cisco ASR 9000, back out of configuration changes, and restore older versions of the configuration Install the Cisco IOS XR 64-Bit Software operating system, package information envelopes, and software maintenance updates Enable multicast routing on a Cisco ASR 9900 Series router Configure Layer 3 VPN services Configure Ethernet link bundles Configure local Ethernet Line (E-Line) Layer 2 VPN (L2VPN) Configure Ethernet over Multiprotocol Label Switching (EoMPLS) E-Line L2VPN Configure EoMPLS with pseudowire backup Configure local Ethernet LAN(E-LAN) L2VPN Describe Virtual Private LAN Service (VPLS) L2VPN Describe VPLS with Border Gateway Protocol (BGP) autodiscovery Configure service-based Connectivity Fault Management (CFM) Configure Layer 2 multicast features Describe basic QoS implementation Describe how to configure and verify network Virtualization (nV) on the ASR 9000 series The Cisco Aggregation Services Router 9000 Series Essentials (ASR9KE) v6.0 course introduces you to the features and functions of the Cisco© Aggregation Services Router (ASR) 9000 Series platforms. Through a combination of lecture and hands-on labs, you will gain an understanding of all major aspects of the platform, including hardware, Layer 2 and Layer 3 services, routing protocols including Segment Routing, Layer 2 and Layer 3 multicast, Quality of Service (QoS) features, and network virtualization. The course investigates Cisco Internetworking Operating System (IOS) XR 64-Bit Linux-based feature parity in the environment, as well as how to install Cisco IOS© XR 64-Bit software packages. Cisco ASR 9000 Series Hardware Examining the Cisco ASR 9000 Series Chassis Examining the Cisco ASR 9000 Series Architecture Examining the Route Switch Processor/ Route Processor (RSP/RP) Functions and Fabric Architecture Examining the Cisco ASR 9000 Series Line Card Examining the Cisco ASR 9000 Power Subsystems Cisco IOS XR 64-Bit Software Architecture and Linux Fundamentals Cisco IOS XR 64-Bit Software Fundamentals Cisco ASR 9000 IOS XR 64-Bit vs. 32-Bit Exploring Linux Fundamentals Cisco IOS XR 64-Bit Software Installation Examining Resource Allocations and Media Mappings Migrating to Cisco IOS XR 64-Bit Software Performing Disaster Recovery Installing Software Packages Cisco IOS XR 64-Bit Software Configuration Basics Configuring Cisco IOS XR 64-Bit Basic Operations Cisco IOS XR 64-Bit Initial Configuration Reviewing the Configuration Cisco IOS XR 64-Bit Software Routing Protocols Exploring Intermediate System to Intermediate System (IS-IS) Exploring OSPF Exploring BGP Exploring Routing Protocol for LLN Multicast Routing Exploring Multicast Routing Exploring Protocol Independent Multicast (PIM) Cisco Multiprotocol Label Switching Examining the MPLS Forwarding Infrastructure Implementing the MPLS Label Distribution Protocol (LDP) Cisco IOS XR 64-Bit Segment Routing Segment Routing Concepts Interior Gateway Protocol Segment Routing (IGP SR) Control Plane Overview Prefix and Adjacency Segment IDs (SIDs) SR IS-IS Multi-Level and OSPF Multi-Area IS-IS SR Configuration and Verification OSPF SR Configuration and Verification Layer 3 VPNs Examining L3VPNs Exploring L3VPN Control and Data Flow Configuring L3VPNs Verifying the L3VPN Operation Cisco ASR 9000 Layer 2 Architecture Examining Carrier Ethernet and Flexible Ethernet Edge Comparing Layer 2 and Layer 3 VPNs Examining the ASR 9000 Layer 2 Infrastructure and Ethernet Flow Points (EFPs) Layers 2 and 3 Coexistence and VLAN Tag Manipulation Exploring the Layer 2 Network Infrastructure Point-to-Point Layer 2 Services Point-to-Point Alternating Current-Alternating Current (AC-AC) and Attachment Circuit Redundancy Point-to-Point AC-Pseudowire (PW) Cross-Connect Examining Pseudowire Redundancy and Resiliency Layer 2 Multicast Examining the Cisco ASR 9000 Series Multicast Implementing Multicast Quality of Service QoS Basics and the Modular QoS CLI (MQC) Mode Layer 2 QoS Example

Cisco ASR 9000 Aggregation Services Router Series Essentials (ASR9KE)
Delivered OnlineFlexible Dates
Price on Enquiry

Diploma in Python Programming

4.7(160)

By Janets

Learning Outcomes Get an introduction to Python programming Know how to do conditional branching with Python Deepen your knowledge of importing external/internal libraries in Python Learn about project rock, paper and scissors as well as strings operation, time and date in Python Acquire more knowledge about data storage structures, tuples, lists and dictionary Enhance your understanding of import tricks, import operating systems and platforms and exception handling in Python Learn how to instal Packages and Scheduling in Python Description Python is a highly multi-purposeful still easy-to-understand programming language, which is why it is more adaptable all over the world. Whether to make a web application in data science, software engineering, mobile app development, or artificial intelligence - every industry uses Python to accomplish its work. Therefore, if you are planning to pursue a career in these sectors, develop your Python skills with the Diploma In Python Programming course. We made this course with an aim of enhancing your programming language skills in Python and making you job ready. Therefore, this course includes some easy-to-digest modules on topics such as - conditional branching with Python, writing user functions in Python, file handling, reading and writing using Python and many more. Moreover, we will introduce you to the procedure of data storage structures, tuples, lists and dictionaries through Python. Further topics will be discussed in the modules for which you need to enrol in our comprehensive course. So, join this course now to acquire the exclusive knowledge of Python and a CPD certificate of achievement after completing this course. Certificate of Achievement After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for 9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for 15.99, which will reach your doorsteps by post. Method of Assessment After completing this course, you will be provided with some assessment questions. To pass that assessment you need to score at least 60%. Our experts will check your assessment and give you feedback accordingly. Career path After finishing this course you will get the expertise to aim for a career in the following positions: Web Developer Software Engineer Data Scientist Machine Learning Engineer Data Analyst Course Content Unit 01: Introduction to Python Programming Module 01: Course Introduction 00:02:00 Unit 02: Getting Started with Python Module 01: Software Installation 00:02:00 Module 02: Hello World Program 00:06:00 Module 03: Input and Output 00:07:00 Module 04: Calculating Average of 5 Numbers 00:03:00 Unit 03: Conditional Branching with Python Module 01: If Loop In Python 00:06:00 Module 02: Program Using If Else part 1 00:03:00 Module 03: Program Using If Else part 2 00:08:00 Module 04: Program for Calculator 00:02:00 Module 05: Program Using For Loop 00:08:00 Module 06: For Table 00:05:00 Module 07: For loop and Mathematical Operator in Python 00:04:00 Module 08: Factorial of Number Using Python 00:06:00 Module 09: Program Using While 00:05:00 Module 10: While Loop Example 00:07:00 Module 11: Tasks for Practice 00:02:00 Unit 04: Importing external/internal library in python Module 01: Importing Library in Python 00:07:00 Unit 05: Project Rock Paper and Scissors Module 01: Rock Paper and Scissor Game 00:06:00 Unit 06: Strings Operation in Python Module 01: Program Using String part 1 00:05:00 Module 02: Program using String 2 00:06:00 Module 03: Program Using String 3 00:06:00 Module 04: Program Using String part 4 00:03:00 Unit 07: Date and time in Python Module 01: Use of Date and Time part 1 00:05:00 Module 02: Use of Date and Time part 2 00:05:00 Unit 08: File Handling, read and write using Python Module 01: File Handling Part 1 00:08:00 Module 02: File Handling Part 2 00:07:00 Unit 09: Data Storage Structures, Tuple, List and Dictionary Module 01: Tuple in Python Part 1 00:10:00 Module 02: Tuple in Python Part 2 00:07:00 Module 03: Using Lists part 1 00:07:00 Module 04: Using List part 2 00:12:00 Module 05: Using Lists part 3 mm 00:06:00 Module 06: Using Lists part 4 00:08:00 Module 07: Using Lists part 5 00:02:00 Module 08: Use of Dictionary Part 1 00:04:00 Module 09: Use of Dictionary Part 2 00:05:00 Module 10: Use of Dictionary Part 3 00:08:00 Module 11: Use of Dictionary Part 4 00:07:00 Unit 10: Writing user functions in Python Module 01: Function in Python Part 1 00:06:00 Module 02: Function in Python Part 2 00:05:00 Module 03: Function in Python Part 3 00:04:00 Module 04: Function in Python Part 4 00:07:00 Module 05: Function in Python Part 5 00:08:00 Unit 11: Sending mail Module 01: Send Email 00:09:00 Unit 12: Import Tricks in Python Module 01: Import Study part 1 00:07:00 Module 02: Import Study part 2 00:03:00 Unit 13: Import Operating System and Platform Module 01: Importing OS 00:06:00 Module 02: Import Platform 00:05:00 Unit 14: Exceptions handling in python Module 01: Exception in Python part 1 00:11:00 Module 02: Exception in Python part 2 00:07:00 Module 03: Exception in Python part 3 00:05:00 Unit 15: Installing Packages and Scheduling In Python Module 01: Installing Packages using built in package manager 00:08:00 Module 02: Scheduler in Python 00:05:00 Unit 16: Data Base In Python using sqlite Module 01: Data Base 1 00:08:00 Module 02: Data Base 2 00:09:00 Module 03: Data Base 3 00:08:00 Module 04: Data base 4 00:07:00 Module 05: Data Base 5 00:06:00 Unit 17: Running Program from Command Prompt and jupyter Notebook Module 01: IDE_1 00:05:00 Module 02: IDE_2 00:07:00 Unit 18: Conclusion Module 01: Conclusion 00:02:00 Resources Resources - Diploma in Python Programming 00:00:00 Recommended Materials Workbook - Diploma in Python Programming 00:00:00 Order your Certificates & Transcripts Order your Certificates & Transcripts 00:00:00

Diploma in Python Programming
Delivered Online On Demand5 hours 58 minutes
£25