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

2436 Courses

Python for Data Analysis: Step-By-Step with Projects

By Packt

Step into the world of data analysis and gain practical experience analyzing real-world datasets with the help of this course. This course will not only guide you in analyzing data efficiently in Python from scratch but also help you in conducting your own analysis with Python and extracting valuable insights that can transform your business!

Python for Data Analysis: Step-By-Step with Projects
Delivered Online On Demand10 hours 55 minutes
£26.99

Coding evening classes with an experienced coach

By Kay Lack

Do you want to learn to code? Are you already on your way, but need a boost? Is the motivation a challenge and you want some external accountability? Do you want deeper technical discussions than you can find elsewhere? Or just want a frank chat about whether you have what it takes to succeed? Come study with me.

Coding evening classes with an experienced coach
Delivered OnlineFlexible Dates
£26

Construction Management, Cost Estimation and Safety Training

4.7(47)

By Academy for Health and Fitness

***24 Hour Limited Time Flash Sale*** Construction Management, Cost Estimation and Safety Training Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter Set the cornerstone for your career in construction with our "Construction Management, Cost Estimation and Safety Training" eight-course bundle. Consisting of three Quality Licence Scheme-endorsed courses in Construction Management, Construction Cost Estimation, and Construction Safety, you will receive a hardcopy certificate for each to showcase your theoretical knowledge and dedication. This bundle is also fortified with five CPD QS accredited courses. Key Features of the Construction Management, Cost Estimation and Safety Training Bundle: 3 QLS-Endorsed Courses: We proudly offer 3 QLS-endorsed courses within our Construction Management, Cost Estimation and Safety Training bundle, providing you with industry-recognized qualifications. Plus, you'll receive a free hardcopy certificate for each of these courses. QLS Course 01: Construction Management QLS Course 02: Construction Cost Estimation QLS Course 03: Construction Safety 5 CPD QS Accredited Courses: Additionally, our bundle includes 5 relevant CPD QS accredited courses, ensuring that you stay up-to-date with the latest industry standards and practices. Course 01: Construction Industry Scheme (CIS) Course 02: LEED V4 - Building Design and Construction Course 03: WELL Building Standard Course 04: Construction Estimation using RSMeans Course Course 05: AutoCAD VBA Programming - Beginner course In Addition, you'll get Five Career Boosting Courses absolutely FREE with this Bundle. Course 01: Professional CV Writing Course 02: Job Search Skills Course 03: Self-Esteem & Confidence Building Course 04: Professional Diploma in Stress Management Course 05: Complete Communication Skills Master Class Convenient Online Learning: Our Construction Management, Cost Estimation and Safety Training courses are accessible online, allowing you to learn at your own pace and from the comfort of your own home. Learning Outcomes: Understand the theoretical principles of Construction Management. Learn the essentials of Construction Cost Estimation. Gain knowledge about Construction Safety protocols. Get familiar with the Construction Industry Scheme (CIS). Understand LEED V4 Building Design and WELL Building Standard. Learn to estimate construction costs using RSMeans. Get introduced to AutoCAD VBA Programming. Discover the world of construction with our expertly designed eight-course bundle, tailored to provide a comprehensive theoretical understanding of construction management, cost estimation, and safety. From getting acquainted with CIS, LEED V4 and WELL standards to using RSMeans for estimation and introduction to AutoCAD VBA programming, this bundle is your gateway to the construction industry. CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Individuals aiming for a theoretical understanding of Construction Management. Aspiring professionals looking for comprehensive knowledge in Cost Estimation and Construction Safety. Anyone keen to understand the Construction Industry Scheme (CIS) and LEED V4 & WELL Building Standards. Career path Construction Manager - Avg. salary: £44,000 per year. Cost Estimator in construction - Avg. salary: £38,000 per year. LEED Consultant - Avg. salary: £42,000 per year. WELL Building Standard Consultant - Avg. salary: £45,000 per year. AutoCAD Programmer - Avg. salary: £39,000 per year. Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - Included

Construction Management, Cost Estimation and Safety Training
Delivered Online On Demand43 hours
£309

SAFe for Teams: Virtual In-House Training

By IIL Europe Ltd

