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

4698 Strength courses

Power Play: How the Energy System Really Works (and Why It Matters)

By Cenex (Centre of Excellence for Low Carbon & Fuel Cell Technologies)

How does the energy system work and what does it mean for EVs? This interactive session puts your team in charge of the grid. Game on.

Power Play: How the Energy System Really Works (and Why It Matters)
Delivered In-Person in InternationallyFlexible Dates
Price on Enquiry

Making Automated Trading Bot Using Python

4.5(3)

By Studyhub UK

Learn how to create an automated trading bot using Python with this comprehensive course. Master Python basics, understand trading fundamentals, build and integrate the bot with a broker API, and run it effectively. Learning Outcomes: Gain proficiency in Python programming for trading purposes. Understand the fundamental concepts of trading and market dynamics. Build a structured trading bot using Python and Github version control. Integrate the bot with a broker API for real-time trading functionality. Successfully run and manage the automated trading bot for efficient execution. Why buy this Making Automated Trading Bot Using Python? 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 Making Automated Trading Bot Using Python 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 Making Automated Trading Bot Using Python 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 Making Automated Trading Bot Using Python does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Making Automated Trading Bot Using Python 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 Making Automated Trading Bot Using Python is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Section 01: Introduction About the course structure 00:05:00 Why working is important? 00:04:00 The free and perfect tools 00:07:00 Our editor: Atom 00:04:00 Version control: Github 00:07:00 Python download (Mac) 00:05:00 Python download (Windows) 00:02:00 Section 02: Python Basics for Trading Introduction 00:03:00 Python Libraries 00:05:00 Iterators: for 00:08:00 Iterators: while 00:08:00 Conditionals: if & else 00:10:00 Logic gates: and & or 00:09:00 Error handling: try & except 00:09:00 Functions and calls to libraries 00:13:00 Objects and classes (1) 00:10:00 Objects and classes (2) 00:07:00 Debugging the code 00:12:00 Closing and wrap up 00:01:00 Section 03: Trading Basics Introduction 00:03:00 Fundamental vs Technical Analysis 00:04:00 Stocks vs CFDs 00:05:00 Long and Short positions 00:04:00 Takeprofit and Stoploss 00:03:00 Setting a real Stoploss 00:08:00 Limit and Market orders 00:10:00 Don't forget the spread 00:04:00 Stock data visualisation: candles 00:08:00 Technical Indicators: about 00:05:00 Exponential Moving Average 00:08:00 EMA use and interpretation 00:06:00 Relative Strength Index 00:07:00 Stochastic Oscillator 00:09:00 Closing and wrap up 00:01:00 Section 04: Bot Code General Structure Introduction 00:02:00 Overview 00:08:00 The Entry Strategy 00:10:00 About Tradingview 00:12:00 When to enter (1) 00:08:00 When to enter (2) 00:08:00 Open and hold a position 00:12:00 Closing a position 00:08:00 Review (1) 00:06:00 Review (2) 00:13:00 Closing 00:02:00 Section 05: Github Basics Introduction 00:04:00 Download and install Github 00:01:00 Create a repo 00:10:00 Working with branches 00:13:00 Section 06: Building Your Bot Introduction 00:05:00 Create the first bot file 00:07:00 Building the bot scheme 00:08:00 Complete your code scheme (1) 00:11:00 Complete your code scheme (2) 00:11:00 Complete your code scheme (3) 00:18:00 A logger to remember (1) 00:14:00 A logger to remember (2) 00:14:00 Organising your code 00:07:00 Main function: run bot 00:23:00 Link the bot and the library 00:08:00 Traderlib control functions (1) 00:12:00 Traderlib control functions (2) 00:13:00 Check if tradable function 00:06:00 Set stoploss function 00:10:00 Set takeprofit function 00:04:00 Load historical data function 00:01:00 Get open positions function 00:04:00 Submit and cancel order functions 00:04:00 Check positions function 00:09:00 The Tulipy libraries 00:07:00 Importing all the libraries 00:03:00 First filter: get general trend 00:19:00 Second filter: get instant trend 00:14:00 Third filter: RSI 00:08:00 Fourth filter: Stochastic Oscillator 00:14:00 Enter position (1) 00:13:00 Enter position (2) 00:11:00 Enter position (3) 00:15:00 Enter position (4) 00:08:00 Last check before opening 00:13:00 Exit position and get out 00:10:00 Linking everything (1) 00:12:00 Linking everything (2) 00:12:00 Linking everything (3) 00:15:00 Fixing a mistake: going Short 00:05:00 Handling all your variables 00:18:00 Closing and wrap up 00:01:00 Run function scheme clarification and rebuild 00:13:00 Section 07: Integrating the Broker API Introduction 00:03:00 The Alpaca Python API Wrapper 00:07:00 Initialising the REST API 00:09:00 Running the program (crash!) 00:06:00 Integration with check account (1) 00:08:00 Integration with check account (2) 00:05:00 Clean open orders function 00:10:00 Importing the trading library 00:04:00 Running the main 00:05:00 Check position function 00:09:00 Check if asset exists function 00:08:00 Fetching barset data (theory) 00:07:00 Fetching barset data (practice) 00:12:00 Updating the code for the Alpaca API V2 (explanation) 00:03:00 Updating the code for the Alpaca API V2 (implementation) 00:08:00 Organizing data with Pandas 00:06:00 Get general trend function (1) 00:08:00 Reframing the timeframe with Pandas 00:23:00 Get general trend function (2) 00:13:00 Get instant trend function 00:08:00 Get RSI function 00:06:00 Get Stochastic function 00:10:00 Get current price function 00:05:00 Finishing get shares amount 00:09:00 Opening a position (1) 00:12:00 Opening a position (2) 00:09:00 Check the open position 00:07:00 Cancelling the order (1) 00:20:00 Cancelling the order (2) 00:08:00 Making sure we cancelled 00:03:00 Get average entry price function 00:10:00 Fixing bugs when getting price 00:18:00 Check Stochastic crossing 00:02:00 Holding an open position 00:11:00 Submitting the exit order 00:08:00 Closing position and out (1) 00:08:00 Closing position and out (2) 00:10:00 Closing and wrap up 00:01:00 Section 08: Running the Trading Bot Introduction 00:03:00 Filtering asset by price and volume 00:07:00 Get the bot ready to trade 00:04:00 Running the Trading Bot with AAPL 00:09:00 A real open position 00:08:00 Debugging and bug fixing 00:12:00 Fixing one (last) bug 00:02:00 Running the bot with TSLA 00:10:00 Discussing EMA implementations 00:12:00 Closing and wrap up 00:02:00

