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

1266 Coding courses delivered Online

Raspberry Pi Bootcamp

4.5(3)

By Studyhub UK

Overview Uplift Your Career & Skill Up to Your Dream Job - Learning Simplified From Home! Kickstart your career & boost your employability by helping you discover your skills, talents and interests with our special Raspberry Pi Bootcamp Course. You'll create a pathway to your ideal job as this course is designed to uplift your career in the relevant industry. It provides professional training that employers are looking for in today's workplaces. The Raspberry Pi Bootcamp Course is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Raspberry Pi Bootcamp Course has been designed by industry experts to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Raspberry Pi Bootcamp Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into elementary modules, allowing our students to grasp each lesson quickly. At StudyHub, we don't just offer courses; we also provide a valuable teaching process. When you buy a course from StudyHub, you get unlimited Lifetime access with 24/7 dedicated tutor support. Why buy this Raspberry Pi Bootcamp? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Raspberry Pi Bootcamp there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Raspberry Pi Bootcamp course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This Raspberry Pi Bootcamp does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Raspberry Pi Bootcamp was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Raspberry Pi Bootcamp is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum The Complete Raspberry Pi Bootcamp 1 Introduction 00:01:00 2 Basic Input and Output using Console Methods 00:10:00 3 Create Your First App 00:07:00 4 Coding Your First App 00:09:00 5 String Args Part1 00:08:00 6 Syntax Basics 00:06:00 7 Data Types 00:10:00 8 Type Conversion 00:08:00 9 Operators 00:14:00 10 Operator Example 00:08:00 11 example my age 00:08:00 12 Decision Making using If statement 00:05:00 13 If else and nested if statements 00:10:00 14 SwitchCase 00:10:00 15 While and do While Loops 00:12:00 16 For Loop 00:07:00 17 Download and Install 00:04:00 Assignment Assignment - Raspberry Pi Bootcamp 00:00:00

Raspberry Pi Bootcamp
Delivered Online On Demand2 hours 17 minutes
£10.99

Programming for Network Engineers (PRNE) v2.0

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for: Network administrators Network engineers with little or no programming or Python experience Network managers Systems engineers Overview After taking this course, you should be able to: Create a Python script Describe data types commonly used in Python coding Describe Python strings and their use cases Describe Python loops, conditionals, operators, and their purposes and use cases Describe Python classes, methods, functions, namespaces, and scopes Describe the options for Python data manipulation and storage Describe Python modules and packages, their uses, and their benefits Explain how to manipulate user input in Python Describe error and exception management in Python Describe Python code debugging methods The Programming for Network Engineers (PRNE) v2.0 course is designed to equip you with fundamental skills in Python programming. Through a combination of lectures and lab experience in simulated network environments, you will learn to use Python basics to create useful and practical scripts with Netmiko to retrieve data and configure network devices. Upon completion of this course, you should have a basic understanding of Python, including the knowledge to create, apply, and troubleshoot simple network automation scripts. Course outline Introducing Programmability and Python for Network Engineers Scripting with Python Examining Python Data Types Manipulating Strings Describing Conditionals, Loops, and Operators Exploring Classes, Methods, Functions, Namespaces, and Scopes Exploring Data Storage Options Exploring Python Modules and Packages Gathering and Validating User Input Analyzing Exceptions and Error Management Examining Debugging Methods Course Summary Lab outline Execute Your First Python Program Use the Python Interactive Shell Explore Foundation Python Data Types Explore Complex Python Data Types Use Standard String Operations Use Basic Pattern Matching Reformat MAC Addresses Use the if-else Construct Use for Loops Use while Loops Create and Use Functions Create and Use Classes Use the Python main() Construct Traverse the File Structure Read Data in Comma-Separated Values (CSV) Format Read, Store, and Retrieve Data in XML Format Read, Store, and Retrieve Date in JavaScript Object Notation (JSON) Format Read, Store, and Retrieve Data in a Raw or Unstructured Format Import Modules from the Python Standard Library Import External Libraries Create a Python Module Prompt the User for Input Use Command-Line Arguments Manage Exceptions with the try-except Structure Manage Exceptions with the try-except-finally Structure Use Assertions Use Simple Debugging Methods Use the Python Debugger Code a Practical Debugging Script

