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

1598 Courses in Cardiff delivered Live Online

Regular expressions for engineers

5.0(3)

By Systems & Network Training

Regular expressions training course description Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Python and MySQL. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them. What will you learn Use Regular Expressions. Troubleshoot Regular Expressions. Compare RE features among different versions. Explain how the regular expression engine works. Optimize REs. Match what you want, not what you don't want. Regular expressions training course details Who will benefit: Anyone looking to use regular expressions. Prerequisites: None. Duration 1 day Regular expressions training course contents Introduction to Regular Expressions Solving real problems, REs as a language, the filename analogy, language analogy, RE frame of mind, searching text files: egrep, egrep metacharacters, start and end of the line, character classes, matching any character with dot, alternation, ignoring differences in capitalization, word boundaries, optional items, other quantifiers: repetition, parentheses and backreferences, the great escape, expanding the foundation, linguistic diversification, the goal of a RE, more examples, RE nomenclature, Improving on the status quo. Extended introductory examples A short introduction to Perl, matching text with regular expressions, toward a more real-world example, side effects of a successful match, Intertwined regular expression, intermission, modifying text with regular expressions, example: form letter, example: prettifying a stock price, automated editing, a small mail utility, adding commas to a number with lookaround, text-to-HTML conversion, that doubled-word thing. Regular expression features and flavours The regex landscape, origins of REs, care and handling of REs, Integrated handling, procedural and object-oriented handling, search-and-replace example. strings character encodings and modes, strings as REs, character-encoding issues, unicode, regex modes and match modes, common metacharacters and features, character representations, character classes and class-like constructs, anchors and other 'zero-width assertions', comments and mode modifiers, grouping capturing conditionals and control. The mechanics of expression processing Two kinds of engines, new standards, regex engine types, from the department of redundancy department, testing the engine type, match basics, about the examples, rule 1: the match that begins earliest wins, engine pieces and parts, rule 2: the standard quantifiers are greedy, regex-directed versus text-directed, NFA engine: regex-directed, DFA engine: text-directed, first thoughts: NFA and DFA in comparison, backtracking, two important points on backtracking, saved states, backtracking and greediness, more about greediness and backtracking, problems of greediness, multi-character 'quotes', lazy quantifiers, greediness and laziness, laziness and backtracking, possessive quantifiers and atomic grouping, possessive quantifiers ?, +, *+, ++ and {m,n}+, the backtracking of lookaround, is alternation greedy? taking advantage of ordered alternation, NFA DFA and posix, the longest-leftmost', posix and the longest-leftmost rule, speed and efficiency. Practical regex techniques Continuation lines, matching an IP address, working with filenames, matching balanced sets of parentheses, watching out for unwanted matches, matching delimited text, knowing your data and making assumptions, stripping leading and trailing whitespace, matching and HTML tag, matching an HTML link, examining an HTTP URL, validating a hostname, plucking a hostname, plucking a URL, parsing CSV files. Crafting an efficient expression Efficiency vs. correctness, localizing greediness, global view of backtracking, more work for POSIX NFA, work required during a non-match, being more specific, alternation can be expensive, benchmarking, know what you re measuring, benchmarking with Python, common optimisations, the mechanics of regex application, pre-application optimizations, optimizations with the transmission, optimization of the regex itself, techniques for faster expressions, common sense techniques, expose literal text, expose anchors, lazy versus greedy: be specific, split into multiple REs, mimic initial-character discrimination, use atomic grouping and possessive quantifiers, lead the engine to a match, unrolling the loop, observations, using atomic grouping and possessive quantifiers, short unrolling examples, unrolling C comments, the free flowing regex, a helping hand to guide the match, a well-guided regex is a fast regex.

Regular expressions for engineers
Delivered in Internationally or OnlineFlexible Dates
£967

Access Control Course

By Hi-Tech Training

An effective Access Control System can form an integral part of an effective security system. At Hi-Tech Training our course is designed to give participants a practical knowledge of the operation and installation of Access Control Systems. Our experience has taught us that in order to gain the required skills an installer needs to learn through as much practical training as possible. This course involves 50% “Hands-On” training which involves building, setting up, testing and troubleshooting faults using core elements of modern Access Control Systems. At the end of the course, an interested and hardworking participant will have a good solid foundation of knowledge of what access control is all about.

