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

4304 Courses delivered Online

Structural Geology Online Course

By Compliance Central

Take our Structural Geology Online Course and go on an intellectual journey aimed at solving the secrets of geology. Discover the forces that have shaped our world as you immerse yourself in the fascinating field of geology. This course promises a voyage through time, revealing the hidden stories beneath the surface, and is specially tailored for enthusiastic geology students. Explore the fascinating world of folds, faults, tectonic structures, and rock deformation with a focus on geology. Through the lens of geology, watch as the story of the Earth is revealed right before your very eyes. Learning Outcomes: Gain a profound understanding of the fundamental principles of geology. Analyse rock deformation mechanisms with precision and insight. Identify and interpret folds, faults, and tectonic structures through the lens of geology. Explore regional structural settings, unravelling geological mysteries through the perspective of geology. Apply theoretical knowledge of geology to real-world scenarios in diverse applications. Take an online course on structural geology and learn about the fascinating discipline of geology while travelling through the Earth's structural dynamics. Providing you with insights into folds, faults, and rock deformation, this carefully designed curriculum leads you through the intricacies of geology. Thanks to the lack of practical experience requirements, you can study innovative applications and regional structural settings exclusively through the theoretical framework of geology. Become deeply involved in the study of geology and develop a comprehensive grasp of the planet's dynamic past and present. Grab this chance to become efficient in the language of the Earth, emphasising the fundamentals of geology. CPD 1015 CPD hours / points Accredited by CPD Quality Standards Introduction to Structural Geology 15:26 1: Introduction to Structural Geology 15:26 Rock Deformation Mechanisms 13:39 2: Rock Deformation Mechanisms 13:39 Folds and Folding 16:55 3: Folds and Folding 16:55 Faults and Faulting 12:26 4: Faults and Faulting 12:26 Tectonic Structures and Plate Tectonics 13:44 5: Tectonic Structures and Plate Tectonics 13:44 Regional Structural Settings 13:21 6: Regional Structural Settings 13:21 Advanced Techniques and Applications 14:33 7: Advanced Techniques and Applications 14:33 Order Your CPD Quality Standard Certificate (Optional) 01:00 8: CPD Certificate (Optional) 01:00 Who is this course for? Enthusiasts with a keen interest in understanding the Earth's geological history through the lens of geology. Students pursuing academic excellence in the geological sciences. Professionals seeking to broaden their knowledge in geology for career advancement. Individuals with a fascination for the structural dynamics of the Earth, explored through the field of geology. Anyone curious about the forces that have shaped our planet, delving into the principles of geology. Requirements To enrol in this Geology course, all you need is a basic understanding of the English Language and an internet connection. Career path Geological Surveyor: £30,000 - £45,000 per annum Geotechnical Engineer: £35,000 - £50,000 per annum Environmental Consultant: £40,000 - £55,000 per annum Petroleum Geologist: £45,000 - £70,000 per annum Exploration Geophysicist: £50,000 - £80,000 per annum Certificates Reed Courses Certificate of Completion Digital certificate - Included Will be downloadable when all lectures have been completed. CPD Quality Standard Certificate Digital certificate - £7.99

Structural Geology Online Course
Delivered Online On Demand1 hour 42 minutes
£12

NLP Practitioner Online Course

4.8(9)

By Skill Up

Unlock your potential and achieve your goals with NLP Practitioner Online Course. Learn the essential NLP skills and techniques to create lasting change in your life.

NLP Practitioner Online Course
Delivered Online On Demand3 hours 11 minutes
£25

Biochemistry and Biotechnology Courses - QLS Endorsed

By Imperial Academy

2 QLS Endorsed Courses | CPD Certified | Free PDF & Hardcopy Certificates | 180 CPD Points | Lifetime Access

Biochemistry and Biotechnology Courses - QLS Endorsed
Delivered Online On Demand
£159

MySQL for developers

5.0(3)

By Systems & Network Training

