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

2068 Languages courses delivered Online

R Programming for Data Science

5.0(10)

By Apex Learning

Overview This comprehensive course on R Programming for Data Science will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This R Programming for Data Science comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this R Programming for Data Science. It is available to all students, of all academic backgrounds. Requirements Our R Programming for Data Science is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 23 sections • 129 lectures • 06:25:00 total length •Introduction to Data Science: 00:01:00 •Data Science: Career of the Future: 00:04:00 •What is Data Science?: 00:02:00 •Data Science as a Process: 00:02:00 •Data Science Toolbox: 00:03:00 •Data Science Process Explained: 00:05:00 •What's Next?: 00:01:00 •Engine and coding environment: 00:03:00 •Installing R and RStudio: 00:04:00 •RStudio: A quick tour: 00:04:00 •Arithmetic with R: 00:03:00 •Variable assignment: 00:04:00 •Basic data types in R: 00:03:00 •Creating a vector: 00:05:00 •Naming a vector: 00:04:00 •Vector selection: 00:06:00 •Selection by comparison: 00:04:00 •What's a Matrix?: 00:02:00 •Analyzing Matrices: 00:03:00 •Naming a Matrix: 00:05:00 •Adding columns and rows to a matrix: 00:06:00 •Selection of matrix elements: 00:03:00 •Arithmetic with matrices: 00:07:00 •Additional Materials: 00:00:00 •What's a Factor?: 00:02:00 •Categorical Variables and Factor Levels: 00:04:00 •Summarizing a Factor: 00:01:00 •Ordered Factors: 00:05:00 •What's a Data Frame?: 00:03:00 •Creating Data Frames: 00:20:00 •Selection of Data Frame elements: 00:03:00 •Conditional selection: 00:03:00 •Sorting a Data Frame: 00:03:00 •Additional Materials: 00:00:00 •Why would you need lists?: 00:01:00 •Creating a List: 00:06:00 •Selecting elements from a list: 00:03:00 •Adding more data to the list: 00:02:00 •Additional Materials: 00:00:00 •Equality: 00:03:00 •Greater and Less Than: 00:03:00 •Compare Vectors: 00:03:00 •Compare Matrices: 00:02:00 •Additional Materials: 00:00:00 •AND, OR, NOT Operators: 00:04:00 •Logical operators with vectors and matrices: 00:04:00 •Reverse the result: (!): 00:01:00 •Relational and Logical Operators together: 00:06:00 •Additional Materials: 00:00:00 •The IF statement: 00:04:00 •IFELSE: 00:03:00 •The ELSEIF statement: 00:05:00 •Full Exercise: 00:03:00 •Additional Materials: 00:00:00 •Write a While loop: 00:04:00 •Looping with more conditions: 00:04:00 •Break: stop the While Loop: 00:04:00 •What's a For loop?: 00:02:00 •Loop over a vector: 00:02:00 •Loop over a list: 00:03:00 •Loop over a matrix: 00:04:00 •For loop with conditionals: 00:01:00 •Using Next and Break with For loop: 00:03:00 •Additional Materials: 00:00:00 •What is a Function?: 00:02:00 •Arguments matching: 00:03:00 •Required and Optional Arguments: 00:03:00 •Nested functions: 00:02:00 •Writing own functions: 00:03:00 •Functions with no arguments: 00:02:00 •Defining default arguments in functions: 00:04:00 •Function scoping: 00:02:00 •Control flow in functions: 00:03:00 •Additional Materials: 00:00:00 •Installing R Packages: 00:01:00 •Loading R Packages: 00:04:00 •Different ways to load a package: 00:02:00 •Additional Materials: 00:00:00 •What is lapply and when is used?: 00:04:00 •Use lapply with user-defined functions: 00:03:00 •lapply and anonymous functions: 00:01:00 •Use lapply with additional arguments: 00:04:00 •Additional Materials: 00:00:00 •What is sapply?: 00:02:00 •How to use sapply: 00:02:00 •sapply with your own function: 00:02:00 •sapply with a function returning a vector: 00:02:00 •When can't sapply simplify?: 00:02:00 •What is vapply and why is it used?: 00:04:00 •Additional Materials: 00:00:00 •Mathematical functions: 00:05:00 •Data Utilities: 00:08:00 •Additional Materials: 00:00:00 •grepl & grep: 00:04:00 •Metacharacters: 00:05:00 •sub & gsub: 00:02:00 •More metacharacters: 00:04:00 •Additional Materials: 00:00:00 •Today and Now: 00:02:00 •Create and format dates: 00:06:00 •Create and format times: 00:03:00 •Calculations with Dates: 00:03:00 •Calculations with Times: 00:07:00 •Additional Materials: 00:00:00 •Get and set current directory: 00:04:00 •Get data from the web: 00:04:00 •Loading flat files: 00:03:00 •Loading Excel files: 00:05:00 •Additional Materials: 00:00:00 •Base plotting system: 00:03:00 •Base plots: Histograms: 00:03:00 •Base plots: Scatterplots: 00:05:00 •Base plots: Regression Line: 00:03:00 •Base plots: Boxplot: 00:03:00 •Introduction to dplyr package: 00:04:00 •Using the pipe operator (%>%): 00:02:00 •Columns component: select(): 00:05:00 •Columns component: rename() and rename_with(): 00:02:00 •Columns component: mutate(): 00:02:00 •Columns component: relocate(): 00:02:00 •Rows component: filter(): 00:01:00 •Rows component: slice(): 00:04:00 •Rows component: arrange(): 00:01:00 •Rows component: rowwise(): 00:02:00 •Grouping of rows: summarise(): 00:03:00 •Grouping of rows: across(): 00:02:00 •COVID-19 Analysis Task: 00:08:00 •Additional Materials: 00:00:00 •Assignment - R Programming for Data Science: 00:00:00