Making Automated Trading Bot Using Python
Delivered Online On Demand18 hours 39 minutes
£10.99

Chemical & Biomedical Science Mini Bundle

By Compete High

Break into the booming fields of chemical and biomedical sciences with the Chemical & Biomedical Science Mini Bundle. Designed for career-driven individuals aiming to land roles in industries like pharmaceuticals, biotech, healthcare, and environmental science, this bundle equips you with essential knowledge in Biomedical Engineering, Biology, Chemistry, Chemical Engineering, and Data Analysis. Employers want candidates who bring interdisciplinary strength—combine your expertise in these five core areas and stand out in a market hungry for practical, analytical, and technical skills. Description Science and technology sectors are evolving rapidly, and job roles demand a deep understanding of both biological systems and chemical processes, coupled with the ability to analyze complex data. This bundle arms you with mastery over Biomedical Engineering, the foundation of Biology, advanced Chemistry, applied Chemical Engineering, and critical Data Analysis skills. Employers in pharmaceutical companies, research institutions, healthcare providers, and chemical manufacturing are actively seeking candidates with this integrated skill set. Your expertise in Biomedical Engineering and Biology opens doors to medical innovation, while Chemistry and Chemical Engineering fuel breakthroughs in material and process design. Top it off with Data Analysis, and you’re ready to extract actionable insights from research data. In a highly competitive science job market, this bundle makes you job-ready and career-focused. FAQ Who is this bundle ideal for? Students, graduates, and professionals aiming for careers in biotech, pharmaceuticals, healthcare, environmental science, or research labs. If you want to combine Biomedical Engineering, Biology, Chemistry, Chemical Engineering, and Data Analysis skills, this is your toolkit. Why include data analysis? Because modern science relies heavily on data interpretation. Data Analysis is essential for validating experiments, optimizing processes, and supporting innovations across all chemical and biomedical fields. Can this bundle prepare me for industry roles? Absolutely. The bundle was crafted to build skills that employers demand today in scientific research, product development, quality control, and technical consulting.

Chemical & Biomedical Science Mini Bundle
Delivered Online On Demand11 hours
£19.99

Cyber security for engineers

5.0(3)

By Systems & Network Training

