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

2166 Languages courses

Quilling - Monday 19.00 - 21.00 or Tuesday 19.00 - 21.00

By Craft4Smiles C.I.C.

A standalone 10-week quilling course - 2 hours per week online with daytime and evening options - that will introduce you to the materials, tools, and techniques used in quilling and to Craft4Smiles C.I.C and our tutors. At the end of each session you will have a lovely quilled item to show family and friends or to display on your shelf! All materials and equipment needed will be supplied and are yours to keep. This course is helpful for those for whom English is not their native tongue as there is a lot of repetition of basic terms including numbers, colours and directions.

Quilling - Monday 19.00 - 21.00 or Tuesday 19.00 - 21.00
Delivered Online + more
£405 to £450

Python Beginners Course, 1-Day

4.6(12)

By PCWorkshops

his course covers the essential Python Basics, in our interactive, instructor led Live Virtual Classroom. This Python Basics course is a very good introduction to essential fundamental programming concepts using Python as programming language. These concepts are daily used by programmers and is your first step to working as a programmer. By the end, you'll be comfortable in programming Python code. You will have done small projects. This will serve for you as examples and samples that you can use to build larger projects.

Python Beginners Course, 1-Day
Delivered Online + more
£185

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 Online + more
£2,000

CompTIA Data+

By Nexus Human

Duration 5 Days 30 CPD hours Overview Mining data Manipulating data Visualizing and reporting data Applying basic statistical methods Analyzing complex datasets while adhering to governance and quality standards throughout the entire data life cycle CompTIA Data+ is an early-career data analytics certification for professionals tasked with developing and promoting data-driven business decision-making. CompTIA Data+ gives you the confidence to bring data analysis to life. As the importance for data analytics grows, more job roles are required to set context and better communicate vital business intelligence. Collecting, analyzing, and reporting on data can drive priorities and lead business decision-making. 1 - Identifying Basic Concepts of Data Schemas Identify Relational and Non-Relational Databases Understand the Way We Use Tables, Primary Keys, and Normalization 2 - Understanding Different Data Systems Describe Types of Data Processing and Storage Systems Explain How Data Changes 3 - Understanding Types and Characteristics of Data Understand Types of Data Break Down the Field Data Types 4 - Comparing and Contrasting Different Data Structures, Formats, and Markup Languages Differentiate between Structured Data and Unstructured Data Recognize Different File Formats Understand the Different Code Languages Used for Data 5 - Explaining Data Integration and Collection Methods Understand the Processes of Extracting, Transforming, and Loading Data Explain API/Web Scraping and Other Collection Methods Collect and Use Public and Publicly-Available Data Use and Collect Survey Data 6 - Identifying Common Reasons for Cleansing and Profiling Data Learn to Profile Data Address Redundant, Duplicated, and Unnecessary Data Work with Missing Value Address Invalid Data Convert Data to Meet Specifications 7 - Executing Different Data Manipulation Techniques Manipulate Field Data and Create Variables Transpose and Append Data Query Data 8 - Explaining Common Techniques for Data Manipulation and Optimization Use Functions to Manipulate Data Use Common Techniques for Query Optimization 9 - Applying Descriptive Statistical Methods Use Measures of Central Tendency Use Measures of Dispersion Use Frequency and Percentages 10 - Describing Key Analysis Techniques Get Started with Analysis Recognize Types of Analysis 11 - Understanding the Use of Different Statistical Methods Understand the Importance of Statistical Tests Break Down the Hypothesis Test Understand Tests and Methods to Determine Relationships Between Variables 12 - Using the Appropriate Type of Visualization Use Basic Visuals Build Advanced Visuals Build Maps with Geographical Data Use Visuals to Tell a Story 13 - Expressing Business Requirements in a Report Format Consider Audience Needs When Developing a Report Describe Data Source Considerations For Reporting Describe Considerations for Delivering Reports and Dashboards Develop Reports or Dashboards Understand Ways to Sort and Filter Data 14 - Designing Components for Reports and Dashboards Design Elements for Reports and Dashboards Utilize Standard Elements Creating a Narrative and Other Written Elements Understand Deployment Considerations 15 - Understand Deployment Considerations Understand How Updates and Timing Affect Reporting Differentiate Between Types of Reports 16 - Summarizing the Importance of Data Governance Define Data Governance Understand Access Requirements and Policies Understand Security Requirements Understand Entity Relationship Requirements 17 - Applying Quality Control to Data Describe Characteristics, Rules, and Metrics of Data Quality Identify Reasons to Quality Check Data and Methods of Data Validation 18 - Explaining Master Data Management Concepts Explain the Basics of Master Data Management Describe Master Data Management Processes Additional course details: Nexus Humans CompTIA Data Plus (DA0-001) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the CompTIA Data Plus (DA0-001) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