Access Control Course
Delivered Online
£85 to £685

ADVANCED PRESENTATION SKILLS

5.0(4)

By Improving Communications Uk

Improving Communications UK offers an Advanced Presentation Skills course designed to enhance public speaking abilities and improve the use of presentation software. This course provides delegates with the opportunity to refine their skills in a supportive environment. As delegates deliver their presentations, they are coached on key areas such as body language, posture, word choice, confidence, eye contact, volume, and reducing verbal tics and filler words. This comprehensive approach ensures that delegates can effectively engage their audience and convey their message with clarity and confidence. The course also focuses on enhancing content and visual aids, typically using software like PowerPoint. Delegates learn how to: Clearly state their purpose Reduce text on slides Create user-friendly messages Select impactful graphics to support their message By the end of the course, delegates will be able to deliver organised and engaging presentations that motivate audiences, craft streamlined messages, enhance their stage presence, and convince listeners with compelling evidence in speech and visuals. This course is ideal for those seeking to improve their presentation skills and make a lasting impact. The Advanced Presentation Skills course is a 4-hour interactive virtual class for up to six delegates. Upon registration, delegates will receive online login instructions prior to the class date. This format allows for a personal and interactive learning experience from the comfort of one's own home.

ADVANCED PRESENTATION SKILLS
Delivered Online + more
£785

If you run a small, tight-knit team, this course is tailored to help you get the most from the group.

Small Team Leadership
Delivered in Loughborough or UK Wide or OnlineFlexible Dates
£378

Programming and Data Wrangling with VBA and Excel

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is primarily designed for students who want to gain the skills necessary to use VBA to automate tasks in Excel such as collecting data from external sources, cleaning, and manipulating data. The target student may also want to learn how to create custom worksheet functions to streamline worksheet formulas and make complex worksheets easier to support, maintain, and understand. Overview In this course, you will develop and deploy VBA modules to solve business problems. You will: Identify general components of VBA and their appropriate use in solving business solutions. Record VBA macros to automate repetitive tasks. Use reference tools built into Excel to get help on VBA programming language and objects used in the Excel VBA environment. Write VBA code to create a custom worksheet function. Eliminate, avoid, or handle errors in VBA code, and optimize its performance. Control how and when macros run. Develop UserForm objects to create custom dialog boxes and windows. Use VBA to read and write data from local files and cloud services. Use VBA to clean and transform data. Run programs and commands outside of Excel and share VBA projects with other users VBA (Visual Basic for Applications) enables you to enhance and extend the capabilities of Microsoft© Excel© and other applications in the Microsoft© Office application suite. You can use VBA to perform tasks that would be difficult or impossible to do using only worksheet functions, and you can automate a wide range of tasks involving the collection, processing, analysis, and visualization of data. This course will give you a good foundation for understanding, creating, and using VBA in your own Excel workbooks, show you how to work with data across different applications, and how to package the macros and functions you create so you can back them up, move them to other computers, and share them with other users Prerequisites To ensure your success in this course, you should be an experienced Excel user who is comfortable creating and working with Excel workbooks, including tasks such as entering worksheet formulas, using absolute and relative addressing, formatting cells, and creating pivot tables and charts. This level of skill could be acquired by taking the Microsoft Excel for Office 365? (Desktop or Online) courses, Parts 1, 2, and 3 1 - Using VBA to Solve Business Problems Topic A: Use Macros to Automate Tasks in Excel Topic B: Identify Components of Macro-Enabled Workbooks Topic C: Configure the Excel VBA Environment 2 - Automating Repetitive Tasks Topic A: Use the Macro Recorder to Create a VBA Macro Topic B: Record a Macro with Relative Addressing Topic C: Delete Macros and Modules Topic D: Identify Strategies for Using the Macro Recorder 3 - Getting Help on VBA Topic A: Use VBA Help Topic B: Use the Object Browser to Discover Objects You Can Use in VBA Topic C: Use the Immediate Window to Explore Object Properties and Methods 4 - Creating Custom Worksheet Functions Topic A: Create a Custom Function Topic B: Make Decisions in Code Topic C: Work with Variables Topic D: Perform Repetitive Tasks 5 - Improving Your VBA Code Topic A: Debug VBA Errors Topic B: Deal with Errors Topic C: Improve Macro Performance 6 - Controlling How and When Macros Run Topic A: Prompt the User for Information Topic B: Configure Macros to Run Automatically 7 - Developing Custom Forms Topic A: Display a Custom Dialog Box Topic B: Program Form Events 8 - Using VBA to Work with Files Topic A: Use VBA to Get File and Directory Structure Topic B: Use VBA to Read Text Files Topic C: Use VBA to Write Text Files 9 - Using VBA to Clean and Transform Data Topic A: Automate Power Query Topic B: Transform Data Using VBA and Workbook Functions Topic C: Use Regular Expressions Topic D: Manage Errors in Data 10 - Extending the Programming Environment Beyond the Workbook Topic A: Run Other Programs and Commands Topic B: Share Your VBA Projects

