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

2075 Languages courses delivered Online

Practical C++: Learn C++ Basics Step by Step

By Packt

Learn to code in C++, one of the oldest and most popular programming languages in the market. This course is created to quickly give you the knowledge and practice you really need to master C++ basics. We will cover core concepts such as variables, arrays, vectors, functions, scope, namespaces, loops, references, prototypes, and more.

Practical C++: Learn C++ Basics Step by Step
Delivered Online On Demand4 hours 52 minutes
£41.99

This course will enable you to bring value to the business by putting data science concepts into practice. Data is crucial for understanding where the business is and where it's headed. Not only can data reveal insights, but it can also inform - by guiding decisions and influencing day-to-day operations.

Certified Data Science Practitioner
Delivered in Loughborough or UK Wide or OnlineFlexible Dates
£595

Coding for Beginners: You can Learn to Code!

By Packt

Code a real app from scratch!

Coding for Beginners: You can Learn to Code!
Delivered Online On Demand7 hours 54 minutes
£135.99

Python 3: Project-based Python, Algorithms, Data Structures

By Packt

Learn to program with Python 3, visualize algorithms and data structures, and implement them in Python projects

Python 3: Project-based Python, Algorithms, Data Structures
Delivered Online On Demand14 hours 29 minutes
£135.99

Introduction to SQLite Databases for Python Programming

By Packt

Learn to use SQLite databases with Python through a hands-on approach

Introduction to SQLite Databases for Python Programming
Delivered Online On Demand1 hour 27 minutes
£137.99

Browser Automation with Python and Selenium

By Packt

Fast, scalable, and professional-grade user interface automation principles

Browser Automation with Python and Selenium
Delivered Online On Demand7 hours 5 minutes
£94.99

Garbage Collection Algorithms

By Packt

There are quite a few issues with manual memory management. Therefore, to avoid memory leaks and optimally use your memory, automatic memory management is essential. In this course, we'll learn about garbage collection as a form of automatic memory management.

Garbage Collection Algorithms
Delivered Online On Demand2 hours 32 minutes
£37.99

Language Perception And Production Course

3.5(2)

By Elearncollege

Description Language Perception And Production Diploma Embarking on a journey into the fascinating world of language can now be achieved from the comfort of your home. The Language Perception And Production Diploma is an exclusive online course meticulously designed to illuminate students on various aspects of human language, including its structure, acquisition, usage in society, interaction with technology, non-verbal communication forms, and the cognitive processes behind it. The first section of the Language Perception And Production Diploma explores The Science Behind Language. This section opens the door to understanding the intricacies of how language functions in our daily lives. It lays the groundwork for exploring the deeper dimensions of human communication. The Anatomy of Language takes students on a journey through the structure and rules that govern the language. This offers a profound insight into how words are formed, combined, and utilised to convey complex thoughts and emotions. With Language Perception and the Brain, this online course guides the learners through the fascinating connection between human cognition and language. It elaborates how the brain perceives, processes, and produces language, offering a glimpse into the miracles of human communication. Child Language Acquisition reveals how children acquire the ability to speak and understand language. This segment is vital for those interested in the stages of development and the factors influencing this intricate process. The Language Perception And Production Diploma also covers Second Language Acquisition. Many people learn a second language at some point in their lives, and this section demystifies the process, revealing the strategies and struggles that accompany this complex learning phase. Language in Society looks into how language varies across different social contexts and communities. It explores the relationships, behaviours, and cultural norms that influence how language is used and understood. In a world where technology plays an indispensable role, Language and Technology takes a thorough look at the intersection between language and the digital age. This includes examining how technology shapes communication and vice versa. Sign Languages and Non-Verbal Communication is a unique section of the Language Perception And Production Diploma. This part educates students about various forms of non-verbal communication, including gestures and sign languages, bridging gaps and transcending linguistic barriers. Dwelling into The Cognitive Aspects of Language, the course explores how the mind processes language. It's a deep study of mental structures and mechanisms, which are key in comprehending and producing language. Lastly, The Future of Language Studies envisages what lies ahead in this ever-evolving field. With language constantly transforming, this part of the Language Perception And Production Diploma attempts to forecast the future, allowing students to prepare and adapt to new linguistic landscapes. The Language Perception And Production Diploma offers a comprehensive, engaging, and flexible online learning experience. It's more than just an academic venture; it's a journey into the very essence of human communication, a vital element that binds societies and cultures. It promises not only to equip students with knowledge but also to inspire curiosity and foster a lifelong love for language and its many facets. Investing in the Language Perception And Production Diploma is not just an investment in education; it's an investment in understanding humanity, culture, and the world. Enroll now and embark on a journey that transcends boundaries and enriches minds. What you will learn 1:The Science Behind Language 2:The Anatomy of Language 3:Language Perception and the Brain 4:Child Language Acquisition  5:Second Language Acquisition 6:Language in Society 7:Language and Technology 8:Sign Languages and Non-Verbal Communication 9:The Cognitive Aspects of Language 10:The Future of Language Studies Course Outcomes After completing the course, you will receive a diploma certificate and an academic transcript from Elearn college. Assessment Each unit concludes with a multiple-choice examination. This exercise will help you recall the major aspects covered in the unit and help you ensure that you have not missed anything important in the unit. The results are readily available, which will help you see your mistakes and look at the topic once again. If the result is satisfactory, it is a green light for you to proceed to the next chapter. Accreditation Elearn College is a registered Ed-tech company under the UK Register of Learning( Ref No:10062668). After completing a course, you will be able to download the certificate and the transcript of the course from the website. For the learners who require a hard copy of the certificate and transcript, we will post it for them for an additional charge.

