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

1168 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

Cisco Implementing Cisco Crosswork Network Controller v1.0 (SPCNCI)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for Network administrators Network operators Network architects System installers System integrators System administrators Overview After taking this course, you should be able to: Explain the advantages of CNC for service lifecycle functions Describe the architecture of the Cisco Crosswork Network Controller and its components Describe the main operations features and capabilities of CNC Perform the installation and initial configuration of the Cisco Crosswork Network Controller Onboard network devices in CNC Enable data collection in CNC using Crosswork Data Gateway Provision traffic engineering policies to be used by network services Explore network topology and inventory details by using the available visualizing tools Optimize a network service instance for bandwidth utilization during the lifetime of service instances Bind newly provisioned Layer 2 and Layer 3 VPN service instances to traffic engineering policies Develop custom Layer 2 and Layer 3 Multiprotocol Label Switching (MPLS) VPN service definitions Configure Key Performance Indicators (KPIs) to monitor the health of devices Develop plays and playbooks for closed loop automation Automate network operations and maintenance tasks Explore closed loop workflows Use northbound application programing interfaces to integrate other systems with CNC Send alerts to northbound systems Configure the collection and exporting of data to external endpoints Manage the Crosswork cluster Deploy CNC for optimal availability, scalability, and performance Troubleshoot CNC issues The Implementing Cisco Crosswork Network Controller (SPCNCI) v1.0 course introduces you to the Cisco© Crosswork Network Controller (CNC) and its installation. Through a series of lectures and labs you will learn to use Cisco CNC to streamline, manage, and automate service lifecycle functions spanning across service provisioning, visualization, monitoring, and optimization. You will also get an overview of Cisco CNC as an IP transport network controller platform, of its components, and of its utility in various use-cases such as boosting operational agility, improving intent-based service delivery, and reducing the cost of operations.This course will also teach you about creating custom service definitions, tactical traffic engineering policies, automated provisioning of services, and real-time traffic optimization. Additionally, you will learn about implementing closed loop automation workflows for remediation, optimization, and maintenance. Finally, this course will teach you to understand APIs to help interface with other systems, as well as best practices, including sizing guidelines across components of the CNC meant to meet scalability and high-availability requirements. Course Outline Introducing Cisco CNC Exploring Cisco CNC Architecture Describing Cisco CNC Unified Functions Installing and Configuring Cisco CNC Onboarding Network Devices Setting Up Data Collection Provisioning Traffic Engineering Policies Visualizing and Exploring Network Topology and Inventory Details Optimizing Networks Using Closed-Loop Automation Orchestrating VPN Services Developing Custom L2VPN and L3VPN Service Definitions Configuring KPIs to Monitor Device Health Automating Maintenance and Closed Loop Remediation Automating Network Maintenance Tasks Exploring Closed Loop Workflows Exploring Northbound APIs for External System Integration Managing System Alerts Collecting and Exporting Data to External Endpoints Operating a Cisco Crosswork Cluster Implementing CNC for High Availability, Scalability, and Performance Troubleshooting Cisco CNC Additional course details: Nexus Humans Cisco Implementing Cisco Crosswork Network Controller v1.0 (SPCNCI) 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 Cisco Implementing Cisco Crosswork Network Controller v1.0 (SPCNCI) 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.

Cisco Implementing Cisco Crosswork Network Controller v1.0 (SPCNCI)
Delivered OnlineFlexible Dates
Price on Enquiry

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide

By Packt

Looking to build an AI application from scratch? Look no further than this compact course with ChatGPT! Using the OpenAI API and the latest web development technologies, including React, Next.js, JavaScript, Node, and CSS, you will gain hands-on experience building an AI-powered application that generates pet names for users.

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide
Delivered Online On Demand1 hour 46 minutes
£41.99

Level 3 Diploma in Sales

4.7(160)

By Janets