MySQL for developers training course description This MySQL Developers training course is designed for MySQL Developers who have a good understanding of a MySQL database and experience of using SQL commands. The course provides further practical experience in more advanced MySQL commands and SQL statements including Stored Routines, Triggers and Event Scheduling. What will you learn Provide the skills needed to write more advanced queries and database maintenance statements on a MySQL database. Use advanced features of the MySQL Client. Use advanced data types. Manage the structure of databases and tables. Manage and using indexes. Write complex SQL query statements. Use advanced SQL expressions. Use advanced SQL functions. Perform advanced Insert, Update, Delete, Replace and Truncate Operations. Use user variable syntax and properties. Import and export data from within MySQL. Import and export data from the command line. Perform complex joins to access multiple tables. Perform complex subqueries. Create, manage and us views. Use prepared statements. Create and use stored routines. Create and use triggers. Obtain database metadata. Optimize queries. Work with the main storage engines. Debug MySQL applications. MySQL for developers training course details Who will benefit: MySQL Developers who have a basic understanding of a MySQL database and SQL commands as covered on the Introduction to MySQL course. Prerequisites: MySQL foundation Duration 5 days MySQL for developers training course contents Introduction Administration and Course Materials, Course Structure and Agenda, Delegate and Trainer Introductions. Client/server concepts MySQL client/server architecture, Server modes, Using client programs, Logging in options, Configuration files, Precedence of logging in options Hands on Using client/server The MySQL client program Using MySQL interactively, The MySQL prompts, Client commands and SQL statements, Editing, Selecting a database, Help, Safe updates, Using script files, Using a source file, Redirecting output into a file, Command line execution, Mysql output formats, Overriding the defaults, Html and xml output, MySQL Utilities. Hands on Using the MySQL client program Data types Bit data type, Numeric data types, Auto_increment, Character string data types, Character sets and collation, Binary string data types, Enum and Set data types, Temporal data types, Timezone support, Handling Missing Or Invalid Data Values, SQL_MODE options. Hands on Using data types Identifiers Using Quotes with identifier naming, Case sensitivity in Identifier naming, Qualifying columns with table and database names, Using reserved words as identifiers, Function names Hands on Using identifiers Databases Database properties, Creating a database, Selecting a database, Altering databases, Dropping databases, Obtaining database metadata, The SHOW command, The INFORMATION_SCHEMA database, The SHOW CREATE command Hands on Using databases Tables and indexes Table properties, Creating tables, Create table using Select or Like, Temporary tables and memory tables, Altering tables, Adding columns, Changing column widths and types, Renaming columns, Dropping columns, Adding constraints, Dropping constraints, Renaming tables, Change the table storage engine, Multiple alterations, Dropping tables, Emptying tables, Obtaining table metadata, Show create table, The information_schema, Index introduction, Structure of a mysql index, Creating and dropping indexes, Creating an index, Altering a table to add an index, Specifying index type, Dropping indexes, Obtaining Index Metadata. Hands on Creating, altering and dropping tables/indexes Querying for data The SQL select statement and MySQL differences, Advanced order by, Order by and collation, Order by with enum datatype, Order by with Set datatype, Ordering with distinct and group by Special features of union, Limit and order by clauses, Group By clause, Group_concat, Using Rollup in a Group By clause. Hands on Querying for data SQL Expressions and functions Components of expressions, Nulls, Numeric expressions, String expressions, Temporal expressions, Comparison functions, Flow control functions, Numeric functions, String functions, Temporal functions. Hands on Using expressions and functions Updating data Update operations and privileges, Inserting rows, Insert using a set clause, Inserting duplicate values, Replacing rows, Updating rows, Update using the order by and limit clauses, Deleting rows, The delete and truncate statements. Exercise: Inserting, updating, replacing and deleting data Connectors MySQL client interfaces, MySQL connectors, Oracle and community conectors, Connecting to MySQL server using Java and PHP connectors, MySQL and NoSQL, Innodb integration with memcached. Obtaining database metadata What is metadata?, The mysqlshow utility, The show and describe commands, Describing tables, The information_schema, Listing tables, Listing columns, Listing views, Listing key_columns_usage. Hands on Obtaining database metadata Debugging Mysql error messages, The show statement, Show errors, Show count(*) errors, Show warnings, Show count(*) warnings, Note messages, The perror utility. Hands on Debugging Joins Overview of inner joins, Cartesian product, Inner joins with original syntax, Non equi-join, Using table aliases to avoid name clashes, Inner Joins With ISO/ANSI Syntax, Outer Joins, Left outer joins, Right outer joins, Full outer joins, Updating multiple tables simultaneously, Updating rows in one table based on a condition in another, Updating rows in one table reading data from another, Deleting from multiple tables simultaneously, Deleting rows in one table based on a condition in another. Hands on Coding joins Subqueries Types of subquery, Multiple-column subqueries, Correlated subqueries, Using the ANY, ALL and SOME operators, Using the EXISTS operator, Subqueries as scalar expressions, Inline views, Converting subqueries to joins, Using subqueries in updates and deletes. Hands on Coding subqueries Views Why views are used, Creating views, View creation restrictions, View algorithms, Updateable views, Altering and dropping views, Displaying information about views, Privileges for views. Hands on Using views Import and Export Exporting using SQL, Privileges required to export data, Importing using SQL, Messages when loading data, Privileges required to load data, Exporting from the command line, Mysqldump main options, Importing from the command line, Mysqlimport main options. Hands on Importing and exporting User variables and prepared statements Creating User variables, User variables in a select, Prepared statements, The prepare statement, The execute statement, The deallocate statement, Using prepared statements in code, with connectors. Hands on Using variables and prepared statements Introduction to stored routines Types of stored routines, Benefits of stored routines, Stored routine features, Differences between procedures and functions, Introduction to the Block, Declaring variables and constants, Assigning values to variables, Definer rights and invoker rights, Using SELECT in stored routines, Altering and dropping stored routines, Obtaining stored routine metadata, Stored routine privileges and execution security. Hands on Writing simple stored routines Stored routines - program logic The IF .. THEN .. ELSEIF construct, The CASE statement, The basic loop, The while loop, The repeat loop, The iterate statement, Nested loops. Hands on Writing stored routines with program logic Stored routines - exception handlers and cursors Dealing with errors using Exception handlers, Cursors, What is a cursor?, Cursor operations, Declaring cursors, Opening and closing cursors, Fetching rows, Status checking. Hands on Writing stored routines with program logic Procedures with parameters Creating procedures with parameters, Calling Procedures With Parameters. Hands on Writing stored routines with parameters Functions What is a function?, The create function statement, Executing functions, Executing functions from code, Executing functions from SQL statements, The deterministic and SQL clauses. Hands on Writing functions Triggers Trigger creation, Restrictions on triggers, The create trigger statement, Using the old and new qualifiers, Managing triggers, Destroying triggers, Required privileges. Hands on Writing triggers Basic optimizations Normalisation of data to third normal form, Using indexes for optimization, General query enhancement, Using Explain to analyze queries, Choosing an INNODB or MYISAM storage engine, Using MySQL Enterprise Monitor in query optimization. Hands on Making use of basic optimizations More about indexes Indexes and joins Hands on Investigating indexes and joins