Language Perception And Production Course
Delivered Online On Demand9 days
£99

XML primer

5.0(3)

By Systems & Network Training

XML primer training course description This course has been designed for web and intranet developers who want to accelerate their learning of XML and its applications without the grind of book learning. Although a basic knowledge of HTML and JavaScript is assumed, it is also assumed you know very little about XML and how to use it. On completion of this course you should understand the benefits of using XML and be able to design XML solutions where applicable to your company's Internet/intranet requirements. The course will be particularly beneficial if you want to know how to communicate data to diverse applications over the Internet or company intranet. What will you learn Write XML. Debug XML. Examine existing code and determine its function. XML primer training course details Who will benefit: Anyone working with XML. Prerequisites: HTML5 development fundamentals Duration 3 days XML primer training course contents The origins of XML Markup languages, SGML, document type definitions and validity, introducing XML, IE and XML, accessing content and adding style. Basic XML XML document structure, elements and attributes, grammar, well formed documents, other XML elements and references. Document Type Definition (DTDs) Creating a DTD, basic declaration, declaring elements, content definitions, entities, entity declarations, notations, defining attributes, attribute types, forcing inclusion or exclusion of DTD sections, validation. Namespaces Declaring namespaces, scoping, removing and changing namespaces, qualified names, attribute namespaces. An introduction to schemas Constructing schemas, defining the root element and its contents,<ELEMENTTYPE>, defining root element contents, adding attributes definitions, <ATTRIBUTETYPE>, <ELEMENT>, <ATTRIBUTE>. XML & the Document Object Model (DOM) What the DOM offers, DOM and W3C. Basic DOM concepts XML documents as trees, terminology of tree elements. Key DOM Objects: The document object and its creation, base objects, IE specifics, the XML node hierarchy. Programming DOM Viewing a DOM model as XML, getting the root element of a document, iterating nodes of a DOM, basic node properties, collection objects, searching for specific values, filtering a nodelist by tagname, more filtering methods, selecting nodes from their attributes. Amending Content and Structure Creating/saving a DOM as XML, changing content/structure, dynamically building a DOM. Using ASP and other techniques ASP techniques, HTTPREQUEST object, XSL, transforming and formatting XML. Formatting Using CSS. CSS And XML. XSL Transformations - XSLT Introduction, the XSL root element, applying XSL stylesheets to XML, XSL elements and operations, instructions - creating text nodes and applying templates, a 'drill-down' approach, simple output formatting, pattern filters - patterns based on position, the Match and Select attributes and their patterns, formatting output, creating new XML in output.

XML primer
Delivered in Internationally or OnlineFlexible Dates
£3,497

Chinese ABC for Beginners

By Course Cloud

Are you preparing for a trip to Asia or looking to become a linguist? Mandarin is the official language status of three countries: China, Singapore and Taiwan. It is also one of the oldest languages still in use. In the Chinese ABC for Beginners course, you'll explore the Pinyin Chinese writing system, develop your pronunciation, learn how to say basic greetings, master the alphabet, and develop your basic grammar skills. Designed for absolute beginners, you'll learn basic Chinese characters and deepen your knowledge of the history of this fascinating language. Gain confidence in speaking in everyday Mandarin, and learn from effective video training modules that will guarantee you get the best out of your learning experience. Enrol today as a part-time or full-time student and add a new skill to your CV. This best selling Chinese ABC for Beginners has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth Chinese ABC for Beginners is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The Chinese ABC for Beginners 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 Chinese ABC for Beginners 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 Chinese ABC for Beginners, 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 Chinese ABC for Beginners 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 Chinese ABC for Beginners 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.

Chinese ABC for Beginners
Delivered Online On Demand
£25