R Programming for Data Science
Delivered Online On Demand6 hours 25 minutes
£12

Bash Scripting, Linux and Shell Programming

5.0(10)

By Apex Learning

Overview This comprehensive course on Bash Scripting, Linux and Shell Programming will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Bash Scripting, Linux and Shell Programming comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Bash Scripting, Linux and Shell Programming. It is available to all students, of all academic backgrounds. Requirements Our Bash Scripting, Linux and Shell Programming is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 11 sections • 61 lectures • 03:03:00 total length •Introduction: 00:02:00 •Bash vs Shell vs Command Line vs Terminal: 00:06:00 •Listing Folder Contents (ls): 00:05:00 •Print Current Folder (pwd): 00:01:00 •Change Folder (cd): 00:03:00 •Using A Stack To Push Folders (pushd/popd): 00:03:00 •Check File Type (file): 00:01:00 •Find File By Name (locate) & Update Locate Database (updatedb): 00:02:00 •Find A Command (which): 00:02:00 •Show Command History (history): 00:02:00 •Show Manual Descriptions (whatis): 00:01:00 •Search Manual (apropos): 00:02:00 •Reference Manuals (man): 00:02:00 •Creating A Folder (mkdir): 00:02:00 •Creating A File (touch): 00:02:00 •Copy Files/Folders (cp): 00:02:00 •Move & Rename Files/Folders (mv): 00:02:00 •Delete Files/Folders (rm): 00:02:00 •Delete Empty Folder (rmdir): 00:02:00 •Change File Permissions (chmod): 00:06:00 •File Concatenation (cat): 00:03:00 •File Perusal Filter (more/less): 00:02:00 •Terminal Based Text Editor (nano): 00:03:00 •Run Commands As A Superuser (sudo): 00:03:00 •Change User (su): 00:03:00 •Show Effecter User and Group IDs (id): 00:02:00 •Kill A Running Command (ctrl + c): 00:02:00 •Kill All Processes By A Name (killall): 00:02:00 •Logging Out Of Bash (exit): 00:01:00 •Tell Bash That There Is No More Input (ctrl + d): 00:02:00 •Clear The Screen (ctr + l): 00:02:00 •Zoom In (ctrl + +): 00:02:00 •Zoom Out (ctrl + -): 00:02:00 •Moving The Cursor: 00:02:00 •Deleting Text: 00:04:00 •Fixing Typos: 00:03:00 •Cutting and Pasting: 00:03:00 •Character Capitalisation: 00:03:00 •Bash File Structure: 00:03:00 •Echo Command: 00:04:00 •Comments: 00:04:00 •Variables: 00:06:00 •Strings: 00:06:00 •While Loop: 00:04:00 •For Loop: 00:04:00 •Until Loop: 00:03:00 •Break & Continue: 00:03:00 •Get User Input: 00:02:00 •If Statement: 00:09:00 •Case Statements: 00:06:00 •Get Arguments From The Command Line: 00:04:00 •Functions: 00:05:00 •Global vs Local Variables: 00:03:00 •Arrays: 00:06:00 •Shell & Environment Variables: 00:06:00 •Scheduled Automation: 00:03:00 •Aliases: 00:03:00 •Wildcards: 00:03:00 •Multiple Commands: 00:02:00 •Resource: 00:00:00 •Assignment - Bash Scripting, Linux and Shell Programming@@: 00:00:00