Programming for Network Engineers (PRNE) v2.0
Delivered OnlineFlexible Dates
Price on Enquiry

Advanced C Plus Plus

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for If you have worked in C++ but want to learn how to make the most of this language, especially for large projects, this course is for you. Overview By the end of this course, you'll have developed programming skills that will set you apart from other C++ programmers. After completing this course, you will be able to: Delve into the anatomy and workflow of C++ Study the pros and cons of different approaches to coding in C++ Test, run, and debug your programs Link object files as a dynamic library Use templates, SFINAE, constexpr if expressions and variadic templates Apply best practice to resource management This course begins with advanced C++ concepts by helping you decipher the sophisticated C++ type system and understand how various stages of compilation convert source code to object code. You'll then learn how to recognize the tools that need to be used in order to control the flow of execution, capture data, and pass data around. By creating small models, you'll even discover how to use advanced lambdas and captures and express common API design patterns in C++. As you cover later lessons, you'll explore ways to optimize your code by learning about memory alignment, cache access, and the time a program takes to run. The concluding lesson will help you to maximize performance by understanding modern CPU branch prediction and how to make your code cache-friendly. Anatomy of Portable C++ Software Managing C++ Projects Writing Readable Code No Ducks Allowed ? Types and Deduction C++ Types Creating User Types Structuring our Code No Ducks Allowed ? Templates and Deduction Inheritance, Polymorphism, and Interfaces Templates ? Generic Programming Type Aliases ? typedef and using Class Templates No Leaks Allowed ? Exceptions and Resources Exceptions in C++ RAII and the STL Move Semantics Name Lookup Caveat Emptor Separation of Concerns ? Software Architecture, Functions, and Variadic Templates Function Objects and Lambda Expressions Variadic Templates The Philosophers' Dinner ? Threads and Concurrency Synchronous, Asynchronous, and Threaded Execution Review Synchronization, Data Hazards, and Race Conditions Future, Promises, and Async Streams and I/O File I/O Implementation Classes String I/O Implementation I/O Manipulators Making Additional Streams Using Macros Everybody Falls, It's How You Get Back Up ? Testing and Debugging Assertions Unit Testing and Mock Testing Understanding Exception Handling Breakpoints, Watchpoints, and Data Visualization Need for Speed ? Performance and Optimization Performance Measurement Runtime Profiling Optimization Strategies Cache Friendly Code

Advanced C Plus Plus
Delivered OnlineFlexible Dates
Price on Enquiry

USB Interfacing with PIC Microcontroller Programming Program

By Study Plex