Sales and marketing are two aspects of a business that have a direct impact on leading generation and profit. Marketing is the practice of growing public interest to purchase the goods and services that a company intends to sell, whereas, sales refers to the activities that lead to the selling of goods and services. So, undoubtedly, the sales and marketing department is an indispensable part of a business. Janets introduces the Level 3 Diploma in Sales course for anyone aspiring to or already working in this industry. After taking the course, you'll gain skills and knowledge to perform effectively in this profession. Moreover, it covers all the essentials of sales management, such as using a prospect board, customer communications, conducting market research, putting together business plans, the path to efficiency and effective customer service. This online Level 3 Diploma in Sales course comprises 52 units that will take not more than 2 days to complete. Moreover, it is accompanied by instructional videos, practical illustrations, how-to instructions and advice. Also, you'll have 1-year access to this course that enables you to study at your speed within your comfort zone. By completing the course, you'll have a clear concept of how to become a professional in sales and marketing and how you will stand out from the competition in this field.  Why Choose this Course? Upon successful completion of this Level 3 Diploma in Sales course, you'll be able to:  Achieve certification in sales and marketing (Free e-certificate upon successful completion) Get access to educational modules instructed by the experts Schedule a flexible study time, learn at your own pace, using your preferred device (computer, tablet, mobile, etc.) Receive instant feedback through mock tests and multiple-choice assessments Contact 24/7 help desk available via our email and live chat teams Find Teacher Support during weekdays Acquire sales and marketing training Have a complete understanding of strategic sales management Learn sales and marketing techniques Course Design The online Level 3 Diploma in Sales course is delivered through our e-learning platform and accessible with any internet-connected device like computer, laptop, or smartphone. No formal deadlines or teaching schedules are included that aids a flexible study plan.  The experts will teach you via the following: Video tutoring Online study supplies Mock tests Multiple-choice evaluation Certification After completing the Level 3 Diploma in Sales course successfully, you'll get an e-certificate without any cost. But, if you desire a print copy of the certificate, we can send it to you by post. For this, you will need to pay a minute amount of additional cost, which is £9.99 and PDF Certificate is available at £4.99. Who is this course for? Anyone wanting to gain comprehensive knowledge and inherent experience in this industry is suitable for this Level 3 Diploma in Sales. Therefore, no additional qualification is compulsory for the course. Besides, professionals from this industry have designed this course that ensures its high quality. This makes the course an excellent opportunity for all students from any academic backgrounds to attain in-depth knowledge on this subject. Course Content Level 3 Diploma in Sales - Updated Version Understanding the Talk 00:11:00 Getting Prepared to Make the Call 00:08:00 Creative Openings 00:08:00 Making Your Pitch 00:11:00 Handling Objections 00:10:00 Sealing the Deal 00:11:00 Following Up 00:14:00 Setting Goals 00:10:00 Managing Your Data 00:10:00 Using a Prospect Board 00:11:00 Level 3 Diploma in Sales - Old Version Introduction to Sales Sales Management- Part 1 01:00:00 Sales Management- Part 2 01:00:00 Sales Management- Part 3 01:00:00 Sales Management- part 4 01:00:00 Sales Management- Part 5 01:00:00 Sales Management- Part 6 01:00:00 Sales Management- Part 7 01:00:00 Sales Management Module One - Getting Started 01:00:00 Module Two - Understanding the Talk 01:00:00 Module Three - Getting Prepared to Make the Call 01:00:00 Module Four - Creative Openings 01:00:00 Module Five - Making Your Pitch 01:00:00 Module Six - Handling Objections 01:00:00 Module Seven - Sealing the Deal 00:30:00 Module Eight - Following Up 01:00:00 Module Nine - Setting Goals 01:00:00 Module Ten - Managing Your Data 00:30:00 Module Eleven - Using a Prospect Board 01:00:00 Module Twelve - Wrapping Up 01:00:00 Introduction to Marketing Module One - Getting Started 00:30:00 Module Two - What is Marketing 00:30:00 Module Three - Common Marketing Types (I) 00:30:00 Module Four - Common Marketing Types (II) 00:30:00 Module Five - The Marketing Mix 00:30:00 Module Six - Communicating the Right Way 01:00:00 Module Seven - Customer Communications 00:30:00 Module Eight - Marketing Goals 00:30:00 Module Nine - The Marketing Funnel 00:20:00 Module Ten - Marketing Mistakes (I) 01:00:00 Module Eleven - Marketing Mistakes (II) 01:00:00 Module Twelve - Wrapping Up 00:30:00 Level 3 Diploma in Marketing- Activities 00:00:00 Sales and Marketing Defining Marketing 00:30:00 Recognizing Trends 00:15:00 Doing Market Research 00:00:00 Strategies for Success 00:15:00 Mission Statements 00:15:00 Trade Shows 00:15:00 Developing a Marketing Plan 00:30:00 Increasing Business 00:15:00 Saying No to New Business 00:30:00 Advertising Myths 00:30:00 Networking Tips 00:30:00 Sales Strategies Selling Skills 00:15:00 The Sales Cycle 00:30:00 Framing Success 00:15:00 Setting Goals with SPIRIT! 00:15:00 The Path to Efficiency 00:15:00 Customer Service 00:15:00 Selling More 00:15:00 Selling Price 00:15:00 Recommended Reading Recommended Reading: Level 3 Diploma in Sales 00:00:00 Mock Exam Mock Exam- Level 3 Diploma in Sales 00:30:00 Final Exam Final Exam- Level 3 Diploma in Sales 00:30:00

Level 3 Diploma in Sales
Delivered Online On Demand34 hours
£25

New Moon healing and Manifesting

By Selena joy lovett

https://www.patreon.com/moonhealinganddivination/membership

New Moon healing and Manifesting
Delivered OnlineFlexible Dates
£33

App Development Training: React and Redux

4.8(9)

By Skill Up

Join our App Development Training: React and Redux for a comprehensive journey into cutting-edge web development. Start your development journey with us today!

App Development Training: React and Redux
Delivered Online On Demand6 hours 59 minutes
£25