Bash Scripting, Linux and Shell Programming
Delivered Online On Demand3 hours 3 minutes
£12

English for Job Interview

5.0(10)

By Apex Learning

Overview This comprehensive course on English for Job Interview will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This English for Job Interview comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this English for Job Interview. It is available to all students, of all academic backgrounds. Requirements Our English for Job Interview is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 3 sections • 47 lectures • 02:58:00 total length •How to Use this Course?: 00:06:00 •Better Fluency Habits - Best Learning Habits for a Better Performance: 00:09:00 •Strategies to Research Companies for Your Field: 00:13:00 •Starting Your Vocabulary and Pronunciation List: 00:09:00 •Question 1: Tell Me about Yourself: 00:06:00 •Job Interview Audio Samples Question 1: Tell Me about Yourself: 00:01:00 •Question 2: What are Your Key Strength?: 00:04:00 •Job Interview Audio Samples Question 2: What are Your Key Strengths?: 00:01:00 •Question 3: Why Should We Hire You?: 00:03:00 •Job Interview Audio Samples Question 3: Why Should We Hire You?: 00:01:00 •Question 4: What are Your Weaknesses or Weak Points?: 00:03:00 •Job Interview Audio Samples Question 4: What is Your Weak Point?: 00:01:00 •Question 5: Where Do You See Yourself in 5 Years?: 00:04:00 •Job Interview Audio Samples Question 5: Where Do You See Yourself in 5 Years?: 00:01:00 •Question 6: Why Do You Want this Job?: 00:05:00 •Job Interview Audio Samples Question 6: Why Do You Want this Job? ]: 00:01:00 •Question 7: Why Did You (or Why Do You Want to) Leave your Current Employer?: 00:04:00 •Job Interview Audio Samples Question 7: Why Did You (or Why Do You Want to) Leave Your Current Employer?: 00:01:00 •Question 8: When are You Available to Start?: 00:04:00 •Job Interview Audio Samples Question 8: When are You Available to Start?: 00:01:00 •Question 9: How Do You Deal with Pressure or Stress?: 00:04:00 •Job Interview Audio Samples Question 9: How Do You Deal with Pressure or Stress?: 00:01:00 •Question 10: How Did You Hear about the Position?: 00:02:00 •Job Interview Audio Samples Question 10: How Did You hear about the Position?: 00:01:00 •Question 11: What Do You Know about our Company?: 00:03:00 •Job Interview Audio Samples Question 11: What Do You Know about our Company?: 00:01:00 •Question 12: Do You Have Any Questions?: 00:03:00 •Job Interview Audio Samples Question 12: Do You Have Any Questions?: 00:01:00 •Question 13: What are Your Salary Expectations?: 00:04:00 •Job Interview Audio Samples Question 13: What are Your Salary Expectations?: 00:01:00 •Question 14: Describe Yourself in Three Words/ Describe Your Personality: 00:04:00 •Job Interview Audio Samples Question 14 : Describe Yourself in Three Words/ Describe Your Personality: 00:12:00 •Question 15: What Do You Like to Do in Your Free Time?: 00:03:00 •Job Interview Audio Samples Question 15: What Do You Like to Do in Your Free Time?: 00:01:00 •5 Kinds of STAR Question: 00:09:00 •How to Find STAR Interview Stories: 00:04:00 •How to Write Your STAR Answers: 00:05:00 •How to Combine Your Stories with the 5 Categories of Question: 00:03:00 •How to Answer Difficult Interview Questions and the STAR Interview Technique: 00:03:00 •Tell me about a time when you worked successfully as a Member of a Team?: 00:07:00 •Describe a Difficult Situation or Task that you had to Deal with?: 00:07:00 •Tell me about Your Biggest Achievement to Date: 00:06:00 •Tell me about a Time When you worked with a Difficult Team Member: 00:04:00 •Tell me about a Time When you had to make a Difficult Decision: 00:03:00 •STAR Sample Answers Video 1: 00:04:00 •STAR Sample Answers Video 2: 00:04:00 •Assignment - English for Job Interview: 00:00:00