CompTIA Data+
Delivered Online
£2,475

55337 Introduction to Programming

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for anyone who is new to software development and wants, or needs, to gain an understanding of programming fundamentals and object-oriented programming concepts. They will typically be high school students, post-secondary school students, or career changers, with no prior programming experience. They might want to gain an understanding of the core programming fundamentals before moving on to more advanced courses such as Programming in C#. Overview Explain core programming fundamentals such as computer storage and processing. Explain computer number systems such as binary. Create and use variables and constants in programs. Explain how to create and use functions in a program. Create and use decisions structures in a computer program. Create and use repetition (loops) in a computer program. Explain pseudocode and its role in programming. Explain the basic computer data structures such as arrays, lists, stacks, and queues. Implement object-oriented programming concepts. Create and use classes in a computer program. Implement encapsulation, inheritance, and polymorphism. Describe the base class library (BCL) in the .NET Framework. Explain the application security concepts. Implement simple I/O in a computer program. Identify application errors and explain how to debug an application and handle errors. Identify the performance considerations for applications. In this 5-day course, students will learn the basics of computer programming through the use of Microsoft Visual Studio 2022 and the Visual C# and Visual Basic programming languages. The course assumes no prior programming experience and introduces the concepts needed to progress to the intermediate courses on programming, Programming in C#. The focus will be on core programming concepts such as computer storage, data types, decision structures, and repetition by using loops. The course also covers an introduction to object-oriented programming covering classes, encapsulation, inheritance, and polymorphism. Coverage is also included around exception handling, application security, performance, and memory management. 1 - Introduction to Core Programming Concepts Computer Data Storage and Processing Application Types Application Lifecycle Code Compilation 2 - Core Programming Language Concepts Syntax Data Types Variables and Constants 3 - Program Flow Introduction to Structured Programming Concepts Introduction to Branching Using Functions Using Decision Structures Introducing Repetition 4 - Algorithms and Data Structures Understand How to Write Pseudocode Algorithm Examples Introduction to Data Structures 5 - Error Handling and Debugging Introduction to Program Errors Introduction to Structured Error Handling Introduction to Debugging 6 - Introduction to Object-Oriented Programming Introduction to Complex Structures Introduction to Structs Introduction to Classes Introducing Encapsulation 7 - More Object-Oriented Programming Introduction to Inheritance Introduction to Polymorphism Introduction to .NET and the Base Class Library 8 - Introduction to Application Security Authentication and Authorization Code Permissions on Computers Introducing Code Signing 9 - Core I/O Programming Using Console I/O Using File I/O 10 - Application Performance and Memory Management Value Types vs Reference Types Converting Types The Garbage Collector Additional course details: Nexus Humans 55337 Introduction to Programming training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the 55337 Introduction to Programming course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

55337 Introduction to Programming
Delivered Online
£2,975

Spanish Conversational Club!

By Spanglish Languages and Culture