MySQL for developers
Delivered in Internationally or OnlineFlexible Dates
£2,797

Carbon Capture, Utilization & Storage (CCUS) Well Design & Monitoring

By EnergyEdge - Training for a Sustainable Energy Future

About this training course This 3-days training will provide a comprehensive review of integrity of wells exposed to carbon dioxide (CO2) in the context of Carbon Capture Utilization for enhanced oil recovery and Storage (CCUS). CO2 geological storage is a proven technology to reduce greenhouse gas emissions from sources such as coal power plants, cement kilns and steel mills. Wells are widely considered the most critical containment element, especially older wells that are not used to inject CO2 or monitor the plume evolution in the storage reservoir. The main reason for this perceived risk is the high corrosion rate of carbon steel when exposed to wet CO2, and the tendency of Portland cement to react with the gas. The training course advanced contents build on 15 years' experience in carbon storage, both in the development and deployment of technologies. First-hand, in-depth knowledge of the subject will allow us to debunk myths and focus on the real challenges of wells encountering CO2. Training Objectives After the completion of this training course, participants will be able to: Explain the CCUS market drivers Examine the behavior of CO2, on surface and in the reservoir Diagnose cement defects and design repairs Understand the limits of Portland cement Assess the benefits of different technologies and materials Realize why geology is a dominant factor in cement performance Critically choose the most appropriate monitoring techniques Classify aging processes of cement, steel, and rock when exposed to CO2 Assess the risk of existing wells if they encounter the CO2 plume Examine recent advances in real-time approaches to the production monitoring and lift management Target Audience This training course is suitable and will greatly benefit: All surface technical personnel such as process engineers & technologists Facility engineers, production engineers & technologists Drilling engineers and Well engineers Design engineers and Integrity engineers P&A engineers and Cementing engineers Geologists Senior management executives will benefit from this training as covers an overview of the technical and commercial details of CO2 capture technologies and risks involved. Course Level Intermediate Training Methods The training instructor relies on a highly interactive training method to enhance the learning process. This method ensures that all participants gain a complete understanding of all the topics covered. The training environment is highly stimulating, challenging, and effective because the participants will learn by case studies which will allow them to apply the material taught in their own organization. Course Duration: 3 days in total (21 hours). Training Schedule 0830 - Registration 0900 - Start of training 1030 - Morning Break 1045 - Training recommences 1230 - Lunch Break 1330 - Training recommences 1515 - Evening break 1530 - Training recommences 1700 - End of Training The maximum number of participants allowed for this training course is 20. This course is also available through our Virtual Instructor Led Training (VILT) format. Trainer Your expert course leader is an engineer with a passion for well integrity and possesses 28 years of international experience in field operations, technology development and management in the oil & gas and carbon storage sectors. Since 2018 he is program chair of the Well Integrity Technical Section of the Society of Petroleum Engineers (SPE). He is also author or co-author of 31 technical papers, a book chapter on CO2 geological storage and 7 patent applications. He delivers training on well integrity, plug and abandonment, asset integrity, risk management and QHSE across the Eastern Hemisphere, and carries out active research on harnessing geological barriers, modeling leaks through cement, and quantifying methane emissions from oil & gas wells. He has extensive expertise in: Well integrity, cementing, corrosion, upstream oil & gas (drilling, completion), carbon capture and storage, mathematical modeling, risk management, reliability, HSSE (health/safety/security/environment), asset integrity, management systems, sustainable development, project management, portfolio management, training, and technology development and innovation. He has personally worked on CCS projects in Europe (France, Germany, Netherlands, Norway), Algeria, Japan and USA. Partial list of companies that have benefited from the trainer's expertise: Vermilion Energy Geostock Aker BP Shell Statoil ENI TNO Geogreen Wintershall Archer INA and many more Recent CCS consulting track record: Schlumberger Total Oxand TNO THREE60 Energy and others POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information post training support and fees applicable