SAFe® for Teams: Virtual In-House Training Build the skills needed to become a high-performing team member of an Agile Release Train (ART) and learn how to collaborate effectively with other teams by becoming a SAFe® 5 Practitioner (SP). During this course, you will gain an in-depth understanding of the ART, how it delivers value, and what you can do to effectively perform the role using Scrum, Kanban, and Extreme Programming (XP). You will also learn how to write stories and break down features, plan and execute iterations, and plan Program Increments. Finally, you'll learn about the continuous delivery pipeline and DevOps culture, how to effectively integrate with other teams in the program, and what it takes to continuously improve the train. What you will Learn To perform the role of a SAFe® Practitioner, you should be able to: Apply SAFe® to scale Lean and Agile development in their enterprise Know their team and its role on the Agile Release Train Know all other teams on the train, their roles, and the dependencies between the teams Plan Iterations Execute Iterations and demonstrate value Plan Program Increments Integrate and work with other teams on the train Introducing the Scaled Agile Framework® (SAFe®) Building an Agile Team Planning the Iteration Executing the Iteration Executing the Program Increment Practicing SAFe®

SAFe for Teams: Virtual In-House Training
Delivered OnlineFlexible Dates
£1,650

Oracle 12c - PL/SQL Fundamentals

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for individuals who are Application designers and database developers, database administrators and web server administrators. Overview Upon successful completion of this course, students will be able to work with Oracle database programming using the PL/SQL programming language. They will learn the syntax, structure and features of the language. In this course, students will learn the foundation for the programming series and the use of database-resident stored program units for Oracle 12c. Selection & Setup of the Database Interface Considering Available Tools Selecting the Appropriate Tool Oracle Net Database Connections Oracle PAAS Database Connections Setup SQL Developer Setup SQL*Plus Setup Jdeveloper About Bind & Substitution Variables Using SQL Developer Using SQL*Plus Choosing a Database Programming Language What is Database Programming? PL?SQL Performance Advantages Integration wth Other Languages PL/SQL Language Fundamentals PL/SQL Program Structure LANGUAGE SYNTAX RULES EMBEDDING SQL WRITING READABLE CODE GENERATING DATABASE OUTPUT SQL*PLUS INPUT OF A PROGRAM BLOCK Declare Section About the Declare Section DECLARE PRIMITIVE TYPES DECLARATION OPTIONS NOT NULL CONSTANT DATA DICTIONARY INTEGRATION %TYPE DECLARE SIMPLE USER---DEFINED TYPES TYPE... TABLE TYPE... RECORD EXTENDED USER---DEFINED TYPES Begin Section About the Begin Section Manipulating Program Data Logic Control & Branching GOTO LOOP IF-THEN-ELSE CASE Exception Section ABOUT THE EXCEPTION SECTION ISOLATING THE SPECIFIC EXCEPTION PRAGMA EXCEPTION_INIT SQLCODE &SQLERRM Example SQL%ROWCOUNT &SELECT...INTO Beyond the Basics: Explicit Cursors ABOUT EXPLICIT CURSORS EXTENDED CURSOR TECHNIQUES FOR UPDATE OF Clause WHERE CURRENT OF Clause Using FOR?LOOP Cursors Beyond the Basics: Nested BlocksBeyond the Basics: Declared Subprograms USING DECLARED SUBPROGRAMS DECLARED PROCEDURE DECLARED FUNCTION Introducing Databse-Resident Program Units ABOUT DATABASE---RESIDENT PROGRAMS PHYSICAL STORAGE & EXECUTION TYPES OF STORED PROGRAM UNITS STORED PROGRAM UNIT ADVANTAGES MODULAR DESIGN PRINCIPLES Creating Stored Procedures & Functions STORED PROCEDURES & FUNCTIONS CREATE PROCEDURE / CREATE FUNCTION CREATING PROCEDURES & FUNCTIONS RAISE_SALARY() Procedure SALARY_VALID() Function THE PARAMETER SPECIFICATION DEFAULT Clause SYSTEM & OBJECT PRIVILEGES USING THE DEVELOPMENT TOOLS Executing Stored Procedures & Functions CALLING PROCEDURES & FUNCTIONS UNIT TESTING WITH EXECUTE ANONYMOUS BLOCK UNIT TESTING SPECIFYING A PARAMETER NOTATION SQL WORKSHEET UNIT TESTING CALLING FUNCTIONS FROM SQL Maintaining Stored Program Units RECOMPILING PROGRAMS Mass Recompilation Using UTL_RECOMP() DROPPING PROCEDURES & FUNCTIONS DROP PROCEDURE / FUNCTION DATA DICTIONARY METADATA Using USER_OBJECTS Using USER_SOURCE Using USER_ERRORS Using USER_OBJECT_SIZE Using USER_DEPENDENCIES Managing Dependencies DEPENDENCY INTERNALS TRACKING DEPENDENCIES THE DEPENDENCY TRACKING UTILITY SQL DEVELOPER DEPENDENCY INFO DEPENDENCY STRATEGY CHECKLISTS Creating & Maintaining Packages ABOUT PACKAGES CREATING PACKAGES MAINTAINING PACKAGES PERFORMANCE CONSIDERATIONS Advanced Package Capabilities DEFINER & INVOKER RIGHTS WHITE LITS & ACCESSIBLE BY PERSISTENT GLOBAL OBJECTS DEFINING INITIALIZATION LOGIC OBJECT ORIENTATION SUPPORT Advanced Cursor Techniques USING CUSROS VARIABLES USING SYS_REFCURSOR USING CURSOR EXPRESSIONS Using System-Supplied Package DBMS_OUTPUT() UTL_FILE() FOPEN() EXAMPLE Database Trigger Concepts ABOUT DATABASE TRIGGERS DML EVENT TRIGGER SUB---TYPES DATABASE TRIGGER SCENARIO TRIGGER EXECUTION MECHANISMS TRIGGERS WITHIN SQL WORKSHEET Creating Database Triggers STATEMENT-LEVEL TRIGGERS Using RAISE_APPLICATION_ERROR() ROW---LEVEL TRIGGERS EXAMPLES OF TRIGGERS EMPLOYEE_SALARY_CHECK Example EMPLOYEE_JOURNAL Example BUDGET_EVENT Example INSTEAD OF TRIGGERS TRIGGERS WITHIN AN APPLICATION Maintaining Database Triggers CALL SYNTAX TRIGGER MAINTENANCE TASKS SHOW ERRORS TRIGGER DROP TRIGGER ALTER TRIGGER MULTIPLE TRIGGERS FOR A TABLE HANDLING MUTATING TABLE ISSUES Implementing System Event Triggers WHAT ARE SYSTEM EVENT TRIGGERS? DEFININGTHE SCOPE AVAILABLE SYSTEM EVENTS SYSTEM EVENT ATTRIBUTES

