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

4110 Courses

Data Scraping and Data Mining from Beginner to Pro with Python

By Packt

Data scraping is used to get the data available on different websites and APIs. This also involves automating the web flows to extract the data from different web pages. Data Scraping and Data Mining with Python is a well-designed course for beginners to develop a solid groundwork for the skills necessary.

Data Scraping and Data Mining from Beginner to Pro with Python
Delivered Online On Demand13 hours 48 minutes
£101.99

C++ Bootcamp Course, 2-Months

4.6(12)

By PCWorkshops

C++ Bootcamp is for coding beginners: You want all the basic stuff, all the advanced stuff and practical experience and get a fantastic job in C++

C++ Bootcamp Course, 2-Months
Delivered OnlineFlexible Dates
£2,000

Lips Airbrush PMU

4.7(17)

By London Permanent Makeup Academy

lips airbrush and tattoo training , lips PMU master class , lip conturing PMU , permanent lip gloss . best PMU academy in london

Lips Airbrush PMU
Delivered In-Person in LondonFlexible Dates
£250 to £1,400

Quilting course

By cheekyhandmades

4 day quilting workshop covering everything from tools, techniques, designing, measuring, cutting, stitching, wadding, binding, some history too. You will receive two feet for your machine, a book, and all the materials are included too

Quilting course
Delivered In-PersonFlexible Dates
£400

TypeScript Tutorial For Beginners

4.3(43)

By John Academy

Course Overview If you are a JavaScript developer who wants to master TypeScript fundamentals, jumpstart on the road to learning TypeScript with this TypeScript Tutorial For Beginners course.  TypeScript is an open-source programming language which builds on JavaScript. The advantage of Typescript over Javascript is that it adds optimal static typing to the JavaScript language. Many Javascript frameworks use typescript, such as Angular. This course covers a comprehensive set of modules to enhance your understanding of TypeScript fundamentals. It explains what typescript is and gives you a clear understanding of its significance. You will learn how to find the data type of a variable in TypeScript and understand how to define a function type variable typescript. You will also learn how to define objects using classes and use the different access modifiers. In time, you will get to grips with the specific skills to write more scalable applications. Whatever you learn in JavaScript adds value to your understanding of TypeScript. You're already halfway there if you're familiar with Javascript. Enrol right now! Learning Outcomes Understand the variables and data types Explore how to define variables using data types Gain in-depth knowledge of the operators Deepen your understanding of the object oriented principles Know how to create and use arrow functions Familiarise with the flow control statements Understand the variable prefixes Have an in-depth understanding of variable prefixes Who is this course for? The TypeScript Tutorial For Beginners course is incredibly beneficial for professionals interested in understanding the fundamentals of TypeScript. Upgrading skills in this course open doors to tremendous opportunities. Entry Requirement This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Certification After you have successfully completed the course, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at the cost of £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry-leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognized accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path The TypeScript Tutorial For Beginners course provides useful skills to possess and would be beneficial for any related profession or industry such as: TypeScript Developer Full Stack Developer Unit 01: Introduction Module 01: What and why TypeScript 00:02:00 Module 02: TypeScript Playground 00:04:00 Module 03: Install TypeScript 00:02:00 Module 04: Install Visual Studio Code 00:01:00 Unit 02: Variables and Data Types Module 01: Introduction 00:03:00 Module 02: First Program Using Visual Studio Code 00:04:00 Module 03: Use JS in a HTML 00:02:00 Module 04: Strings 00:02:00 Module 05: Boolean 00:01:00 Module 06: Any Type 00:01:00 Module 07: Homogenous Arrays 00:03:00 Module 08: Heterogenous Arrays 00:01:00 Module 09: Using alert confirm and prompt 00:03:00 Module 10: Comments 00:02:00 Module 11: Enum Type 00:05:00 Unit 03: Operators Module 01: Arithmetic 00:03:00 Module 02: Assignment 00:04:00 Module 03: Comparison 00:04:00 Module 04: Logical 00:04:00 Module 05: Ternary 00:03:00 Unit 04: Flow Control Statements Module 01: Introduction 00:01:00 Module 02: IF Else Ladder 00:06:00 Module 03: Switch 00:04:00 Module 04: Break and Case Flow 00:03:00 Module 05: While loop 00:03:00 Unit 05: Objects and Arrays Module 01: Introduction 00:02:00 Module 02: Object Literal 00:03:00 Module 03: For-In Loop 00:02:00 Module 04: Arrays 00:04:00 Module 05: De-Structuring Arrays 00:02:00 Module 06: De-Structuring Objects 00:02:00 Unit 06: Functions Module 01: Introduction 00:02:00 Module 02: First Function 00:03:00 Module 03: Passing a parameter 00:01:00 Module 04: Passing Multiple Parameters 00:02:00 Module 05: Optional Parameters 00:04:00 Module 06: Default Values 00:01:00 Module 07: Function as parameter 00:02:00 Module 08: Returning a function 00:03:00 Module 09: Anonymous Functions 00:02:00 Module 10: Overloading 00:05:00 Module 11: REST PARAMS 00:05:00 Module 12: Using a Type on REST PARAM 00:01:00 Unit 07: Arrow Functions Module 01: Introduction 00:02:00 Module 02: First arrow function 00:03:00 Module 03: Passing Parameters 00:03:00 Module 04: Array of Arrow Functions 00:03:00 Unit 08: Variable Prefixes Module 01: let 00:03:00 Module 02: const 00:02:00 Module 02: const functions 00:02:00 Module 04: declare 00:01:00 Unit 09: Interfaces Module 01: Introduction 00:02:00 Module 02: Define an Object Interface 00:03:00 Module 03: Create and object 00:03:00 Module 04: Defining optional properties 00:01:00 Module 05: Interfaces are only compile time 00:01:00 Module 06: Function Interfaces 00:04:00 Module 07: Return Types in Functional interfaces 00:02:00 Module 08: Adding methods to Object Interfaces 00:02:00 Module 09: Array Interfaces 00:03:00 Module 10: String indexed Array Interfaces 00:03:00 Module 11: Extending interfaces 00:06:00 Unit 10: Classes Module 01: Introduction 00:01:00 Module 02: Create a class 00:03:00 Module 03: Add a constructor 00:04:00 Module 04: Add Function properties 00:02:00 Module 05: Power of TypeScript 00:01:00 Module 06: Using for-in and instanceof 00:04:00 Module 07: Implementing an interface 00:06:00 Unit 11: Inheritance Module 01: Introduction 00:03:00 Module 02: Extending a class 00:05:00 Module 03: Create Child Objects 00:07:00 Module 04: Inheriting Functionality 00:04:00 Module 05: Overriding 00:03:00 Unit 12: Access modifiers, Encapsulation and Static Module 01: Public and readonly 00:02:00 Module 02: Encapsulation 00:01:00 Module 03: Private properties 00:04:00 Module 04: Accessor methods 00:02:00 Module 05: Using Static Properties 00:04:00 Module 06: More about static 00:01:00 Module 07: Static Methods 00:03:00 Unit 13: Type Casting Module 01: String to numeric 00:04:00 Module 02: Using the toString method 00:03:00 Module 03: Object Casting 00:02:00 Unit 14: Modules Module 01: Introduction 00:01:00 Module 02: Using Function Modules 00:04:00 Module 03: Import Aliasing and Alternate Export Syntax 00:02:00 Module 04: Default Exports 00:02:00 Module 05: Class Modules 00:01:00 Module 06: Aliasing class modules 00:02:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