F5 Networks Configuring BIG-IP AFM : Advanced Firewall Manager

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This course is intended for network operators, network administrators, network engineers, network architects, security administrators, and security architects responsible for installation, setup, configuration, and administration of the BIG-IP AFM system. This course uses lectures and hands-on exercises to give participants real-time experience in setting up and configuring the BIG-IP Advanced Firewall Manager (AFM) system. Students are introduced to the AFM user interface, stepping through various options that demonstrate how AFM is configured to build a network firewall and to detect and protect against DoS (Denial of Service) attacks. Reporting and log facilities are also explained and used in the course labs. Further Firewall functionality and additional DoS facilities for DNS and SIP traffic are discussed. Module 1: Setting Up the BIG-IP System Introducing the BIG-IP System Initially Setting Up the BIG-IP System Archiving the BIG-IP System Configuration Leveraging F5 Support Resources and Tools Module 2: AFM Overview AFM Overview AFM Availability AFM and the BIG-IP Security Menu Packet Processing Rules and Direction Rules Contexts and Processing Inline Rule Editor Module 3: Network Firewall AFM Firewalls Contexts Modes Packet Processing Rules and Direction Rules Contexts and Processing Inline Rule Editor Configuring Network Firewall Network Firewall Rules and Policies Network Firewall Rule Creation Identifying Traffic by Region with Geolocation Identifying Redundant and Conflicting Rules Identifying Stale Rules Prebuilding Firewall Rules with Lists and Schedules Rule Lists Address Lists Port Lists Schedules Network Firewall Policies Policy Status and Management Other Rule Actions Redirecting Traffic with Send to Virtual Checking Rule Processing with Packet Tester Examining Connections with Flow Inspector Module 4: Logs Event Logs Logging Profiles Limiting Log Messages with Log Throttling Enabling Logging in Firewall Rules BIG-IP Logging Mechanisms Log Publisher Log Destination Filtering Logs with the Custom Search Facility Logging Global Rule Events Log Configuration Changes QKView and Log Files SNMP MIB SNMP Traps Module 5: IP Intelligence Overview Feature 1 Dynamic White and Black Lists Black List Categories Feed Lists IP Intelligence Policies IP Intelligence Log Profile IP Intelligence Reporting Troubleshooting IP Intelligence Lists Feature 2 IP Intelligence Database Licensing Installation Configuration Troubleshooting IP Intelligence iRule Module 6: DoS Protection Denial of Service and DoS Protection Overview Device DoS Protection Configuring Device DoS Protection Variant 1 DoS Vectors Variant 2 DoS Vectors Automatic Threshold Configuration Variant 3 DoS Vectors Device DoS Profiles DoS Protection Profile Dynamic Signatures Dynamic Signatures Configuration DoS iRules Module 7: Reports AFM Reporting Facilities Overview Examining the Status of Particular AFM Features Exporting the Data Managing the Reporting Settings Scheduling Reports Examining AFM Status at High Level Mini Reporting Windows (Widgets) Building Custom Widgets Deleting and Restoring Widgets Dashboards Module 8: DoS White Lists Bypassing DoS Checks with White Lists Configuring DoS White Lists tmsh options Per Profile Whitelist Address List Module 9: DoS Sweep Flood Protection Isolating Bad Clients with Sweep Flood Configuring Sweep Flood Module 10: IP Intelligence Shun Overview Manual Configuration Dynamic Configuration IP Intelligence Policy tmsh options Extending the Shun Feature Route this Traffic to Nowhere - Remotely Triggered Black Hole Route this Traffic for Further Processing - Scrubber Module 11: DNS Firewall Filtering DNS Traffic with DNS Firewall Configuring DNS Firewall DNS Query Types DNS Opcode Types Logging DNS Firewall Events Troubleshooting Module 12: DNS DoS Overview DNS DoS Configuring DNS DoS DoS Protection Profile Device DoS and DNS Module 13: SIP DoS Session Initiation Protocol (SIP) Transactions and Dialogs SIP DoS Configuration DoS Protection Profile Device DoS and SIP Module 14: Port Misuse Overview Port Misuse and Service Policies Building a Port Misuse Policy Attaching a Service Policy Creating a Log Profile Module 15: Network Firewall iRules Overview iRule Events Configuration When to use iRules More Information Module 16: Recap BIG-IP Architecture and Traffic Flow AFM Packet Processing Overview

F5 Networks Configuring BIG-IP AFM : Advanced Firewall Manager
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

Laser Craft - Beginner - Learn at Home in Your Own Time

4.3(7)

By Rachel Ellen

Unlock the exciting potential of laser cutting and engraving with our Beginner On-Demand Course, perfect for those looking to start a new hobby or even launch a creative business. Guided by an experienced tutor, this course provides step-by-step video tutorials that introduce you to the basics of laser technology, from setting up your machine to designing and crafting stunning projects. Whether you’re interested in making personalised gifts, unique home décor, or custom products, this course will equip you with the skills and confidence to bring your ideas to life. Start your journey into the world of laser cutting and engraving today, and open the door to endless creative possibilities

Laser Craft - Beginner - Learn at Home in Your Own Time
Delivered Online On Demand6 hours
£212