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

2068 Languages courses delivered Online

Effective Personal Productivity

By Leadership Management International (LMI) UK

Effective Personal Productivity will help you in four crucial areas: Become highly organised and effective in your own area of day-to-day responsibility. Set and track personal and team goals, manage priorities and hit project deadlines. Improve delegation and communication skills, ensuring the right work is done the right way by the right people. Identify areas for continual improvement in and outside of work and implement strategies to maintain a healthy, well-balanced life.

Effective Personal Productivity
Delivered OnlineFlexible Dates
£2,500

Teaching English as Foreign Language (TEFL)

4.3(43)

By John Academy

Description: The world is comprised of many different people, with many different cultures, who speak many different languages. Even though English is considered the staple international language, not everyone understands or speaks in English. That is why there is a huge need for people in the world to help others learn this language in order to eliminate the language barrier we have. You could be one of these people with the help of this Teaching English as Foreign Language (TEFL) course. This is a very elaborate course but helps you to become the perfect English teacher to those who don't know it so well. It starts with helping you to teach in different situations - as per needs and constraints - and work with many different approaches for different students. Following that there are specific chapters dedicated to help you teach speaking, listening, reading, writing and grammar in English. You will also learn about creating lesson plans and testing as well. The course is filled with exercises and examples to help you in your way to become a great English as a foreign language teacher. Who is the course for? People who are interested in teaching Professionals seeking to teach subjects in English to foreign students 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. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam, you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, 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: Teaching English as Foreign Language (TEFL) is a useful qualification to possess and would be beneficial for any professions or career from any industry you are in such as: English Teacher IELTS instructor Educational Institution British Council Examiners Teaching English as Foreign Language (TEFL) Teaching in Different Situations: Needs and Constraints 01:00:00 Working With a Variety of Approaches 01:00:00 Teaching Speaking 01:00:00 Teaching Listening 01:00:00 Teaching Reading 01:00:00 Teaching Writing 01:00:00 Teaching Grammar 01:00:00 Lesson Planning and Testing 01:00:00 Refer A Friend Refer A Friend 00:00:00 Mock Exam Mock Exam- Teaching English as Foreign Language (TEFL) 00:20:00 Final Exam Final Exam- Teaching English as Foreign Language (TEFL) 00:20:00 Order Your Certificates and Transcripts Order Your Certificates and Transcripts 00:00:00

Teaching English as Foreign Language (TEFL)
Delivered Online On Demand8 hours 40 minutes
£14.99

Kotlin for Android: Beginner to Advanced

By Course Cloud

Course Overview Kotlin is one of the most widely used Android app development programming languages, used by the world's most powerful companies, including Google, Facebook and Microsoft. The Kotlin for Android: Beginner to Advanced course will teach you the A-Z of Kotlin applications and how to program them. Starting from the very basics, it will guide you step-by-step through the installation procedures for Windows, Mac, and Linux, as well as the process for building an Android app using Kotlin programming language. This practical training course is ideal for aspiring Android developers, software engineers and anyone looking to learn how to program Kotlin applications through the guidance of an expert. Fast track your career today and add value to your resume with an industry-recognised certificate. This best selling Kotlin for Android: Beginner to Advanced has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth Kotlin for Android: Beginner to Advanced is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The Kotlin for Android: Beginner to Advanced is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The Kotlin for Android: Beginner to Advanced is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the Kotlin for Android: Beginner to Advanced, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the Kotlin for Android: Beginner to Advanced will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the Kotlin for Android: Beginner to Advanced to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

Kotlin for Android: Beginner to Advanced
Delivered Online On Demand
£319

Regular expressions for engineers

5.0(3)

By Systems & Network Training