Oracle 12c - PL/SQL Fundamentals
Delivered OnlineFlexible Dates
Price on Enquiry

Raspberry Pi and Arduino — Go to the Next Level

By Packt

This course is for you if you are already familiar with Arduino and Raspberry Pi and want to learn more about using these boards and how to combine them to make more complicated and significant projects. In this course, we will go from an intermediate level to an advanced level on both the individual boards as well as when combined and discover how to build our own unique projects using them. Discover how to combine Arduino and Raspberry Pi to create complex projects in this intermediate to advanced level course. Build unique projects with hands-on experience and take your skills to the next level. This is perfect for those familiar with both boards.

Raspberry Pi and Arduino — Go to the Next Level
Delivered Online On Demand8 hours 57 minutes
£41.99

Apache Spark 3 Advance Skills for Cracking Job Interviews

By Packt

A carefully structured advanced-level course on Apache Spark 3 to help you clear your job interviews. This course covers advanced topics and concepts that are part of the Databricks Spark certification exam. Boost your skills in Spark 3 architecture and memory management.

Apache Spark 3 Advance Skills for Cracking Job Interviews
Delivered Online On Demand3 hours 47 minutes
£67.99

Build and Learn ASP.NET 6.0 Blazor Hands-On

By Packt

This course is a comprehensive guide to the Blazor framework and covers everything from basic features to advanced concepts, including data binding, routing, and lifecycle methods. This is a basic course to start with and requires no prior knowledge of Blazor with some knowledge of C# or any other high-level programming language skills.

Build and Learn ASP.NET 6.0 Blazor Hands-On
Delivered Online On Demand9 hours 47 minutes
£82.99

R Ultimate 2023 - R for Data Science and Machine Learning

By Packt

Get involved in a learning adventure, mastering R from foundational basics to advanced techniques. This course is a gateway to the realm of data science. Explore statistical machine learning models and intricacies of deep learning and create interactive Shiny apps. Unleash the power of R and elevate your proficiency in data-driven decision-making.

R Ultimate 2023 - R for Data Science and Machine Learning
Delivered Online On Demand22 hours 16 minutes
£59.99

HTML & CSS Coding for Beginners (Exam Included)

By Hudson

If you’re looking to start a career in HTML & CSS coding, but don’t know where to begin, this might be for you. This course is aimed at absolute beginners that have never done any coding before. Early on in the course, you’ll learn what coding is, what certain types of languages are used for, specifically HTML & CSS, and the types of careers available through learning HTML & CSS.

HTML & CSS Coding for Beginners (Exam Included)
Delivered Online On Demand
£954