Cyber security training course description This cyber security course focusses on the network side of security. Technologies rather than specific products are studied focussing around the protection of networks using firewalls and VPNs. What will you learn Describe: - Basic security attacks - RADIUS - SSL - VPNs Deploy firewalls and secure networks Explain how the various technologies involved in an IP VPN work. Describe and implement: - L2TP - IPsec - SSL - MPLS, L3, VPNs. Cyber security training course details Who will benefit: Anyone working in the security field. Prerequisites: TCP/IP foundation for engineers Duration 5 days Cyber security training course contents Security review Denial of service, DDOS, data manipulation, data theft, data destruction, security checklists, incident response. Security exploits IP spoofing, SYN attacks, hijacking, reflectors and amplification, keeping up to date with new threats. Hands on port scanning, use a 'hacking' tool. Client and Server security Windows, Linux, Log files, syslogd, accounts, data security. Hands on Server hardening. Firewall introduction What is a firewall? Firewall benefits, concepts. HAnds on launching various attacks on a target. Firewall types Packet filtering, SPI, Proxy, Personal. Software firewalls, hardware firewalls. Firewall products. Hands on Simple personal firewall configuration. Packet filtering firewalls Things to filter in the IP header, stateless vs. stateful filtering. ACLs. Advantages of packet filtering. Hands on Configuring packet filtering firewalls. Stateful packet filtering Stateful algorithms, packet-by-packet inspection, application content filtering, tracks, special handling (fragments, IP options), sessions with TCP and UDP. Firewall hacking detection: SYN attacks, SSL, SSH interception. Hands on SPI firewalls. Proxy firewalls Circuit level, application level, SOCKS. Proxy firewall plusses and minuses. Hands on Proxy firewalls. Firewall architectures Small office, enterprise, service provider, what is a DMZ? DMZ architectures, bastion hosts, multi DMZ. Virtual firewalls, transparent firewalls. Dual firewall design, high availability, load balancing, VRRP. Hands on Resilient firewall architecture. Testing firewalls Configuration checklist, testing procedure, monitoring firewalls, logging, syslog. Hands on Testing firewalls. Encryption Encryption keys, Encryption strengths, Secret key vs Public key, algorithms, systems, SSL, SSH, Public Key Infrastructures. Hands on Password cracking. Authentication Types of authentication, Securid, Biometrics, PGP, Digital certificates, X.509 v3, Certificate authorities, CRLs, RADIUS. Hands on Using certificates. VPN overview What is a VPN? What is an IP VPN? VPNs vs. Private Data Networks, Internet VPNs, Intranet VPNs, Remote access VPNs, Site to site VPNs, VPN benefits and disadvantages. VPN Tunnelling VPN components, VPN tunnels, tunnel sources, tunnel end points, tunnelling topologies, tunnelling protocols, which tunnelling protocol? Requirements of tunnels. L2TP Overview, components, how it works, security, packet authentication, L2TP/IPsec, L2TP/PPP, L2 vs L3 tunnelling. Hands on Implementing a L2TP tunnel. IPsec AH, HMAC, ESP, transport and tunnel modes, Security Association, encryption and authentication algorithms, manual vs automated key exchange, NAT and other issues. Hands on Implementing an IPsec VPN. SSL VPNs Layer 4 VPNs, advantages, disadvantages. SSL. TLS. TLS negotiation, TLS authentication. TLS and certificates. Hands on Implementing a SSL VPN. MPLS VPNs Introduction to MPLS, why use MPLS, Headers, architecture, label switching, LDP, MPLS VPNs, L2 versus L3 VPNs. Point to point versus multipoint MPLS VPNs. MBGP and VRFs and their use in MPLS VPNs. Hands on Implementing a MPLS L3 VPN. Penetration testing Hacking webservers, web applications, Wireless networks and mobile platforms. Concepts, threats, methodology. Hands on Hacking tools and countermeasures.

Cyber security for engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Every Wednesday at 16:15 – 17:30 Step into the captivating realm of the RAD Grade 2 ballet program at M&L School of Performing Arts, where the essential elements of ballet and character dance unfold within a curriculum that treasures the harmony of emotion and technique. This singular grade is a meticulously designed chapter in the ballet journey, offering young dancers the opportunity to revel in the dynamic blend of grace and strength that ballet commands. Nestled within a musical panorama that crosses centuries of dance heritage, our Grade 2 classes beckon students to dive deeper into the artistry of ballet and character dance. This grade serves as a pivotal moment, building upon the joy of movement discovered in earlier levels and encouraging a richer, more nuanced expression of ballet’s technical facets. Here, students are guided to explore their dance potential more fully, expressing themselves with renewed confidence and precision. Grade 2 in the RAD curriculum marks a delightful expansion in the breadth of character dance, presenting students with the chance to explore beyond the foundational steps and into a world rich with cultural diversity and expressive storytelling. The focus on character dance at this level enriches students’ understanding and appreciation of dance’s global tapestry, fostering a versatile approach to ballet that values both tradition and innovation. Why Choose RAD Grade 2 Ballet Lessons for Your Child? Holistic Physical Development: Focused on enhancing flexibility, strength, and coordination, Grade 2 ballet fine-tunes the physical attributes essential for dance. Boost in Self-Expression and Confidence: This grade empowers children to express complex emotions and stories through dance, nurturing a profound sense of self-confidence. Sharpened Discipline and Focus: The precise learning structure of Grade 2 ballet hones discipline, cultivates meticulous attention to detail, and strengthens concentration. Enriched Musical Appreciation: Grade 2 introduces students to an expanded array of musical styles, deepening their rhythmical understanding and appreciation for dance music’s diverse expressions. Joy and Fulfillment in Movement: Emphasizing the pleasure found in each step, leap, and turn, our curriculum encourages students to experience the genuine joy of dance. Social and Teamwork Skills: Ballet classes at this level offer a nurturing environment for developing friendships, learning about teamwork, and enhancing social skills through cooperative performances. Cultural Engagement and Awareness: Exploring character dances introduces students to a broader spectrum of the world’s dance heritage, enriching their cultural perspective and appreciation. Enhanced Coordination and Posture: Ballet at Grade 2 continues to improve overall body coordination and promotes the maintenance of good posture, contributing to a healthy and balanced lifestyle. Development of Important Life Skills: The discipline and perseverance learned through ballet are invaluable, teaching children time management and resilience in the face of challenges. Foundation for Future Learning: Laying a solid foundation for further ballet studies, Grade 2 enriches cognitive abilities and prepares students for the next steps in their dance education. Why M&L School of Performing Arts Is Uniquely Suited for Grade 2 Ballet: Choosing M&L School of Performing Arts for Grade 2 ballet means entering a world where passion for dance and music transforms into a tangible journey of growth and discovery. Inspired by our own experiences and fueled by a deep commitment to dance education, we offer a space where young dancers flourish under the guidance of RAD-certified instructors. Here, your child will not only advance in ballet but will also develop a deep-seated love for the arts, nurtured within a community that values creativity, discipline, and artistic integrity. Enroll your child in the RAD Grade 2 ballet program at M&L School of Performing Arts, and witness their transformation into a more confident, expressive, and technically proficient dancer. Join our family, where every class is a step toward cultivating passionate, skilled artists ready to embrace the vast world of dance. Book first lesson here: https://mandlschoolofperformingarts.com/book-first-lesson/