Recognised Accreditation This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. What is CPD? Employers, professional organisations, and academic institutions all recognise CPD, therefore a credential from CPD Certification Service adds value to your professional goals and achievements. Benefits of CPD Improve your employment prospects Boost your job satisfaction Promotes career advancement Enhances your CV Provides you with a competitive edge in the job market Demonstrate your dedication Showcases your professional capabilities What is IPHM? The IPHM is an Accreditation Board that provides Training Providers with international and global accreditation. The Practitioners of Holistic Medicine (IPHM) accreditation is a guarantee of quality and skill. Benefits of IPHM It will help you establish a positive reputation in your chosen field You can join a network and community of successful therapists that are dedicated to providing excellent care to their client You can flaunt this accreditation in your CV It is a worldwide recognised accreditation What is Quality Licence Scheme? This course is endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. Benefits of Quality License Scheme Certificate is valuable Provides a competitive edge in your career It will make your CV stand out Course Curriculum Introduction & Getting Started Who We are. 00:05:00 Introduction to The USB World 00:04:00 Important Note: Review System Important Note: Review System 00:46:00 Hardware and Software Requirements Hardware and Software Requirements 00:02:00 Note 00:00:00 Advantages of USB Communication Advantages of USB Communication 00:04:00 USB (Universal Serial Bus) USB Pin-Out Port Wiring 00:04:00 USB Transfer speeds 00:03:00 USB Device Classes 00:04:00 Descriptors Introduction to Descriptors 00:02:00 Creating a descriptor file in MikroC 00:06:00 Creating a descriptor file in MikroC - Practical 00:06:00 USB Libraries & Functions USB Libraries HID Enable 00:05:00 USB RAM 00:07:00 USB Functions 00:06:00 Circuit Design Circuit Design for First Example 00:10:00 USB Programming First USB Coding Example 00:21:00 Virtual USB Port Installing the Virtual USB Port Feature to Enable Simulation 00:01:00 First Example Send and Receive Data First Example Send and Receive Data 00:06:00 Second Example Send Characters and Check the Incoming Data Second Example Send Characters and Check the incoming Data 00:08:00 Third Example Turn Leds On and Off Via USB Third Example Turn Leds On and Off via USB 00:07:00 Forth Example Reading Input - Button Press Forth Example Reading Input - Button Press 00:06:00 Drivers, Connection Burning The Code to PIC using a Programmer 00:03:00 MikroC and Ql2006 Right Configuration for The Code File 00:05:00 Device Drivers for USB Interfacing With PIC Microcontroller Device Drivers for USB Interfacing With PIC Microcontroller 00:02:00 USB Interfacing Second Example Led Lighting USB Interfacing Second Example Led Lighting 00:07:00 Practical Circuit Assembly Practical Circuit Assembly 00:08:00 Download and Install Software Section Download and Install MikroC Pro 00:11:00 Download And Install Proteus Software Free 00:11:00 Obtain Your Certificate Order Your Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

USB Interfacing with PIC Microcontroller Programming Program
Delivered Online On Demand
£19

SQL Training

By The Teachers Training

SQL Training - Overview Elevate your data game with our revolutionary SQL Training course, designed to unlock the full potential of data management and manipulation. Whether you're a coding prodigy, a data-savvy strategist, or a seasoned professional hungry for new challenges, this SQL Training course is your roadmap to SQL supremacy. From basics to advanced techniques, we cover it in a clear, concise manner designed to suit learners of all levels. With a focus on practicality, our SQL Training course begins with XAMPP (PHPmyadmin) installation, ensuring you're set up for success right from the start. You'll gain insights into creating databases and tables, understanding data types, and mastering the art of inserting, updating, and deleting data. One of the key highlights of this course is the in-depth exploration of SQL functions and clauses. In this SQL Training course, you will learn how to wield conditional and comparison operators effectively, implement constraints like primary and foreign keys for data integrity, and leverage advanced SQL clauses for precise querying. As you progress in the SQL Training course, you'll venture into advanced areas of SQL, including views, functions, and triggers, gaining invaluable insights that will set you apart in today's competitive landscape. Furthermore, in this SQL Training course, you will gain in-depth knowledge about joining tables using aliases, inner joins, left and right joins, and unions, facilitating seamless data retrieval across multiple datasets. Enrol in the SQL Training course to boost your SQL knowledge without further delay. 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-Introduction 00:09:00 Module 02-Xampp (PHPmyadmin) installation 00:05:00 Unit 02: Getting Started With Databases Module 01: Creating a database 00:02:00 Module 02: Creating tables 00:03:00 Module 03: More about tables 00:01:00 Module 04: Inserting into tables 00:03:00 Module 05: Updating and deleting 00:04:00 Module 06: Data types 00:03:00 Module 07: Conditional and comparison operators 00:04:00 Unit 03: Constraints Module 01: Primary keys 00:05:00 Module 02: Foreign keys 00:07:00 Module 03: Indexes 00:03:00 Module 04: Unique indexes 00:03:00 Unit 04: SQL Functions Module 01: Functions part one 00:02:00 Module 02: Functions part two 00:03:00 Unit 05: SQL Clauses Module 01: Basic queries and where claueses 00:04:00 Module 02: Order by 00:03:00 Module 03: Distinct 00:05:00 Module 04: In 00:04:00 Module 05: Group by 00:07:00 Unit 06: Alters Module 01: Alters part one 00:03:00 Module 02: Alters part two 00:05:00 Module 03: Alters part three 00:05:00 Unit 07: All about Joins and SQL Relations Module 01: Aliases 00:04:00 Module 02: Inner joins 00:07:00 Module 03: Left and right joins 00:06:00 Module 04: Unions 00:06:00 Unit 08: Wild Cards Module 01: Wild cards part one 00:07:00 Module 02: Wild cards part two 00:05:00 Unit 09: More Advanced Areas of SQL Module 01: Views 00:09:00 Module 02: Creating functions 00:07:00 Module 03: Triggers 00:09:00