Please read the full description!  Spanish Conversational Club.  Club de conversación en ESPAÑOL How does it work? The Spanglish club is for all people wanting to improve their Spanish outside of a class room. Depending on numbers, there are going to be groups of max 6 people, the group will be Beginners (A2), Intermediate and Advance. Each group will have a Spanish native speaker who can help you with your Spanish :) We will first meet our table amig@s and socialise, then we will make a fun and interesting activity for you to have a better Spanish speaking experience. Please book only if you are 100% sure to attend as there will be other Spanglishers waiting for you.  Where? Time? Royal Festival Hall Riverside Bar (inside) Southbank Centre, Belvedere Rd, London SE1 8XX 19:30 to 21:00 Note: We will be at the second floor inside front of the Riverside Bar. Although, this might change depending on tables’ availability. Please look for Spanglish Flag/t-shirt or simply call us +447870776718, this is a public space, we don't have a private room.  Why should I come?  You should come if you want to be immersed in a Spanish conversation with native speakers for 90 mins and more! You should also come if you want to make new friends and learn about different cultures at the same time. Can we have a drink during the session?  Of course, it is all about feeling comfortable and we all know that a drink help us with fluency, there is a coffee shop and a bar at the center. Can I suggest topics or just make an open suggestion?  Of course, just bring your suggestions to the session or send us an email. Your event planner will ensure your suggestion has the right execution. We are here to help and provide you guys with the best environment possible for you to have fun and improve your Spanish speaking. Note: This event is not suggested for beginners A1 Zero Spanish learners. Please get in touch if you need some lessons. Suggestions or Qs Just drop me a WhatsApp, message or email. Our events are advertised on different platforms. For this event we expect around 12 people. Whatsapp, Calls or MSNs +447870776718 Instagram and Facebook as @spanglishlc We have more events and great teachers to enhance your learning, check all our events and teachers.

Spanish Conversational Club!
Delivered In-Person in London + more
£10

Diploma in Learning Foreign Languages

4.3(43)

By John Academy

[vc_row][vc_column][vc_column_text] Description: Are you planning to move to another country, or are you travelling for a substantial length of time? Do you want to learn a second language to kickstart a new career? Many people these days learn another language, as many businesses require employees to speak more than one language, such as in law, international sales and intelligence. This Diploma in Learning Foreign Languages course is designed for people who wish to learn a foreign language to immerse themselves in another culture or boost their professional development. This course will improve your basic language skills in writing, speaking and pronunciation. You will also learn about the most popular languages spoken around the world, including French, Spanish and Chinese. This online language learning course provides all the tools and training on how to learn a foreign language in the fastest and most effective way. On successful completion, you will have the practical skills and knowledge to kickstart a career in translating, teaching abroad and many other related fields. Who is the course for? This course is designed for the individuals who are interested in learning different languages. For people who love to travel to different parts of the world. For people who are looking for professional upgrades. 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 hard copy at a cost of £39 or in PDF format at a 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: Diploma in Learning Foreign Languages course is a useful qualification to possess, and would be beneficial for the following careers: Teacher for foreign languages Translator Work at customer service desks Online content creator Foreign civil services Airline services Editing and publishing Event manager Hotel management Import export specialist Nursing. [/vc_column_text][/vc_column][/vc_row] Diploma in Learning Foreign Languages Introduction 01:00:00 How to have fun on Learning Foreign Languages through Training 01:00:00 Speaking Easy in Foreign Language Training 01:00:00 How long will it take to learn a new language? 00:30:00 How do I find the programs suitable for my style of learning? 01:00:00 How cognates apply in foreign language training 01:00:00 The Basic Methods in Foreign Language Training 00:30:00 Foreign Language Training in Psychology 00:30:00 The Mind Maps in Learning Foreign Language through Training 01:00:00 Verb Stem Forms in German Language Learned in Foreign Training 00:30:00 Business in Foreign Language Training 00:30:00 Conclusion 00:15:00 Mock Exam Mock Exam- Diploma in Learning Foreign Languages 00:20:00 Final Exam Final Exam- Diploma in Learning Foreign Languages 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Diploma in Learning Foreign Languages
Delivered Online On Demand9 hours 25 minutes
£25