English for Job Interview
Delivered Online On Demand2 hours 58 minutes
£12

Learn AutoCAD Programming using VB.NET - Hands On!

By The Teachers Training

Overview Learn AutoCAD Programming using VB.NET - Hands On! Course is yet another 'Teacher's Choice' course from Teachers Training for a complete understanding of the fundamental topics. You are also entitled to exclusive tutor support and a professional CPD-accredited certificate in addition to the special discounted price for a limited time. Just like all our courses, this Learn AutoCAD Programming using VB.NET - Hands On! Course and its curriculum have also been designed by expert teachers so that teachers of tomorrow can learn from the best and equip themselves with all the necessary skills. Consisting of several modules, the course teaches you everything you need to succeed in this profession. The course can be studied part-time. You can become accredited within 05 Hours studying at your own pace. Your qualification will be recognised and can be checked for validity on our dedicated website. Why Choose Teachers Training Some of our website features are: This is a dedicated website for teaching 24/7 tutor support Interactive Content Affordable price Courses accredited by the UK's top awarding bodies 100% online Flexible deadline Entry Requirements No formal entry requirements. You need to have: Passion for learning A good understanding of the English language Be motivated and hard-working Over the age of 16. Certification CPD Certification from The Teachers Training Successfully completing the MCQ exam of this course qualifies you for a CPD-accredited certificate from The Teachers Training. You will be eligible for both PDF copy and hard copy of the certificate to showcase your achievement however you wish. You can get your digital certificate (PDF) for £4.99 only Hard copy certificates are also available, and you can get one for only £10.99 You can get both PDF and Hard copy certificates for just £12.99! The certificate will add significant weight to your CV and will give you a competitive advantage when applying for jobs. Unit 01: Introduction Module 01: Course Outline 00:05:00 Module 02: Introduction 00:01:00 Module 03: Who is this Course for? 00:01:00 Module 04: What will I learn from this Course? 00:01:00 Module 05: What is VB.NET? 00:01:00 Module 06: What is AutoCAD .NET API? 00:01:00 Module 07: What are the advantages of programming in AutoCAD .NET API? 00:01:00 Module 08: Hands-on Projects overview 00:06:00 Unit 02: Exploring AutoCAD .NET API Components Module 01: AutoCAD .NET API Components Overview 00:01:00 Module 02: AutoCAD .NET API Assemblies 00:02:00 Module 03: Understanding AutoCAD Object Hierarchy 00:03:00 Module 04: AutoCAD .NET API Application Object 00:02:00 Module 05: AutoCAD .NET API Document Object 00:02:00 Module 06: AutoCAD .NET API Database Object 00:04:00 Unit 03: Hello AutoCAD from VB.NET Module 01: Section Overview 00:04:00 Module 02: Installing Visual Studio 2019 00:05:00 Module 03: Setting up Visual Studio 2019 Integrated Development Environment (IDE) 00:04:00 Module 04: Creating First VB.NET Plugin (Hello AutoCAD) 00:12:00 Module 05: Different ways to communicate with the User 00:04:00 Module 06: Configuring VS2019 Target Processor 00:10:00 Unit 04: Creating AutoCAD Objects using VB.NET Module 01: Creating AutoCAD Object using VB.NET Overview 00:01:00 Module 02: Creating DrawObjects Project 00:04:00 Module 03: Creating a Line Object using VB.NET 00:15:00 Module 04: Creating a MText Object using VB.NET 00:12:00 Module 05: Creating a Circle Object using VB.NET 00:09:00 Module 07: Creating a Polyline Object using VB.NET 00:08:00 Module 08: Creating Multiple Circles Vertically 00:09:00 Module 09: Creating Multiple Circles Horizontally 00:05:00 Unit 05: Manipulating AutoCAD Objects using VB.NET Module 01: Manipulating AutoCAD Objects Overview 00:01:00 Module 02: Creating the Project ManipulateObjects 00:04:00 Module 03: Creating the SingleCopy Method 00:13:00 Module 04: Creating the MultipleCopy Method 00:11:00 Module 05: Creating the EraseObject Method 00:12:00 Module 06: Creating the MoveObject method 00:07:00 Module 07: Creating the MirrorObject method 00:10:00 Module 08: Creating the RotateObject method 00:07:00 Module 09: Creating the ScaleObject method 00:05:00 Module 10: Creating the OffsetObject method 00:05:00 Unit 06: Exploring AutoCAD Dictionaries using VB.NET Module 01: Exploring AutoCAD Dictionaries - Overview 00:02:00 Module 02: Creating LayersLineTypesAndStyles Project 00:06:00 Module 03: Creating the ListLayers Method 00:11:00 Module 04: Creating the CreateLayer Method 00:10:00 Module 05: Creating the UpdateLayer Method 00:12:00 Module 06: Creating the SetLayerOnOff Method 00:08:00 Module 07: Creating the SetLayerFrozenOrThaw Method 00:04:00 Module 08: Creating the DeleteLayer Method 00:05:00 Module 09: Creating the LockUnlockLayer Method 00:04:00 Module 10: Creating the SetLayerToObject Method 00:08:00 Module 11: Creating the ListLineTypes Method 00:09:00 Module 12: Creating the LoadLineType Method 00:07:00 Module 13: Creating the SetCurrentLineType Method 00:05:00 Module 14: Creating the DeleteLineType Method 00:09:00 Module 15: Creating the SetLineTypeToObject Method 00:05:00 Module 16: Exploring TextStyles - Overview 00:01:00 Module 17: Creating the ListStyles Method 00:08:00 Module 18: Creating the UpdateCurrentTextStyleFont Method 00:12:00 Module 19: Creating the SetCurrentTextStyle Method 00:08:00 Module 20: Creating the SetTextStyleToObject Method 00:08:00 Unit 07: User Interactions in VB.NET Module 01: User Input Functions - Overview 00:02:00 Module 02: Creating the UserInteractions Project 00:03:00 Module 03: Creating the GetName Method 00:11:00 Module 04: Creating the SetLayer Method using the GetString function 00:12:00 Module 05: Creating the CreateLineUsingGetpoint Method 00:11:00 Module 06: Creating the CalculateDefinedArea Method 00:17:00 Module 07: Creating the DrawObjectsUsingGetKeywords Method 00:14:00 Module 08: Creating the GetDistanceBetweenTwoPoints Method 00:05:00 Module 09: Creating the CountObjects Method 00:15:00 Unit 08: Selection Sets and Filters Module 01: Selection Sets and Filters - Overview 00:13:00 Module 02: Creating the SelectionSets Project 00:05:00 Module 03: Creating the SelectAllAndChangeLayer Method 00:12:00 Module 04: Creating the SelectObjectOnScreen Method 00:08:00 Module 05: Creating the SelectWindowAndChangeColor Method 00:06:00 Module 06: Creating the SelectCrossingAndDelete Method 00:05:00 Module 07: Creating the SelectFenceAndChangeLayer Method 00:06:00 Module 08: Creating the CountPickFirstSelection Method 00:07:00 Module 09: Creating the SelectLines Method 00:13:00 Module 10: Creating the SelectMTexts Method 00:05:00 Module 11: Creating the SelectPlines Method 00:04:00 Module 12: Creating the SelectWalls Method 00:07:00 Module 13: Creating the SelectStairs Method 00:03:00 Module 14: Creating the SelectFrenchDoors Method 00:04:00 Module 15: Creating the SelectBifoldDoors Method 00:03:00 Module 16: Creating CountReceptacles Method 00:04:00 Module 17: Creating the CountLightingFixtures Method 00:10:00 Unit 09: Developing Projects - Hands On Module 01: Developing Projects - Hands on Overview 00:02:00 Module 02: BlocksCounter Plugin Demo 00:03:00 Module 03: Creating the BlocksCounter Project 00:04:00 Module 04: Creating the CountBlocksToTable Method 00:08:00 Module 05: Creating the PromptUser Function 00:08:00 Module 06: Creating the GatherBlocksAndDrawTable Method 00:12:00 Module 07: Continuation of GatherBlocksAndDrawTable Method 00:17:00 Module 08: Running and Debugging the BlocksCounter Project - Part 1 00:15:00 Module 09: Running and Debugging the BlocksCounter Project - Part 2 00:11:00 Module 10: Running and Debugging the BlocksCounter Project - Part 3 00:01:00 Module 11: Creating the ObjectExtractor Plugin Project 00:04:00 Module 12: Creating the ExtractObjects Method 00:07:00 Module 13: Creating the ExtractLine Method 00:16:00 Module 14: Running and Debugging the ExtractLine Method 00:05:00 Module 15: Creating the ExtractCircle Method 00:11:00 Module 16: Creating the ExtractMText Method 00:13:00 Module 17: Creating the ExtractPolyline Method 00:19:00 Module 18: Creating the ExtractBlock Method 00:10:00 Unit 10: Conclusion Module 01: Congratulations and Thank you very much! 00:01:00 Assignment Assignment - Learn AutoCAD Programming using VB.NET - Hands On! 00:00:00