SQL Training
Delivered Online On Demand2 hours 33 minutes
£27.99

Automated Software Testing with Python

By Packt

Learn about automated software testing with Python, BDD, Selenium WebDriver, and Postman, focusing on web applications

Automated Software Testing with Python
Delivered Online On Demand12 hours 55 minutes
£89.99

Adult Nursing Diploma for Healthcare Assistant (Health and Social Care) - CPD Accredited

4.8(9)

By Skill Up

Level 5 Diploma | 23-in-1 Premium Bundle | +Gifts: Free 1 CPD PDF + Transcript| Lifetime Access

Adult Nursing Diploma for Healthcare Assistant (Health and Social Care) - CPD Accredited
Delivered Online On Demand6 days
£100

Unreal Engine 5 - Endless Runner

By Packt

Develop an Endless Runner game to get familiar with the interface and game development process while learning how to use Unreal Engine 5. Even if an endless runner game isn't your interest, this course provides the steps necessary to create a video game from start to finish. Explore fundamental concepts about game-making and utilize that knowledge in your future projects.

Unreal Engine 5 - Endless Runner
Delivered Online On Demand4 hours 39 minutes
£41.99

CE031 IBM DB2 Family Fundamentals

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This basic course is for persons needing an introductory knowledge of DB2, and persons preparing for advanced and specialized DB2 education. Overview List and describe the major components of IBM's relational database, DB2 Explain the characteristics of a DB2 table Relate the basic concepts of data modeling Comprehend the processing instructions given to DB2 via simple SQL statements List and describe several ways to build (write) and execute SQL statements List and describe steps needed to imbed SQL statements in an application program Explain some of the functions performed by, and the responsibilities of, database and system administrators Establish a base for more specialized DB2 education This course provides information about the functions of IBM's DB2, a relational database manager which may be installed under a variety of operating systems on many hardware platforms (e.g., z/OS, VM, Linux, UNIX, Windows, etc.) Understanding a Table Identify the advantages of a relational database Define a relation Name the language used to talk to a relational database manager (RDBM) List three characteristics assigned to each column Define the tasks performed by DB2 when running an application Defi Data Modeling and Database Design State the purpose of a business model Identify an Entity-Relational Diagram (ERD) model List several DB2 column data types Identify non-standard column and table names Identify the characteristics of a primary key and a foreign key State the purpose of re How does a User use DB2? List several ways to talk to DB2 List multiple ways to generate an SQL statement List several ways to ADD, REMOVE, or CHANGE table rows List several ways to READ data and produce reports How does a Programmer use DB2? List the steps needed to create a test environment List the necessary steps to coding SQL in a program Describe the purpose of SQL delimiters Describe the purpose of an SQLCA List the steps involved in preparing a program for execution State the differenc What does an Administrator do in DB2? List some of the tasks performed by a DB2 System Administrator: Identifying the DB2 product, Installing DB2, Creating subsystems/instances, databases and table spaces, Authorizing, and Monitoring List some of the tasks performed by a DB2 Database Administ Information Management with DB2 List several planning considerations for distributing data List some of the skills required to successfully distribute data Differentiate between remote unit of work, distributed unit of work, and distributed request List some of the security concerns whe