Grade 2 Ballet
Delivered In-PersonFlexible Dates
£6.85

Functional Skills Maths - Complete Guide

4.7(47)

By Academy for Health and Fitness

24-Hour Knowledge Knockdown! Prices Reduced Like Never Before Did you know that strong mathematical skills are a key asset in today's job market? A recent LinkedIn report revealed that 72% of recruiters consider numeracy a vital skill for many positions, ranking them alongside communication and problem-solving abilities. Our Functional Skills Maths bundle empowers you to bridge that gap and unlock exciting career opportunities. This Functional Skills Maths bundle offers a comprehensive and engaging learning experience, designed to take you from wherever you are on your math journey to a place of greater confidence and competence. This bundle is suitable for all math skill levels, regardless of prior math experience. It starts with developing fundamental skills (Levels 2 and 3) and progresses to more advanced topics like algebra, analytic geometry, and discrete mathematics. You'll even discover valuable Math Tricks & Shortcuts to streamline your problem-solving and save precious time. Our Bundle contains 5 of our premium courses for one discounted price: Course 01: Functional Skills Maths at QLS Level 2 Course 02: Functional Skills Maths - CPD Certified Course 03: Maths: Grade 9 (Algebra and Analytic Geometry) Course 04: Introduction to Discrete Maths Course 05: Math Tricks & Shortcuts Stronger math skills can open doors to a wider range of career opportunities, enhance your financial literacy, and equip you to tackle challenges with greater ease and confidence. Take control of your future - enrol today! Learning Outcomes of Functional Skills Maths Confidently manage everyday financial calculations Make informed decisions based on data analysis Tackle practical problems using measurement and geometry Master algebraic equations to solve complex problems Develop critical thinking skills through math problem-solving Employ innovative shortcuts to boost calculation speed Why Choose Us? Get a Free CPD Accredited Certificate upon completion of Functional Skills Maths Get a free student ID card with Functional Skills Maths Training program (£10 postal charge will be applicable for international delivery) The Functional Skills Maths is affordable and simple to understand This course is entirely online, interactive lesson with voiceover audio Get Lifetime access to the Functional Skills Maths course materials The Functional Skills Maths comes with 24/7 tutor support Start your learning journey straightaway! Course Curriculum of Functional Skills Maths Bundle Course 01: Functional Skills Maths at QLS Level 2 Module 01: Integers ( Directed Numbers) Module 02: Factors And Multiples Module 03: Fractions Module 04: Simplification Rule : BODMAS Module 05: Decimal Numbers Module 06: Rational Numbers Module 07: Approximation Module 08: Estimation And Scientific Notation Or Standard Form Module 09: Percentage Module 10: Ratio And Proportion Module 11: Unitary Method And Its Applications Module 12: Profit , Loss, Discount And Tax Course 02: Functional Skills Maths - CPD Certified Section 01: Introduction Section 02: Read, Write, Compare And Order Numbers Of Any Size Section 03: Substitution In Given Formula Section 04: Fractions Section 05: Decimal Numbers Section 06: Percentages Section 07: Equivalence Between Fractions, Decimals And Percentages Section 08: Ratio And Proportion Section 09: Profit & Loss Section 10: Discounts And Taxes Section 11: Simple Interest And Compound Interest Section 12: Money Section 13: Convert Between Metric And Imperial Units Section 14: Compound Measures Including Speed, Density & Rates Of Pay Section 15: Perimeters And Areas Of 2-D Shapes Section 16: Volumes And Surface Areas Of 3-D Shapes Section 17: Scale Drawings Section 18: Statistics Section 19: Probability Section 20 Bonus Section (Time Topic 11 Video Lectures) Course 03: Maths: Grade 9 (Algebra and Analytic Geometry) Section 01: Number Sense And Algebra Introduction to the exponents Multiplying Powers Dividing Powers Why X to the power of Zero = 1 Practice for Zero exponents Formulas for Lowering Powers Power of a Power Algebraic Expressions, Equations and Monomials Combining Like Terms Solving Equations Methods Solving Equations Practice Solving Equations with Fractions Problem Solving What is AutoCAD .NET API? What is CSharp (C#)? What Will I Learn from this Course? Multiplying and Dividing Integers Types and Degrees of Polynomials Word Problem Solving (Money - Part 1) Word Problem Solving (Money - Part 2) Word Problem Solving (Money - Part 3) Word Problem Solving (Mixture - Part 1) Creating the AuditBlock WriteToCSVFile Method Word Problem Solving (Age - Part 1) Creating the AuditBlock WriteToTXTFile Method Section 02: Analytic Geometry Plotting Points Creating the AuditBlock DisplayOnScreen Method Equation of a line Creating the AuditBlock GatherBlocksAndCount Method Determining the Y-intercept and the X-intercept of a line Project Check on the Labels Creating the TitleBlock Border Lines - Lab Creating the TitleBlock Border Lines - Lab Determining the Y-intercept and the X-intercept of a line =========>>>>> And 2 More Courses <<<<<========= How will I get my Certificate? After successfully completing the course, you will be able to order your Certificates as proof of your achievement. PDF Certificate: Free (Previously it was £12.99*5 = £65) CPD Hard Copy Certificate: Free (For The First Course: Previously it was £29.99) CPD 50 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone interested in learning more about the topic is advised to take this bundle. This bundle is ideal for: Students seeking mastery in this field Professionals seeking to enhance their skills Anyone who is passionate about this topic Please Note: This is not a regulated course. To get qualified, you may choose: IGCSE Maths A-Level Maths Functional Skills Qualification in Maths at Level 2 Functional Skills Qualification in Mathematics at Level 2 - GCSE Equivalent for Maths A-level Mathematics Functional Skills Qualification in Mathematics at Entry 1 Functional Skills Qualification in Mathematics at Level 1 Functional Skills Qualification in English at Entry 1 Functional Skills Qualification in English at Entry 2 Functional Skills Qualification in English at Level 1 Functional Skills Qualification in ICT at Level 2 Functional Skills Qualification in Information & Communication Technology (ICT) at Level 1 Requirements You will not need any prior background or expertise to enrol in this bundle. Career path After completing this bundle, you are to start your career or begin the next phase of your career. Teacher Teacher Assistant HR Manager Accountant Finance Manager Certificates CPD Accredited Digital Certificate Digital certificate - Included Upon passing the Course, you need to order a Digital Certificate for each of the courses inside this bundle as proof of your new skills that are accredited by CPD QS for Free. CPD Accredited Hard Copy Certificate Hard copy certificate - £29.99 Please note that International students have to pay an additional £10 as a shipment fee. Certificate in Functional Skills Maths at QLS Level 2 Hard copy certificate - £79 Please note that International students have to pay an additional £10 as a shipment fee.

Functional Skills Maths - Complete Guide
Delivered Online On Demand16 hours
£39

About this Training Course  This five-day course provides an intermediate level of understanding of the geomechanical factors that affect wellbore instability, sand production and hydraulic fracture design. The course is structured such that upon completion, participants will have understood the value that geomechanics can bring to drilling, completion and production operations and will be able to leverage this value wherever it applies. The course emphasis will be on integrating the topics presented through a combination of lectures, case-studies and hands-on exercises. A special focus will be on how geomechanics knowledge is extracted from routinely acquired well data and how it is applied in the prediction and prevention of formation instability. Course Highlights The course is essentially non-mathematical and makes wide use of diagrams, pictures and exercises to illustrate the essential concepts of geomechanics Essential Rock Mechanics Principles Wellbore Stability Analysis Anisotropic Rock Properties for unconventional projects Lost Circulation and Wellbore Strengthening applications Sand Production Management Input to Hydraulic Fracture design Salt instability Training Objectives By attending this training, you will be able to acquire the following: Apply the basic concepts of geomechanics to identify, predict and mitigate against formation instability during drilling, completion and production Target Audience This course is intended for Drilling Engineers, Well Engineers, Production Technologists, Completion Engineers, Well Superintendents, Directional Drillers, Wellsite Supervisors and others, who wish to further their understanding of rock mechanics and its application to drilling and completion. There is no specific formal pre-requisite for this course. However, attendees are requested to have been exposed to drilling, completions and production operations in their positions and to have a recommended minimum of 3 years of field experience. Trainer Your Expert Course Instructor is an operational geomechanics advisor with over 46 years of experience in exploration, development and production in the upstream oil and gas industry. After obtaining a BSc (Hons) Physics degree from Aberdeen University, he worked for a variety of oil service companies in wireline operations, management and formation evaluation, before joining Schlumberger in 1995. Since 2000 he has worked principally in real-time geomechanics operations and developing acousto-geomechical applications, taking on the role of geomechanics advisor and technical manager within the Europe-Africa area of operations. Before forming his own company in 2014, Your Expert Course Instructor was one of Schlumberger's principal instructors, delivering cross-discipline internal and external geomechanics training to petrophysicists, geologists, reservoir, petroleum, well construction and drilling engineers at operating company locations, training centers and operational centers worldwide. Through extensive operational and wellsite experience gained in the North Sea, Europe, Africa, South America and the Far East, he has gained a broad based knowledge of drilling, production, log data acquisition, analysis and interpretation that has allowed him to develop and deliver pragmatic solutions to the geomechanical challenges of drilling, sand production, fracturing and unconventional reservoirs, faced by operators. His principal interests include the development and application of acousto-geomechanical techniques for the evaluation of anisotropic formations and fracture systems and the identification and prevention of wellbore instability 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 about post training coaching support and fees applicable for this. Accreditions And Affliations

Geomechanics
Delivered in Internationally or OnlineFlexible Dates
£3,943 to £4,586

Elite EA PA Forum 🇮🇪

By Elite Forums Events

Elite EA/PA Forum We are delighted to announce the Elite EA/PA Forum for the UK & Ireland will be on the 30th of October 2025. Our workshop aims to: Enhance your influence and impact by mastering assertive communication, negotiation, and self-advocacy skills. Stay composed and solution-focused in high-pressure situations with practical tools for crisis management and clear decision-making. Embrace evolving technology by understanding how AI and automation can streamline your role and boost efficiency. Future-proof your career by building strategic value, resilience, and adaptability in an ever-changing professional landscape. Keynote Address with Q&A from the audience: What to expect from Sam's Keynote: With over 30 years supporting leaders at the highest levels, Sam Cohen brings a wealth of insight, experience, and stories (the kind she can share) to the stage. From 18 years serving within The Royal Household - including as Deputy Private Secretary and Press Secretary to Her late Majesty Queen Elizabeth II - to working with The Duke and Duchess of Sussex, running the Prime Minister’s Office at Downing Street, and serving as Chief of Staff to the global CEO of Rio Tinto, Sam’s career is a masterclass in discretion, diplomacy, and delivering at the top. In this exclusive keynote, Beyond the Role, Sam will explore how Executive Assistants don’t just support leaders - they shape leadership, drive strategy, and build legacy from behind the scenes. Join us for this rare opportunity to hear from someone who’s been at the epicentre of power - and bring your questions! The keynote will include a live Q&A, where you can ask Sam about her remarkable career, leadership insights, and how to truly excel in high-performance environments. (Don’t ask her what the Queen kept in her handbag - she’s not telling.) Sam Cohen Career Bio: Sam Cohen has spent the last 30 years working to support leaders in the public and private sectors. Sam spent 18 years serving The Royal Household, as Deputy Private Secretary to Her late Majesty Queen Elizabeth II and Press Secretary to The Queen. Sam also served as Private Secretary to The Duke and Duchess of Sussex. Following this time, Sam worked as Director of the Prime Minister’s Office at Downing Street under Boris Johnson and, most recently, was Chief of Staff to the global CEO at Rio Tinto. Source: ABC News - YouTube Channel. Facilitator The Confident Assistant - Speak Up, Go After What You Want & Create The Future You Deserve: Develop practical strategies to negotiate workload, boundaries, and career growth with confidence. Learn assertive communication techniques to handle challenging conversations effectively. Build self-advocacy skills to articulate your value and influence outcomes in the workplace. Monika Turner Career Bio: Monika Anna Turner is an ICF-certified Leadership and Executive coach with over seven years of experience helping professionals unlock their confidence, elevate their voice, and lead with authenticity. Before stepping into coaching, she built a successful career as a Personal Assistant, Executive Assistant, and ultimately Chief Of Staff —giving her a deep understanding of the unique challenges and strengths of support roles. Originally from Poland, Monika knows firsthand what it’s like to question your voice and your value—especially in a second language. Her journey from self-doubt to self-assurance informs everything she does today. Through her coaching, she empowers assistants and leaders alike to move beyond fear, speak up and create fulfilling careers they’re proud of. Panel Crisis Mode: What to do when everything goes wrong Master a step-by-step approach to prioritising and problem-solving under pressure. Strengthen emotional resilience and calm decision-making during unexpected disruptions. Learn how to communicate clearly and lead from behind in high-stress situations. Facilitator - PM: Justin Kabbani AI Is Not Here to Replace You. It's Here to Upgrade You. We'll explore Justin's proven 3P framework: Priming – How to set up AI like a strategic advisor by feeding it context, tone and mindset Prompting – How to craft clear, structured instructions to get consistently great results Producing – How to turn AI outputs into high-leverage work that makes you stand out Your session outcomes: Real examples from admin professionals already using AI to elevate their work Prompts you can copy, adapt, and test live Interactive exercises to build confidence fast A practical challenge to implement right after the session If you’ve been overwhelmed by AI, or underwhelmed by its impact, this session will change that. You'll leave with tools you can use today, and a mindset you’ll carry forward for the rest of your career. Justin Kabbani Career Bio: Justin Kabbani is one of Australia’s most in-demand AI trainers and keynote speakers, known for making AI feel simple, powerful, and immediately useful. He’s worked with brands like Uber, Treasury Wine Estates, and Udemy, helping their teams embed AI into daily workflows, strategic planning, and executive communication. Over the past two years, Justin has trained more than 2,000 professionals across Australia and beyond, consistently earning feedback like “mind-blowing,” and “game-changing”. His signature Prime, Prompt, Produce framework has transformed how business leaders, executive assistants, marketers, and teams think, work, and communicate with AI, without needing to be “tech people.” Justin believes AI isn’t here to replace people. It’s here to take the robotic work off our plate, so we can focus on what humans do best. LinkedIn: https://www.linkedin.com/in/justinkabbani/ Website: https://justinkabbani.com/ Speed Connections Networking Session Join us for Speed Connections, a lively 30-minute networking session designed to foster meaningful connections in a fun, fast-paced environment. Every 10 minutes, attendees will be placed into new breakout rooms with small groups, giving everyone the chance to meet a diverse range of peers. Each breakout session will feature engaging prompts to spark conversations and make networking enjoyable and memorable! Who will attend this event? Executive Assistant (EA) Personal Assistant (PA) Virtual Assistant (VA) Legal Secretary Legal Executive Assistant Administrative Assistant Office Manager Health Care Office Manager Chief of Staff Additional roles may be relevant depending on role responsibilities along with development opportunities. This workshop is open to females, male including trans women/males and non-binary professionals. Group Rate Discounts To discuss our group rates in more detail, please email support@elite-forums.com and provide the following: Group Number (How many would like to attend) Event Date (If numerous dates, please advise if we are splitting attendees across multiple dates) Attendee Contact details (Or request our Group Rate Document. Complete and return - we'll sort the rest.) Group discounts are on request - see below group rate discount brackets: 🧩 You just need one piece to come together - to unlock your Elite Potential. 🔑 Media outlets/organisations will not be permitted to attend this event.