Learn AutoCAD Programming using VB.NET - Hands On!
Delivered Online On Demand12 hours 2 minutes
£27.99

British Sign Language (BSL) - Health And Medical Signs

5.0(1)

By Course Gate

Enhance your healthcare communication skills with the British Sign Language (BSL) - Health and Medical Signs course. Gain comprehensive BSL knowledge and master medical terminology through interactive videos and quizzes. Ideal for healthcare professionals and anyone interested in bridging communication gaps in medical contexts. Enroll now for a globally recognized CPD certification.

British Sign Language (BSL) - Health And Medical Signs
Delivered Online On Demand1 hour 22 minutes
£11.99

Data Science 101: Methodology, Python, and Essential Math

By Packt

Start your data science journey with this carefully constructed comprehensive course and get hands-on experience with Python for data science. Gain in-depth knowledge about core Python and essential mathematical concepts in linear algebra, probability, and statistics. Complete data science training with 13+ hours of content.

Data Science 101: Methodology, Python, and Essential Math
Delivered Online On Demand14 hours 49 minutes
£41.99

English Course - Intermediate Level

4.3(43)

By John Academy

Description Enhance your skills in the global lingua franca with the English Course - Intermediate Level course. The course is suitable for people who have prior or basic knowledge about the world's most used second language, English. The course will help you to increase your language expertise in speaking, reading, and writing. At first, the course teaches you the English spelling and make you're an intermediate level user of the language. Then you will learn the use of conditional sentences including zero conditionals, first conditions, etc. The course covers discussion on the demonstrative pronoun, adjectives, adjectives, adjective types - compound adjectives, kinds of adverbs, verbs, adverbs, prepositions, contractions, and more. Apart from these grammatical elements, the course also illustrates some of the real-life expressions and uses such as greeting people, use of ever, since, how, already, and more. To recapitulate, the course will enhance your English language skills and will make you an efficient speaker of the language. Assessment: This course does not involve any MCQ test. Students need to answer assignment questions to complete the course, the answers will be in the form of written work in pdf or word. Students can write the answers in their own time. Once the answers are submitted, the instructor will check and assess the work. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? English Course - Intermediate Level is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our English Course - Intermediate Level is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Introduction English Intermediate- Possession 00:17:00 English Intermediate- Spelling 00:11:00 English Intermediate- Zero conditional 00:08:00 English Intermediate- First conditional 00:07:00 English Intermediate- Demonstrative Pronoun and Adjective 00:10:00 English Intermediate- Contractions 00:17:00 English Intermediate- Exploring Adjectives 00:12:00 English Intermediate- Age 00:05:00 English Intermediate- Making offers and suggestions 00:07:00 English Intermediate- Making a request 00:05:00 English Intermediate- Want 00:09:00 English Intermediate- Expressing Time 00:07:00 English Intermediate- Like 00:08:00 English Intermediate- Phrasal Verbs 00:04:00 English Intermediate- Say and tell 00:06:00 English Intermediate- Adverbs of quantity 00:07:00 English Intermediate- Prepositions of place 00:07:00 English Intermediate- Prepositions of movement 00:06:00 English Intermediate- Verbs of the senses 00:08:00 English Intermediate- Have got 00:07:00 English Intermediate- Compound nouns 00:06:00 English Intermediate- Comparative and superlative adjectives 00:11:00 English Intermediate- Comparisons of equality 00:10:00 English Intermediate- Kinds of Adverbs 00:06:00 English Intermediate- So or such 00:07:00 English Intermediate- Question tags 00:09:00 English Intermediate- Enough 00:08:00 English Intermediate- Present perfect with since, for and just 00:05:00 English Intermediate- Already 00:05:00 English Intermediate- Ever and how long 00:04:00 English Intermediate- American and British English 00:08:00 English Intermediate- Past habit 00:04:00 English Intermediate- Recap of the Past Perfect 00:06:00 English Intermediate- Future Tense 00:06:00 English Intermediate- Past Tense 00:06:00 English Intermediate- Present Tense 00:07:00 Course Certification Order your Certificate 00:00:00