TypeScript Tutorial For Beginners
Delivered Online On Demand4 hours 7 minutes
£18

Google Sheets Courses

By FourSquare Innovations Ltd

FourSquare Training specialise in private, corporate Google Sheets courses delivered at your premises and tailored to your needs.

Google Sheets Courses
Delivered In-Person in Basingstoke + 36 moreFlexible Dates
£450 to £800

Polish Asymmetric Basket at Walford Mill Crafts in Wimborne

By Green Spiral Willow

Make this unusual Polish basket using English willow. You will be able to choose your own combination of willows making your basket truly individual. During the day you will learn several key weaving techniques and find out how the willow is grown, harvested and processed The course is suitable for beginners or improvers. Refreshments included. Please bring your own lunch.

Polish Asymmetric Basket at Walford Mill Crafts in Wimborne
Delivered In-Person in Wimborne
£80

New beginners' Tai Chi classes (yang style) in New Barnet

By Serene Tai Chi

Beginners' Tai Chi classes suitable for all those wishing to improve their co-ordination, balance and flexibility.

New beginners' Tai Chi classes (yang style) in New Barnet
Delivered In-PersonFlexible Dates
£10

Video Editing with Clipchamp for Complete Beginners

5.0(1)

By LearnDrive UK

“Unlock the secrets of video editing with Clipchamp for beginners: a step-by-step online course to master creating stunning videos from scratch. No prior experience needed – start your video editing journey today!”