CE031 IBM DB2 Family Fundamentals
Delivered OnlineFlexible Dates
Price on Enquiry

Asynchronous JavaScript Basics

4.5(3)

By Studyhub UK

Embark on a journey to master the intricacies of Asynchronous JavaScript and open doors to web development techniques that will set you apart in the tech world. The 'Asynchronous JavaScript Basics' course is a treasure trove of knowledge, meticulously designed for those who yearn to wield the power of non-blocking code with finesse. Begin with a gripping scenario that sets the stage, introducing you to the dynamic realms of synchronous and asynchronous operations. With each module, unlock a deeper understanding of how JavaScript engines handle tasks behind the scenes, enabling websites to perform efficiently and responsively. As you delve into the course, witness the magic of asynchronous JavaScript unfold through engaging workshops and demos. The curriculum promises to transform your coding approach, allowing you to implement features such as 'setTimeout' and 'setInterval', manage 'Promises', and gracefully orchestrate asynchronous flows with 'Async/Await'. The carefully structured roadmap and hands-on demonstrations are not just lessons but stepping stones to becoming proficient in creating smoother user experiences and robust web applications. Learning Outcomes Comprehend the distinction between synchronous and asynchronous JavaScript and the scenarios for their use. Utilize 'setTimeout' and 'setInterval' functions to manage time-controlled scripting tasks. Implement 'Promises' to handle future events and asynchronous operations efficiently. Apply 'Async/Await' syntax for writing cleaner and more readable asynchronous code. Understand and use JavaScript Generator Functions to control the execution flow of functions. Why choose this Asynchronous JavaScript Basics course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments are designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Asynchronous JavaScript Basics Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Who is this Asynchronous JavaScript Basics course for? Individuals keen on enhancing their JavaScript knowledge for advanced web development. Developers seeking to improve site responsiveness and user experience. Programmers looking to upskill in modern JavaScript practices. Web enthusiasts curious about the execution of non-blocking code. Students or hobbyists interested in the mechanics of JavaScript engines. Career path Front-End Developer: £25,000 - £50,000 Back-End Developer: £30,000 - £60,000 Full Stack Developer: £35,000 - £70,000 Web Application Developer: £28,000 - £55,000 JavaScript Developer: £30,000 - £65,000 UI/UX Developer: £27,000 - £50,000 Prerequisites This Asynchronous JavaScript Basics does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Asynchronous JavaScript Basics was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Basic Asynchronous JavaScript An Async Javascript Scenario 00:02:00 Defining Asynchronous / What is Synchronous code? 00:04:00 WORKSHOP -Exploring Synchronicity in JavaScript 00:09:00 All About Asynchronous Code 00:06:00 Course Roadmap 00:01:00 What is setTimeout? 00:05:00 DEMO - Delaying Code Execution with setTimeout 00:10:00 What is setInterval? 00:02:00 DEMO - Repeating Tasks with setInterval 00:07:00 Chapter Summary 00:01:00 What is Async / Await? 00:03:00 What are Promises? 00:02:00 DEMO - Wrapping setTimeout with a Promise 00:05:00 All About Async 00:02:00 DEMO - Performing Asynchronous Tasks Concisely with Async / Await 00:12:00 What are JavaScript Generator Functions? 00:02:00 Demo - Asynchronous JavaScript via generators 00:08:00 Course Summary 00:02:00 Assignment Assignment - Asynchronous JavaScript Basics 00:00:00

Asynchronous JavaScript Basics
Delivered Online On Demand1 hour 23 minutes
£10.99