Carbon Capture, Utilization & Storage (CCUS) Well Design & Monitoring
Delivered in Internationally or OnlineFlexible Dates
£2,790 to £3,245

Investment Banking Level 2 & 3 at QLS

By Imperial Academy

Level 3 QLS Endorsed Course | Endorsed Certificate Included | Plus 5 Career Guided Courses | CPD Accredited

Investment Banking Level 2 & 3 at QLS
Delivered Online On Demand
£129

Level 5 Diploma in Accounting and Finance - QLS Endorsed Course

5.0(2)

By Training Express

**10 FREE QLS Endorsed Certificates and Included with Lifetime Access** The Level 5 Diploma in Accounting and Finance is designed to provide individuals with a solid foundation in accounting and finance practices. This accredited course offers an in-depth exploration of key concepts such as financial management, accounting principles, and the preparation of financial statements. As a QLS-endorsed programme, it is structured to meet the needs of learners seeking a comprehensive understanding of the theoretical and analytical aspects of the accounting profession, providing them with the knowledge needed to progress within this field. Ideal for those aiming for higher positions in accounting and finance, this course also caters to individuals looking to formalise their qualifications. By studying this diploma, learners will develop essential competencies that can help in various accounting roles. The qualification offers an academic route for career progression, with a focus on equipping students with the necessary tools to succeed in the modern financial landscape. It is suitable for both those new to the profession and those looking to formalise their existing expertise. Accounting and Finance - QLS Endorsed Bundle Includes the following Courses Course 01: Diploma in Accounting and Finance at QLS Level 5 Course 02: Award in Accounting & Bookkeeping at QLS Level 2 Course 03: Award in Business Finance at QLS Level 2 Course 04: Diploma in Financial Reporting at QLS Level 4 Course 05: Certificate in Office Admin and Organisation Skills at QLS Level 3 Course 06: Diploma in Facilities Management at QLS Level 5 Course 07:Diploma in Economics at QLS Level 5 Course 08: Diploma in Business Analysis at QLS Level 5 Course 09: Diploma in Business and Management at QLS Level 5 Course 10: Diploma in Forex Trading at QLS Level 5 Learning Outcomes Master financial reporting principles for strategic decision-making. Analyse and interpret economic factors influencing business dynamics. Develop advanced skills in business analysis and decision support. Acquire proficiency in bookkeeping and essential business finance concepts. Demonstrate expertise in office administration and organisational skills. Navigate the complexities of facilities management with strategic efficiency. Gain insights into economic theories and their practical applications. Excel in business and management with a comprehensive QLS Level 5 diploma. Expand knowledge in forex trading strategies and market dynamics. Cultivate versatile skills for diverse roles in the finance and business sectors. Key Features 10 FREE QLS Endorsed Certificate Fully online, interactive course Self-paced learning and laptop, tablet, smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases In a realm where every penny counts and every decision reverberates through balance sheets, mastering the art of accounting and finance is not just a skill-it's a strategic advantage. Whether you're a seasoned professional aiming to sharpen your financial acumen or a newcomer eager to dive into the dynamic world of numbers, our bundle is your way to fiscal excellence. Dive into the intricacies of financial reporting, business analysis, and economics, equipping yourself with the skills needed for success in today's dynamic landscape. Explore the realms of accounting, bookkeeping, and business finance, gaining a solid foundation in the fundamentals. Go into the strategic aspects of business and management, honing your decision-making prowess. Elevate your proficiency in office administration and organisation skills, ensuring you're equipped with the versatility demanded by modern workplaces. Navigate the complexities of facilities management and forex trading, emerging with a robust skill set. This comprehensive bundle is designed to empower you with a diverse skill set, making you an invaluable asset in the realms of finance, business, and management. Go on a learning journey with outcomes that include mastering financial reporting, honing business analysis skills, and becoming adept in office administration. Develop expertise in economic principles, strengthen decision-making abilities in business and management, and gain proficiency in forex trading strategies. Enhance organisational skills, dive into the nuances of facilities management, and build a foundation in bookkeeping and business finance. This bundle opens doors to various career paths, ensuring you are well-prepared for the diverse challenges of the professional landscape. If you aspire to excel in financial reporting, business analysis, or office administration, this course is tailored for you. Perfect for individuals aiming for managerial roles or those intrigued by the intricacies of forex trading and facilities management, this bundle caters to diverse career aspirations. Join us on this educational journey and empower yourself for success in the competitive world of finance and business. Certificate Once you've successfully completed your course, you will immediately be sent a CPD Accredited PDF certificate. Also, you can have your printed certificate delivered by post (shipping cost £3.99). After successfully completing the assignment, learners will be able to order FREE QLS Endorsed certificate for Each Courses. CPD 60 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Recent graduates seeking a strong foundation in finance and business. Aspiring professionals aiming for managerial roles. Individuals looking to advance their careers in accounting and finance. Those intrigued by the strategic aspects of business analysis. Office administrators aspiring to enhance their organisational skills. Professionals interested in the complexities of facilities management. Individuals with a passion for economics and its practical applications. Aspiring forex traders eager to master market dynamics. Career path Financial Analyst Business Development Manager Office Administrator Facilities Manager Economic Researcher Forex Trader Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - Included Hardcopy Certificate (UK Delivery): For those who wish to have a physical token of their achievement, we offer a high-quality, printed certificate. This hardcopy certificate is also provided free of charge. However, please note that delivery fees apply. If your shipping address is within the United Kingdom, the delivery fee will be only £3.99. Hardcopy Certificate (International Delivery): For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. QLS Endorsed Certificate Hard copy certificate - Included