Data Analytics BootCamp, 12-weeks, Online Instructor-led

4.6(12)

By PCWorkshops

PYTHON BOOTCAMP: This 12-week Python Data Analytics Data Boot Camp is designed to give you a complete skill set required by data analysts . You will be fully fluent and confident as a Python data analyst, with full understanding of Python Programming. From Data, databases, datasets, importing, cleaning, transforming, analysing to visualisation and creating awesome dashboards The course is a practical, instructor-lead program.

Data Analytics BootCamp, 12-weeks, Online Instructor-led
Delivered Online + more
£1,200

English Speakers of Other Languages

By Compete High

Overview   With the ever-increasing demand for ESOL in personal & professional settings, this online training aims at educating, nurturing, and upskilling individuals to stay ahead of the curve - whatever their level of expertise in ESOL may be.   Learning about ESOL or keeping up to date on it can be confusing at times, and maybe even daunting! But that's not the case with this course from Compete High. We understand the different requirements coming with a wide variety of demographics looking to get skilled in ESOL. That's why we've developed this online training in a way that caters to learners with different goals in mind. The course materials are prepared with consultation from the experts of this field and all the information on ESOL is kept up to date on a regular basis so that learners don't get left behind on the current trends/updates.   The self-paced online learning methodology by Compete High in this English Speakers of Other Languages course helps you learn whenever or however you wish, keeping in mind the busy schedule or possible inconveniences that come with physical classes. The easy-to-grasp, bite-sized lessons are proven to be most effective in memorising and learning the lessons by heart. On top of that, you have the opportunity to receive a certificate after successfully completing the course!   Instead of searching for hours, enrol right away on this English Speakers of Other Languages course from Compete High and accelerate your career in the right path with expert-outlined lessons and a guarantee of success in the long run.   Who is this course for?   While we refrain from discouraging anyone wanting to do this English Speakers of Other Languages course or impose any sort of restrictions on doing this online training, people meeting any of the following criteria will benefit the most from it: Anyone looking for the basics of ESOL, Jobseekers in the relevant domains, Anyone with a ground knowledge/intermediate expertise in ESOL, Anyone looking for a certificate of completion on doing an online training on this topic, Students of ESOL, or anyone with an academic knowledge gap to bridge, Anyone with a general interest/curiosity   Career Path   This English Speakers of Other Languages course smoothens the way up your career ladder with all the relevant information, skills, and online certificate of achievements. After successfully completing the course, you can expect to move one significant step closer to achieving your professional goals - whether it's securing that job you desire, getting the promotion you deserve, or setting up that business of your dreams.    Course Curriculum Module 01 Introduction to English Language Teaching and Learning Introduction to English Language Teaching and Learning 00:00 Module 02 Linguistics Linguistics 00:00 Module 03 English Pronunciation English Pronunciation 00:00 Module 04 Teaching Grammar and Vocabulary Teaching Grammar and Vocabulary 00:00 Module 05 Language Teaching Methodologies Language Teaching Methodologies 00:00 Module 06 Teaching Receptive Skills Reading Teaching Receptive Skills Reading 00:00 Module 07 Teaching Productive Skills Writing Teaching Productive Skills Writing 00:00 Module 08 Teaching Receptive Skills Listening Teaching Receptive Skills Listening 00:00 Module 09 Teaching Productive Skills Speaking Teaching Productive Skills Speaking 00:00

English Speakers of Other Languages
Delivered Online On Demand1 hour
£25

German Post Beginner/ Improver Stockbridge

By German Lessons Edinburgh

German Post Beginner life class in Edinburgh. Learn to speak with confidence.

German Post Beginner/ Improver Stockbridge
Delivered In-Person in Edinburgh + more
£100