Programming and Data Wrangling with VBA and Excel
Delivered OnlineFlexible Dates
£885

Turn Long Video Into Multiple Shorts With AI (A Micro-Workshop)

5.0(1)

By Clockwork Eye Video

AI Short Video Creation | Turn Long Videos into Engaging Shorts

Turn Long Video Into Multiple Shorts With AI (A Micro-Workshop)
Delivered OnlineFlexible Dates
£49

IAAS: Senior Caseworker Exam Preparation Course

By DG Legal

This one day online course will assist candidates in preparing for the forthcoming initial Senior Caseworker exam.

IAAS: Senior Caseworker Exam Preparation Course
Delivered Online + more
£165 to £220

Compliance Officer For Legal Practice (COLP) Course

By DG Legal

The COLP role goes beyond just ensuring your firm follows the rules in the SRA Standards and Regulations, it also comes with a personal accountability factor that demands your attention. Fear not! This 3 hour course will usher you through the intricacies of being a COLP, ensuring you not only meet but excel in your regulatory obligations.  The course will cover: Navigating the Regulatory Landscape: Understanding the Framework for COLPs Dive into the intricate regulatory framework that Compliance Officers for Legal Practice (COLPs) operate under. Shouldering the Responsibility: Unpacking the Duties of a COLP Explore the multifaceted responsibilities that come with the role of a COLP. Choosing the Right Leader: Identifying the Ideal COLP Candidate Learn the criteria for selecting the most suitable individual to take on the crucial role of COLP. Cracking the Codes: Key Elements of Codes and SRA Principles Delve into the essential components of the Codes and SRA Principles that form the backbone of legal compliance. Building a Robust Foundation: Understanding Compliance Systems for All Firms Explore the concept of compliance systems, what they entail, and why every firm should have one in place. Reporting Matters: Recognising 'Serious' Issues, SRA Enforcement Strategy, and Reporting Protocols Uncover the definition of 'serious' matters, grasp the SRA Enforcement Strategy, and gain practical insights on making effective reports to the SRA. Paper Trails Matter: Effective Record Keeping, Including Non-material Breaches Master the art of comprehensive record-keeping, including strategies for recording non-material breaches, and understand why it's integral to compliance. Personal Liability: Understanding and Mitigating Risks Navigate the landscape of personal liability for COLPs and develop strategies to mitigate associated risks. Staying Ahead: Keeping Abreast of Regulatory Changes and Guidance Develop effective strategies for staying up to date with dynamic regulatory changes and evolving guidance. Planning for Compliance: Crafting a Robust Strategy, Assessing Risk, and File Reviewing Formulate a comprehensive plan for tackling compliance, including risk assessment, maintaining risk registers, and implementing effective file reviewing. Across the Board: Legal and Regulatory Compliance Areas Every COLP Must Master Gain a high-level overview of crucial legal and regulatory compliance areas, including AML, transparency rules, and other pivotal aspects that demand the attention of all COLPs. Target Audience This online course is suitable for those new to the COLP role, or those supporting the COLP and for those that would like a refresher of the role and their responsibilities. Resources Comprehensive and up to date course notes will be provided to all delegates which may be useful for ongoing reference or cascade training. Please note a recording of the course will not be made available. Speaker Helen Torresi, Consultant, DG Legal Helen is a qualified solicitor with a diverse professional background spanning leadership roles in both the legal and tech/corporate sectors. Throughout her career, she has held key positions such as COLP, HOLP, MLCO, MLRO and DPO for law firms and various regulated businesses and services. Helen’s specialised areas encompass AML, complaint and firm negligence handling, DPA compliance, file review and auditing, law management, and operational effectiveness in law firms, particularly in conveyancing (CQS).