Level 5 Diploma in Accounting and Finance - QLS Endorsed Course
Delivered Online On Demand1 hour
£499

Acupressure & Massage Therapy Course

4.5(3)

By Studyhub UK

Dive into the rejuvenating world of the 'Acupressure & Massage Therapy Course', where ancient methods meet contemporary knowledge. Whether you're seeking to enhance your understanding of the human body or eager to master the art and science behind acupressure, this course unveils it all. From delving deep into anatomy to grasping the intricacies of therapy techniques, emerge as a proficient practitioner, ready to make a lasting impact in the wellness sector. Learning Outcomes Understand the foundational concepts of acupressure and its therapeutic benefits. Acquire comprehensive knowledge of human anatomy and physiological systems. Master a diverse range of acupressure and massage therapy techniques. Learn to address specific health conditions using tailored acupressure interventions. Recognise the importance of self-care and ongoing professional growth in the therapy sector. Why buy this Acupressure & Massage Therapy Course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the 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. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Acupressure & Massage Therapy Course for? Individuals eager to pursue a career in alternative therapies. Wellness enthusiasts keen to expand their knowledge base. Practitioners looking to incorporate acupressure techniques into their services. Those aspiring to promote holistic health and well-being. Individuals keen on understanding the interplay of acupressure and massage therapy. Career path Acupressure Therapist: £28,000 - £40,000 Massage Therapist: £22,000 - £35,000 Spa Manager: £25,000 - £45,000 Holistic Health Practitioner: £30,000 - £50,000 Wellness Consultant: £32,000 - £48,000 Therapy Trainer/Educator: £27,000 - £42,000 Prerequisites This Acupressure & Massage Therapy Course does not require you to have any prior qualifications or experience. You can just enrol and start learning. This course 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 Module 01: Introduction to Acupressure & Massage Therapy Introduction to Acupressure & Massage Therapy 00:18:00 Module 02: Anatomy and Physiology Fundamentals Anatomy and Physiology Fundamentals 00:18:00 Module 03: Techniques and Applications of Acupressure Techniques and Applications of Acupressure 00:20:00 Module 04: Treating Specific Conditions with Acupressure Treating Specific Conditions with Acupressure 00:26:00 Module 05: Fundamentals of Massage Therapy Fundamentals of Massage Therapy 00:19:00 Module 06: Massage Therapy Techniques and Applications Massage Therapy Techniques and Applications 00:18:00 Module 07: Integrative Approaches in Acupressure & Massage Therapy Integrative Approaches in Acupressure & Massage Therapy 00:19:00 Module 08: Self-Care and Professional Development Self-Care and Professional Development 00:20:00