Elite EA PA Forum 🇮🇪
Delivered Online
€345 to €495

Artificial Lift and Real-Time Production Optimization in Digital Oilfield

By EnergyEdge - Training for a Sustainable Energy Future

About this training course Artificial lift systems are an important part of production operations for the entire lifecycle of an asset. Often, oil and gas wells require artificial lift for most of the life cycle. This 5-day training course offers a thorough treatment of artificial lift techniques including design and operation for production optimization. With the increasing need to optimize dynamic production in highly constrained cost environments, opportunities and issues related to real-time measurements and optimization techniques needs to be discussed and understood. Artificial lift selection and life cycle analysis are covered. These concepts are discussed and reinforced using case studies, quizzing tools, and exercises with software. Participants solve examples and class problems throughout the course. Animations and videos reinforce the concepts under discussion. Understanding of these important production concepts is a must have to exploit the existing assets profitably. Unique Features: Hands-on usage of SNAP Software to solve gas-lift exercises Discussion on digital oil field Machine learning applications in gas-lift optimization Training Objectives After the completion of this training course, participants will be able to: Understand the basics and advanced concepts of each form of artificial lift systems including application envelope, relative strengths, and weaknesses Easily recognize the different components from downhole to the surface and their basic structural and operational features Design and analyze different components using appropriate software tools Understand challenges facing artificial lift applications and the mitigation of these challenges during selection, design, and operation Learn about the role of digital oilfield tools and techniques and their applications in artificial lift and production optimization Learn about use cases of Machine learning and artificial intelligence in the artificial lift Target Audience This training course is suitable and will greatly benefit the following specific groups: Production, reservoir, completion, drilling and facilities engineers, analysts, and operators Anyone interested in learning about selection, design, analysis and optimum operation of artificial lift and related production systems will benefit from this course. Course Level Intermediate Advanced 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: 5 days in total (35 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. Prerequisites: Understanding of petroleum production concepts. Each participant needs a laptop/PC for solving class examples using software to be provided during class. Laptop/PC needs to have a current Windows operating system and at least 500 MB free disk space. Participants should have administrator rights to install software. Trainer Your expert course leader has over 35 years' work-experience in multiphase flow, artificial lift, real-time production optimization and software development/management. His current work is focused on a variety of use cases like failure prediction, virtual flow rate determination, wellhead integrity surveillance, corrosion, equipment maintenance, DTS/DAS interpretation. He has worked for national oil companies, majors, independents, and service providers globally. He has multiple patents and has delivered a multitude of industry presentations. Twice selected as an SPE distinguished lecturer, he also volunteers on SPE committees. He holds a Bachelor's and Master's in chemical engineering from the Gujarat University and IIT-Kanpur, India; and a Ph.D. in Petroleum Engineering from the University of Tulsa, USA. Highlighted Work Experience: At Weatherford, consulted with clients as well as directed teams on digital oilfield solutions including LOWIS - a solution that was underneath the production operations of Chevron and Occidental Petroleum across the globe. Worked with and consulted on equipment's like field controllers, VSDs, downhole permanent gauges, multiphase flow meters, fibre optics-based measurements. Shepherded an enterprise-class solution that is being deployed at a major oil and gas producer for production management including artificial lift optimization using real time data and deep-learning data analytics. Developed a workshop on digital oilfield approaches for production engineers. Patents: Principal inventor: 'Smarter Slug Flow Conditioning and Control' Co-inventor: 'Technique for Production Enhancement with Downhole Monitoring of Artificially Lifted Wells' Co-inventor: 'Wellbore real-time monitoring and analysis of fracture contribution' Worldwide Experience in Training / Seminar / Workshop Deliveries: Besides delivering several SPE webinars, ALRDC and SPE trainings globally, he has taught artificial lift at Texas Tech, Missouri S&T, Louisiana State, U of Southern California, and U of Houston. He has conducted seminars, bespoke trainings / workshops globally for practicing professionals: Companies: Basra Oil Company, ConocoPhillips, Chevron, EcoPetrol, Equinor, KOC, ONGC, LukOil, PDO, PDVSA, PEMEX, Petronas, Repsol, , Saudi Aramco, Shell, Sonatrech, QP, Tatneft, YPF, and others. Countries: USA, Algeria, Argentina, Bahrain, Brazil, Canada, China, Croatia, Congo, Ghana, India, Indonesia, Iraq, Kazakhstan, Kenya, Kuwait, Libya, Malaysia, Oman, Mexico, Norway, Qatar, Romania, Russia, Serbia, Saudi Arabia, S Korea, Tanzania, Thailand, Tunisia, Turkmenistan, UAE, Ukraine, Uzbekistan, Venezuela. Virtual training provided for PetroEdge, ALRDC, School of Mines, Repsol, UEP-Pakistan, and others since pandemic. 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 Accreditions And Affliations

Artificial Lift and Real-Time Production Optimization in Digital Oilfield
Delivered in Internationally or OnlineFlexible Dates
£3,947 to £4,590

DBT for Emotional Wellness Course

5.0(2)

By Training Express

Life can feel like a never-ending rollercoaster—one moment you're calm, the next you're spiralling. If your emotions seem to have a mind of their own, the DBT for Emotional Wellness Course is here to help. Built on Dialectical Behaviour Therapy (DBT) techniques, this course dives into proven methods for managing intense emotions, improving relationships, and learning to respond to life's ups and downs with more balance. It’s not about pretending things are fine—it’s about understanding yourself and handling emotions without letting them run the show. This course is perfect for anyone tired of overthinking at 2am or second-guessing every decision. You’ll explore topics like distress tolerance, emotional regulation, mindfulness, and interpersonal effectiveness—all from the comfort of your own space. Whether you're looking to improve your mental wellbeing or simply want to feel a bit more in control, the DBT for Emotional Wellness Course offers tools you can use in everyday situations without needing a psychology degree to understand them. Key Features CPD Accredited FREE PDF + Hardcopy certificate Fully online, interactive course Self-paced learning and laptop, tablet and smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum Module 1: Introduction to DBT Module 2: Mindfulness Skills Training Module 3: Emotion Regulation Skills Module 4: Interpersonal Effectiveness Skills Module 5: Distress Tolerance Skills Module 6: Application of DBT in Specific Populations Module 7: Implementation of DBT in Clinical Settings Module 8: Ethical and Professional Considerations in DBT Practice Learning Outcomes: Understand the foundations of Dialectical Behavior Therapy principles. Apply mindfulness skills to enhance emotional awareness and self-regulation. Cultivate effective strategies for regulating and managing emotions. Develop interpersonal skills to navigate complex relationships with confidence. Acquire distress tolerance techniques for coping with challenging situations. Demonstrate ethical considerations essential for a successful DBT practice. Accreditation This course is CPD Quality Standards (CPD QS) accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Certificate After completing this course, you will get a FREE Digital Certificate from Training Express. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Mental health professionals Therapists Counsellors Psychologists Social workers Healthcare professionals Students in psychology-related fields Individuals passionate about emotional well-being Career path Clinical Psychologist Counselling Psychologist Mental Health Therapist Social Worker Psychotherapist Psychiatric Nurse Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hard copy certificate Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

DBT for Emotional Wellness Course
Delivered Online On Demand1 hour
£12