Regular expressions training course description Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Python and MySQL. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them. What will you learn Use Regular Expressions. Troubleshoot Regular Expressions. Compare RE features among different versions. Explain how the regular expression engine works. Optimize REs. Match what you want, not what you don't want. Regular expressions training course details Who will benefit: Anyone looking to use regular expressions. Prerequisites: None. Duration 1 day Regular expressions training course contents Introduction to Regular Expressions Solving real problems, REs as a language, the filename analogy, language analogy, RE frame of mind, searching text files: egrep, egrep metacharacters, start and end of the line, character classes, matching any character with dot, alternation, ignoring differences in capitalization, word boundaries, optional items, other quantifiers: repetition, parentheses and backreferences, the great escape, expanding the foundation, linguistic diversification, the goal of a RE, more examples, RE nomenclature, Improving on the status quo. Extended introductory examples A short introduction to Perl, matching text with regular expressions, toward a more real-world example, side effects of a successful match, Intertwined regular expression, intermission, modifying text with regular expressions, example: form letter, example: prettifying a stock price, automated editing, a small mail utility, adding commas to a number with lookaround, text-to-HTML conversion, that doubled-word thing. Regular expression features and flavours The regex landscape, origins of REs, care and handling of REs, Integrated handling, procedural and object-oriented handling, search-and-replace example. strings character encodings and modes, strings as REs, character-encoding issues, unicode, regex modes and match modes, common metacharacters and features, character representations, character classes and class-like constructs, anchors and other 'zero-width assertions', comments and mode modifiers, grouping capturing conditionals and control. The mechanics of expression processing Two kinds of engines, new standards, regex engine types, from the department of redundancy department, testing the engine type, match basics, about the examples, rule 1: the match that begins earliest wins, engine pieces and parts, rule 2: the standard quantifiers are greedy, regex-directed versus text-directed, NFA engine: regex-directed, DFA engine: text-directed, first thoughts: NFA and DFA in comparison, backtracking, two important points on backtracking, saved states, backtracking and greediness, more about greediness and backtracking, problems of greediness, multi-character 'quotes', lazy quantifiers, greediness and laziness, laziness and backtracking, possessive quantifiers and atomic grouping, possessive quantifiers ?, +, *+, ++ and {m,n}+, the backtracking of lookaround, is alternation greedy? taking advantage of ordered alternation, NFA DFA and posix, the longest-leftmost', posix and the longest-leftmost rule, speed and efficiency. Practical regex techniques Continuation lines, matching an IP address, working with filenames, matching balanced sets of parentheses, watching out for unwanted matches, matching delimited text, knowing your data and making assumptions, stripping leading and trailing whitespace, matching and HTML tag, matching an HTML link, examining an HTTP URL, validating a hostname, plucking a hostname, plucking a URL, parsing CSV files. Crafting an efficient expression Efficiency vs. correctness, localizing greediness, global view of backtracking, more work for POSIX NFA, work required during a non-match, being more specific, alternation can be expensive, benchmarking, know what you re measuring, benchmarking with Python, common optimisations, the mechanics of regex application, pre-application optimizations, optimizations with the transmission, optimization of the regex itself, techniques for faster expressions, common sense techniques, expose literal text, expose anchors, lazy versus greedy: be specific, split into multiple REs, mimic initial-character discrimination, use atomic grouping and possessive quantifiers, lead the engine to a match, unrolling the loop, observations, using atomic grouping and possessive quantifiers, short unrolling examples, unrolling C comments, the free flowing regex, a helping hand to guide the match, a well-guided regex is a fast regex.

Regular expressions for engineers
Delivered in Internationally or OnlineFlexible Dates
£967

PHP Crash Course: Learn PHP in 90 Minutes

By Packt

Learn PHP in less than 90 minutes with this fast-paced PHP guide

PHP Crash Course: Learn PHP in 90 Minutes
Delivered Online On Demand1 hour 16 minutes
£33.99

Python Programming For Everyone

By Packt

Learn Python 3 programming fast!

Python Programming For Everyone
Delivered Online On Demand1 hour 58 minutes
£93.99

Learn Selenium WebDriver with Java

By Packt

This course is designed to guide you through Selenium WebDriver and Java, right from the basic to the advanced aspects. Loaded with exercises and examples, this course provides an interactive learning experience.

Learn Selenium WebDriver with Java
Delivered Online On Demand21 hours 31 minutes
£65.99

Python - Object-Oriented Programming

By Packt

Learn Python OOP language used diversely in applications like data science, game/web development, machine learning, and AI. This course provides all you need to master OOPs like classes, objects, data abstraction, methods, overloading, and inheritance. The course primarily aims to help you tackle complex programming and use OOP paradigms efficiently.

Python - Object-Oriented Programming
Delivered Online On Demand3 hours 30 minutes
£56.99

Modern Greek for Adults - Greek Grammar

5.0(14)

By The Greek Online School

Developing a solid foundation in Greek grammar will help you create your own sentences correctly and will also make it easier to improve your communication skills in both spoken and written Greek. So this course has been designed to help you steadily advance with the Greek language. Here, on the Greek Online School Learning Management System (LMS) you will find all the grammar phenomena that you need to know for the A2 Level (basic knowledge) in Greek, the language that influenced all European languages.

Modern Greek for Adults - Greek Grammar
Delivered OnlineFlexible Dates
Price on Enquiry

Shiny for Python Ultimate - Web Development with Python

By Packt

This course empowers you to create interactive web applications using Shiny for Python. From fundamental concepts to advanced techniques, you will master web development with Python as your toolkit. Develop dynamic projects, learn diverse deployment methods, and embark on a journey to become a skilled Python web developer.

Shiny for Python Ultimate - Web Development with Python
Delivered Online On Demand3 hours 7 minutes
£41.99