Acupressure & Massage Therapy Course
Delivered Online On Demand2 hours 38 minutes
£10.99

Brainspotting and Trauma Treatment: An In-Depth Exploration

4.5(3)

By Studyhub UK

Embark on an enlightening journey into the realm of trauma treatment with our comprehensive course 'Brainspotting and Trauma Treatment: An In-Depth Exploration'. This course offers an immersive deep-dive into the world of brainspotting, a powerful therapy designed to help individuals overcome trauma and improve overall wellbeing. Through this course, you will gain a detailed understanding of the brainspotting process and techniques, and learn how to integrate brainspotting with other therapeutic modalities. You will explore the diverse applications of brainspotting, its effectiveness across different populations, and the ethical considerations involved in its use. This course aims to equip you with the knowledge and skills to navigate and contribute to the field of trauma therapy with competence and confidence. Learning Outcomes Understand the basics of brainspotting and the process involved. Apply brainspotting techniques in a therapeutic setting. Integrate brainspotting with other therapeutic modalities. Understand the various applications of brainspotting and its effectiveness in diverse populations. Be aware of the ethical considerations and professional development opportunities in the field of brainspotting. Why choose this Brainspotting and Trauma Treatment: An In-Depth Exploration course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the 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. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Brainspotting and Trauma Treatment: An In-Depth Exploration course for? Therapists and counsellors seeking to expand their therapeutic tool kit. Students studying psychology, counselling, or related disciplines. Professionals working in trauma recovery services. Individuals interested in understanding the process and benefits of brainspotting. Healthcare professionals interested in learning about innovative trauma treatment techniques. Career path Trauma Therapist: £35,000 - £45,000 per annum Brainspotting Specialist: £40,000 - £50,000 per annum Clinical Psychologist: £45,000 - £55,000 per annum Licensed Counselor: £38,000 - £48,000 per annum Social Work Supervisor: £42,000 - £52,000 per annum Mental Health Program Manager: £50,000 - £60,000 per annum Prerequisites This Brainspotting and Trauma Treatment: An In-Depth Exploration does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Brainspotting and Trauma Treatment: An In-Depth Exploration 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 Module 01: Introduction to Brainspotting Introduction to Brainspotting 00:10:00 Module 02: The Brainspotting Process The Brainspotting Process 00:14:00 Module 03: Brainspotting Techniques Brainspotting Techniques 00:13:00 Module 04: Integrating Brainspotting with Other Modalities Integrating Brainspotting with Other Modalities 00:15:00 Module 05: Applications of Brainspotting Applications of Brainspotting 00:19:00 Module 06: Brainspotting in Diverse Populations Brainspotting in Diverse Populations 00:16:00 Module 07: Ethical Considerations and Professional Development Ethical Considerations and Professional Development 00:17:00