Compliance Officer For Legal Practice (COLP) Course
Delivered Online + more
£135 to £180

Level 3 Certificate in Supporting Teaching and Learning ​

By Step Into Learning

This course is aimed at those who would like to work as a learning support assistant in a school or further education setting. Level 3 Certificate in Supporting Teaching and Learning will give you an understanding of the skills and knowledge needed to support learners in the classroom.

Level 3 Certificate in Supporting Teaching and Learning ​
Delivered OnlineFlexible Dates
£1,265

Spring Clean Your Qi

By Sunhouse

Spring Clean Your Qi – 2024 Eight Week Online Qigong Course For Spring Feel healthy vibrant and get your zing back for spring When: Tuesday Evenings 6-7.15pm and Thursday mornings 8-8.30am (via Zoom) All classes are recorded so you can catch up in your own time. Dates: Tuesdays 6-7.15pm: March 5th, 12th, 19th, and 26th and April 9th, 16th, 23rd and 30th Thursdays 8-8.30am: March 7th, 14th, 21st, 28th and April 11th, 25th and May 2nd Suitable for everyone no matter your experience Spring can be a tricky time for us, as our bodies are moving from the most still Yin restful time of the year to a very Yang active energy of new growth. It’s a massive about-turn for our whole energy system and it can be bumpy!  In Chinese medicine the liver is responsible for the smooth flow of Qi or energy in our body, and in the spring this liver Qi is being challenged, as we come out of the winter stillness it can take a while for us to feel lively and able to take on the new challenges. If our Liver Qi is struggling it can leave us feeling grumpy, irritated and restless, with headaches and brain fog, we may have sore, dry or itchy eyes and tired stiff achey joints. During this course we will use Qigong exercises, meditations, sounds and breath practices, to help bring us into our healthy balance, giving our liver the support it needs so we can move from Winter to Spring, feeling healthy and vibrant and ready to take on the new.  Together we will learn “The Eight Brocades” a simple and easy to practice Qigong form you can use every day to improve your energy and feel great. “The Eight Brocades” is one of the most popular Qigong practices dating back nearly 1000 years in China. it is made up of eight Qigong movements, each opening different meridian or energy pathways in the body, to release fatigue and harness our healthy Qi. Benefits include improved energy, vitality, bone density, strength, flexibility, balance, coordination, and longevity to name a few. Also, a great practice for reducing blood pressure, cancer support, thyroid issues, back pain, arthritis, and more. What is included:  Eight live 75min evening zoom classes Eight live 30min morning WAKE UP YOUR QI classes on zoom Access to replays of all classes so you can catch up in your own time. Learn “The Eight Brocades” A simple and powerful Qigong form to help you feel amazing Weekly supporting material for home practice including: – 10min video Guided Qigong Practice – Learn how to clear meridian pathways in the body for greater balance – Key acupuncture points for self massage – Weekly nutrition tips for a healthy spring body cleanse What will i get out of this course? Reconnect with your body Clear your mind A healthy detox for your organs Increased flexibility for all your joints Improved circulation Healthy hormonal balance Clear vision – bright eyes Better sleep Reduced pain Improved mood More energy Less stress

Spring Clean Your Qi
Delivered OnlineJoin Waitlist
£90 to £110