Video Editing with Clipchamp for Complete Beginners
Delivered Online On Demand1 hour
£5

The Ultimate Affiliate Marketing Course for Beginners

4.7(160)

By Janets

Affiliate marketing has become an important component of marketing strategy. It allows the affiliate to have an extra source of income and also allows companies to effectively promote their products. So, if you are looking for a good income source or want to promote your products learn the ABCs of affiliate marketing from the Ultimate Affiliate Marketing Course for Beginners course. Through this course, you will learn about the fundamentals of affiliate marketing. The course will provide an in-depth understanding of different kinds of sites used for affiliate marketing. Furthermore, you will be able to enrich your understanding of the vital steps of affiliate marketing. The course will also include lessons on the strategies to find affiliate programs.  After that from the informative lectures, you will pick up the competence and confidence to create good content for affiliate marketing. In addition, the course will show you the methods to generate more traffic on the sites. Upon completing the course you will acquire the core skills to pursue a brilliant career in affiliate marketing. Enrol today!   Key Learnings  Learn what is affiliate marketing and what are its benefits Develop a clear understanding of different types of affiliate sites Familiarise yourself with the vital steps of affiliate marketing Build the knowledge and skills to find and apply to affiliate programs Know how to create quality content for affiliate marketing Get introduced to effective strategies to generate traffic   Why Choose to Study The Ultimate Affiliate Marketing Course for Beginners Course with Janets: Earn a digital Certificate upon successful completion. Accessible, informative modules taught by expert instructors Study in your own time, at your own pace, through your computer tablet or mobile device Benefit from instant feedback through mock exams and multiple-choice assessments Get 24/7 help or advice from our email and live chat teams Full Tutor Support on Weekdays   Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Mock exams Multiple-choice assessment Assignment   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.   Who is this Course for? The Ultimate Affiliate Marketing Course for Beginners is prepared for individuals with a little understanding of affiliate marketing. This course will help them develop the key skills required to pursue a career in affiliate marketing.   Career Path Training offered by the How to Succeed at Interviews course could potentially benefit a range of roles, but would particularly enhance careers in Affiliate Marketer Marketing Executive Bussiness Owner Content Creator Course Content Section 01: Introduction Unit 1: Welcome to the Course 00:03:00 Section 02: Introduction to Affiliate Marketing Unit 1: What is Affiliate Marketing 00:06:00 Unit 2: Why Affiliate Marketing is Beneficial to Companies 00:02:00 Unit 3: Benefits of Doing Affiliate Marketing 00:03:00 Unit 4: Why Affiliate Marketing is Awesome 00:01:00 Section 03: Before You Begin with Affiliate Marketing Unit 1: 3 Things to Do Before Starting 00:02:00 Unit 2: Understand Different Types of Affiliate Sites 00:02:00 Unit 3: Always Provide Affiliate Disclosure 00:02:00 Section 04: Steps for Affiliate Marketing Unit 1: Steps to Start Affiliate Marketing 00:02:00 Unit 2: Choose a Profitable Niche 00:03:00 Unit 3: Setup Your Website 00:03:00 Section 05: Affiliate Marketing Compensation Model Unit 1: Different Types of Compensation Model 00:03:00 Unit 2: What Are Void Affiliate Transactions 00:03:00 Section 06: Finding & Applying to Affiliate programs Unit 1: How to Find Affiliate Programs 00:02:00 Unit 2: Steps to Choose an Affiliate Program 00:02:00 Unit 3: Working with Affiliate Networks 00:02:00 Unit 4: Download the List of 50 Affiliate Programs & Networks 00:01:00 Section 07: Create Content for Your Affiliate Marketing Website Unit 1: Types of Articles You Can Write 00:04:00 Unit 2: What Are Keywords & How to Find Them 00:05:00 Unit 3: How to Write SEO Friendly Articles 00:02:00 Unit 4: Including Affiliate Links in Articles 00:01:00 Section 08: Strategies to Generate Traffic Unit 1: Why Promoting Content is Important 00:01:00 Unit 2: Promoting with Social Media 00:02:00 Unit 3: Promoting through Pinterest5 00:02:00 Unit 4: Using Q & A Forums 00:01:00 Unit 5: Running Paid Ads 00:02:00 Unit 6: Influencer Outreach Method 00:02:00 Unit 7: Using YouTube for Affiliate Marketing 00:02:00 Section 09: Conclusion Unit 1: Conclusion 00:01:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

The Ultimate Affiliate Marketing Course for Beginners
Delivered Online On Demand1 hour 7 minutes
£25