English Course - Intermediate Level
Delivered Online On Demand4 hours 36 minutes
£8

English Course - Beginner Level

4.3(43)

By John Academy

Description Learn the most used second language of the world from the native teacher. Enrol the English Course - Beginner Level course and enhance your skills in English. The course starts by providing discussion on the English Alphabets and basic pronunciations. Then you will learn how to greet people, master the numbers in English including decimal numbers, fractions and percentages, use of this, that, here, there, and more. Details discussion will be on the English verbs covering present, past, and future form of verbs, action verbs, irregular verbs, etc. The course explains adjectives and its types such as superlative, comparative. You will learn about prepositions, adverbs, and adverbs of frequency, possessives, conjunctions and many other grammatical elements. Finally, some of the basic conversations in English will be presented to you. Shortly, the course trains you to speak with fluency and accuracy. Assessment: This course does not involve any MCQ test. Students need to answer assignment questions to complete the course, the answers will be in the form of written work in pdf or word. Students can write the answers in their own time. Once the answers are submitted, the instructor will check and assess the work. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? English Course - Beginner Level is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our English Course - Beginner Level is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Module : 01 Learn English- Find out all about this course in less than two minutes FREE 00:01:00 Learn English - Greetings. Introductions and Alphabet. Spelling Skills 00:11:00 Learn English - Greetings. Introductions and Alphabet. Spelling Skill (ii) 00:17:00 Learn English - Numbers. Cardinal & Ordinal numbers 00:15:00 Numbers. Decimal points, Percentages & Fractions. Money & more 00:10:00 Numbers. Decimal points, Percentages & Fractions. Money & more (ii) 00:10:00 Learn English - Name & Personal Information 00:15:00 Learn English - This, that, here, there. Animals 00:11:00 Learn English - Present of the verb 'to be' 00:10:00 Learn English - Action Verbs 00:15:00 Module : 02 Learn English - Adjectives. Comparative and Superlative Adjectives. 00:15:00 Learn English - Basic prepositions use. Prepositions 00:19:00 Learn English - There is, There are. Nouns 00:12:00 Learn English - Some, any, much, many 00:10:00 Learn English - Question Words 00:14:00 Learn English - Irregular Verbs 00:14:00 Learn English - Adverbs. 00:09:00 Learn English - Adverbs of Frequency 00:12:00 Subject Pronouns. Possessive Adjectives. Object Pronouns. Possess 00:13:00 Learn English - Jobs. 00:14:00 Module : 03 Learn English - Telling the Time. 00:09:00 Learn English - Telling the Time. (II) 00:13:00 Learn English - Time expressions. 00:12:00 Learn English - Everyday Objects 00:13:00 Learn English - House and rooms 00:16:00 Learn English - Future simple 00:12:00 Learn English - Emotions 00:15:00 Learn English - Perfect Continuous Tense 00:16:00 Learn English - Perfect Tense 00:14:00 Learn English - Parts of human body 00:13:00 Module : 04 Learn English - Perfect Continuous Tense 00:16:00 Learn English - Friends and family 00:12:00 Learn English - Gerunds 00:16:00 Learn English - Town, city, countryside 00:17:00 Learn English - Active Voice and Passive Voice 00:20:00 Learn English - Mood of the sentence 00:16:00 Learn English - Conjunctions and Conjunctive Adverbs 00:16:00 Learn English - Auxiliary Verbs 00:15:00 Learn English - Grammar essentials 00:12:00 Module : 05 Dictation 1 00:07:00 Dictation 2 00:06:00 Dictation 3 00:06:00 Dictation 4 00:09:00 Dictation 6 00:05:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

English Course - Beginner Level
Delivered Online On Demand9 hours 13 minutes
£8

ASP.NET Core MVC - Up and Running (.NET 5)

By Packt

This course will take you from the basic structure of ASP.Net Core 5 to building and enhancing a functional website. You will deep dive into the concepts by creating a product catalog, connecting your application to a database, sending emails from your application, integrating a secure payment system into your application, and a lot more.

ASP.NET Core MVC - Up and Running (.NET 5)
Delivered Online On Demand14 hours 11 minutes
£26.99

Must Know Vietnamese Phrases for the Traveler

5.0(1)

By LearnDrive UK

Learn how to speak using phrases with Vietnamese natives when you visit Vietnam in this course.

Must Know Vietnamese Phrases for the Traveler
Delivered Online On Demand1 hour
£5