Brainspotting and Trauma Treatment: An In-Depth Exploration
Delivered Online On Demand1 hour 44 minutes
£10.99

Advanced Programming Techniques with Python v1.2

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is designed for existing Python programmers who have at least one year of Python experience and who want to expand their programming proficiency in Python 3. Overview In this course, you will expand your Python proficiencies. You will: Select an object-oriented programming approach for Python applications. Create object-oriented Python applications. Create a desktop application. Create data-driven applications. Create and secure web service-connected applications. Program Python for data science. Implement unit testing and exception handling. Package an application for distribution. Python© continues to be a popular programming language, perhaps owing to its easy learning curve, small code footprint, and versatility for business, web, and scientific uses. Python is useful for developing custom software tools, applications, web services, and cloud applications. In this course, you'll build upon your basic Python skills, learning more advanced topics such as object-oriented programming patterns, development of graphical user interfaces, data management, creating web service-connected apps, performing data science tasks, unit testing, and creating and installing packages and executable applications. Lesson 1: Selecting an Object-Oriented Programming Approach for Python Applications Topic A: Implement Object-Oriented Design Topic B: Leverage the Benefits of Object-Oriented Programming Lesson 2: Creating Object-Oriented Python Applications Topic A: Create a Class Topic B: Use Built-in Methods Topic C: Implement the Factory Design Pattern Lesson 3: Creating a Desktop Application Topic A: Design a Graphical User Interface (GUI) Topic B: Create Interactive Applications Lesson 4: Creating Data-Driven Applications Topic A: Connect to Data Topic B: Store, Update, and Delete Data in a Database Lesson 5: Creating and Securing a Web Service-Connected App Topic A: Select a Network Application Protocol Topic B: Create a RESTful Web Service Topic C: Create a Web Service Client Topic D: Secure Connected Applications Lesson 6: Programming Python for Data Science Topic A: Clean Data with Python Topic B: Visualize Data with Python Topic C: Perform Linear Regression with Machine Learning Lesson 7: Implementing Unit Testing and Exception Handling Topic A: Handle Exceptions Topic B: Write a Unit Test Topic C: Execute a Unit Test Lesson 8: Packaging an Application for Distribution Topic A: Create and Install a Package Topic B: Generate Alternative Distribution Files

Advanced Programming Techniques with Python v1.2
Delivered OnlineFlexible Dates
Price on Enquiry