Instalment plan at checkout
Tutor support included
Money back guarantee
Fully accredited courses
CPD UK IPHM Accredited
Flexible Learning
On-Demand Training
Exam Included
Recognised Certificate
Lifetime Access
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.
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.
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.
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%.
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.
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.
Employers, professional organisations, and academic institutions all recognise CPD, therefore a credential from CPD Certification Service adds value to your professional goals and achievements.
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.
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.
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 |
After successfully registering for the course you will receive an email regarding your login details which will allow you access to your online training course.
Upon successfully enrolling for a course you will receive an email with your login details. Kindly check your inbox/junk folder and spam folder, or you can contact our award-winning customer support team via [email protected].
Sure, you can gift any of our courses to your friend or dearest one. After purchasing any course as a gift kindly provide the learner’s details via [email protected], and then we will send your gift to the learner with the login details of the course.
Definitely, you can enrol to this course. This is a self-paced online video training course. Once you will purchase the course you will receive your login details via email. As you will have lifetime access to the login portal, hence you can complete your course at your convenient time.
Our online courses come with lifetime access with no time limit for completion. Each course is fully accessible from a tablet, mobile or laptop, as long as there is a secure internet connection.
This course is accredited by the CPD Certification Service. The CPD Certification Service is a renowned independent accreditation organisation.
This course is accredited by the CPD Certification Service. CPD is widely accepted by employers, professional organizations, academic institutions and governmental authorities in the UK, as well as across the world. A certificate from CPD Certification Service will not only add value to your resume but also showcase your potential to strive towards achieving professional goals.
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. This will provide you with a competitive edge in your career, developing you as a standout candidate among all other applicants and employees.
After successfully completing the course and placing your order for the PDF certificate it will take 24 hours to issue the PDF certificate. The PDF certificate will send to you via email.
After successfully completing the course and placing your order for the hardcopy certificate it will take 9 to 12 business days. The hardcopy certificate will send to you via post.
Once you have completed the course, you will be eligible to order a course transcript from Study Plex. The transcripts act as proof of your studies. The transcript details all the key modules of the course so that you can show them exactly what you have learnt.
You will enjoy the benefits of getting student discounts from thousands of stores where the retailer provides student discounts.
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.
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.
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.
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%.
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.
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.
Employers, professional organisations, and academic institutions all recognise CPD, therefore a credential from CPD Certification Service adds value to your professional goals and achievements.
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.
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.
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 |
Grow your career by earning CPD UK accredited certificate of achievement and add extra value to your CV. On successful completion of this course, you will be eligible to order your CPD UK accredited certificate of achievement to demonstrate your new skills. You can also share this certificate with prospective employers and your professional network. The CPD accredited certificate of achievement can be obtained in PDF format at a nominal fee of £12; there is an additional fee to get a printed copy certificate which is £25.
On successful completion of the course assessment, you will be eligible to order the QLS Endorsed Certificate by Quality Licence Scheme. 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. This will provide you with a competitive edge in your career add extra value to your CV. You can also share this certificate with prospective employers and your professional network which will help you to drive a successful career in your chosen industry. There is a Quality Licence Scheme endorsement fee to obtain an endorsed certificate which is £65.
After successfully registering for the course you will receive an email regarding your login details which will allow you access to your online training course.
Upon successfully enrolling for a course you will receive an email with your login details. Kindly check your inbox/junk folder and spam folder, or you can contact our award-winning customer support team via [email protected].
Sure, you can gift any of our courses to your friend or dearest one. After purchasing any course as a gift kindly provide the learner’s details via [email protected], and then we will send your gift to the learner with the login details of the course.
Definitely, you can enrol to this course. This is a self-paced online video training course. Once you will purchase the course you will receive your login details via email. As you will have lifetime access to the login portal, hence you can complete your course at your convenient time.
Our online courses come with lifetime access with no time limit for completion. Each course is fully accessible from a tablet, mobile or laptop, as long as there is a secure internet connection.
This course is accredited by the CPD Certification Service. The CPD Certification Service is a renowned independent accreditation organisation.
This course is accredited by the CPD Certification Service. CPD is widely accepted by employers, professional organizations, academic institutions and governmental authorities in the UK, as well as across the world. A certificate from CPD Certification Service will not only add value to your resume but also showcase your potential to strive towards achieving professional goals.
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. This will provide you with a competitive edge in your career, developing you as a standout candidate among all other applicants and employees.
After successfully completing the course and placing your order for the PDF certificate it will take 24 hours to issue the PDF certificate. The PDF certificate will send to you via email.
After successfully completing the course and placing your order for the hardcopy certificate it will take 9 to 12 business days. The hardcopy certificate will send to you via post.
Once you have completed the course, you will be eligible to order a course transcript from Study Plex. The transcripts act as proof of your studies. The transcript details all the key modules of the course so that you can show them exactly what you have learnt.
You will enjoy the benefits of getting student discounts from thousands of stores where the retailer provides student discounts.