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

3 Educators providing Courses in Bristol

Veronica Pollard

veronica pollard

Bristol

I first came across the Alexander Technique when I was looking for something to help me stop getting tension headaches, lower back pain, and neck problems. Finding a teacher and learning the principles, ideas and concepts of the technique gave me an appreciation of what I was doing to myself that created the pain, as well as how I was putting myself wrong in some other areas of my life too! I learned the good news: that if I was causing my difficulties, then I also had the power to stop causing them. I have become a more flexible, happier, calmer and easier to be with person. I move in a more co-ordinated way and have re-found the joy in moving I remember having as a child. I no longer have any tension headaches, neck problems or lower back aches. I feel more at home with myself than I ever have in the past. I am a teacher trained by the ITM (Interactive Teaching Method Association). This means that I studied for four years and passed four written and one practical exam. I spent six months within the course as a student teacher. I graduated in 2003. I am a member of the ITM Teachers’ Association and have a BSc (hons) degree from the University of Bristol. I have taught individuals, small groups and evening classes, as well as workshops and courses for businesses, colleges, the WEA, the WI and the local council. I have run workshops at festivals such as the Larmer Tree and the Big Green Gathering. I have taught music students at the Royal Welsh College of Music and Drama. I also taught students at the Musical Theatre School in Somerset, and dance students at Bristol Dance Centre. I love teaching this work because I love seeing my students improve their movement, their thinking and the way they see themselves as well as the way they see the world.

Courses matching "gathering"

Show all 33

Forage & Ferment Workshop

5.0(3)

By The Crafty Pickle Co.

Join us for a unique afternoon of foraging with expert forager Chloe from Gourmet Gatherings, near Chepstow. Learn to identify wild ingredients and use them in delicious fermentation recipes, including a wild kimchi and a fermented soft drink. Perfect for food enthusiasts looking to explore sustainable harvesting and ancient preservation techniques!

Forage & Ferment Workshop
Delivered In-Person in Caldicot
£130

Train-The-Trainer 1 Day Training in Bristol

By Mangates

Train-The-Trainer 1 Day Training in Bristol

Train-The-Trainer 1 Day Training in Bristol
Delivered In-Person + more
£595 to £795

Train-The-Trainer 1 Day Training in Bath

By Mangates

Train-The-Trainer 1 Day Training in Bath

Train-The-Trainer 1 Day Training in Bath
Delivered In-Person + more
£595 to £795

Recruitment Skills 1 Day Workshop in Bristol

By Mangates

Recruitment Skills 1 Day Workshop in Bristol

Recruitment Skills 1 Day Workshop in Bristol
Delivered In-Person + more
£595 to £795

Recruitment Skills 1 Day Workshop in Bath

By Mangates

Recruitment Skills 1 Day Workshop in Bath

Recruitment Skills 1 Day Workshop in Bath
Delivered In-Person + more
£595 to £795

Master Business Networking in Just 1 Day - Join our Workshop in Bristol

By Mangates

Business Networking 1 Day Training in Bristol

Master Business Networking in Just 1 Day - Join our Workshop in Bristol
Delivered In-Person + more
£595 to £795

Master Business Networking in Just 1 Day - Join our Workshop in Bath

By Mangates

Business Networking 1 Day Training in Bath

Master Business Networking in Just 1 Day - Join our Workshop in Bath
Delivered In-Person + more
£595 to £795

Public Speaking 1 Day Training in Bristol

By Mangates

Public Speaking 1 Day Training in Bristol

Public Speaking 1 Day Training in Bristol
Delivered In-Person + more
£595 to £795

Facilitation Skills for Business Analysts: In-House Training

By IIL Europe Ltd

Facilitation Skills for Business Analysts: In-House Training This course is part of IIL's Business Analysis Certificate Program (BACP), a program designed to help prepare individuals pass the IIBA® Certification exam to become a Certified Business Analysis Professional (CBAP™). Business analysts are communicators who bridge the gap between people with business needs and knowledge and the people who will provide solutions. Business analysts are continuously involved in communications with stakeholders and developers as they create the solution to business problems. They participate in information-gathering sessions including interviewing, joint requirements definition, and Joint Application Design (JAD) workshops which are used to streamline information gathering and get immediate validation from user representatives. The business analyst is also involved with negotiating the solution with the stakeholders, upper-level management, and the developers, mediating among the groups when disagreements take place, and influencing the results of decisions during the solution cycle. This course teaches the methods needed to organize and run information-gathering events. It combines the basics of graphic decision making and modeling with facilitation, communication, and meeting management skills. What you will Learn At the end of this program, you will be able to: Identify the major touch points between key BABOK® Guide knowledge areas and business analysis communication Describe the facilitation skills that are most supportive of those intersections Improve your ability to apply these skills in the context of your business analyst functions Foundation Concepts The role of the Business analyst (BA) An Introduction to the BABOK® Guide Business analyst roles and the product / project life cycle (PLC) Facilitation skills for the business analyst The BABOK® Guide and Communication An introduction to the communication process Addressing basic communications challenges Planning business analysis communication Communication and BABOK® Guide tasks Targeted Elicitation Techniques Synergy between communication and targeted elicitation techniques Preparing for elicitation Cornerstone targeted technique: interviews Other targeted elicitation techniques Related general communication skills Group Elicitation Techniques Synergy between requirements communication and group elicitation techniques Cornerstone group elicitation technique - requirements workshops Other group elicitation techniques Related general communication skills - meeting management best practices Related general communication skills - facilitating best practices Process / Model-Based Elicitation Techniques Synergy between requirements communication and process / model-based elicitation techniques Process / model-based elicitation techniques Related interpersonal skills - problem solving and decision making Investigative Elicitation Techniques Synergy between requirements communication and investigative elicitation techniques Cornerstone investigative elicitation technique - document analysis Other investigative elicitation techniques Summary of elicitation techniques by usage in the requirements process Using Presentations, Structured Walkthroughs, and Influencing Structured walkthroughs, presentations, and influencing within BABOK® Guide tasks Cornerstone technique - structured walkthroughs General communication skill - presenting Related interpersonal skill - influencing Special Facilitation Skills - Negotiating and Mediating Negotiating Mediating

Facilitation Skills for Business Analysts: In-House Training
Delivered in London or UK Wide or OnlineFlexible Dates
£1,695

Python for network engineers

5.0(3)

By Systems & Network Training

Python training course description This Python course focusses on teaching Python for use in network automation and network DevOps. We focus on getting delegates up and running with Python and network automation as quickly as possible rather than making them great programmers. In other words we concentrate on enabling delegates to use network automation libraries such as netmiko, NAPALM and Nornir, and APIs such as NETCONF and RESTCONF rather than enabling delegates to produce object oriented programs. Hands on sessions use Cisco and Juniper devices. What will you learn Run Python programs. Read Python programs. Write Python programs. Debug Python programs. Automate network tasks with Python programs. Configure network devices with Python. Collect data from network devices with Python. Python training course details Who will benefit: Network engineers. Prerequisites: TCP/IP Foundation Duration 5 days Python training course contents What is Python? Programming languages, Why Python? Python in interactive mode, Python scripts, ipython, Python version 2 versus version 3. A simple Python script. Comments. Hands on Installing Python, Hello world. A network example On box vs off box Python. telnet, ssh, NETCONF, HTTP, APIs, manufacturers and API support, analysis of a simple telnetlib program. Hands on Using Python to retrieve the configuration from a network device. Using wireshark to analyse the actions. Python basics I/O, operators, variables and assignment, types, indentation, loops and conditionals. Hands on Modifying the telnet program, changing configurations on a network devices. Functions, classes and methods What are functions, calling functions, builtin functions, useful builtin functions, file handling, classes, objects, creating instances. Hands on Storing configurations in files, configuring devices from files, using an inventory file to work on multiple devices. Libraries and modules Modules, files and packages, import, from-import, Python standard library, other packages, pip install, executing other programs. Managing python libraries. Hands on Using pip, installing and using ipaddress, subprocess to access netsnmp. For the more advanced, using the sockets library. Paramiko and netmiko SSH, enabling SSH on devices, keys. Paramiko versus netmiko, example scripts. pexpect. Hands on Configuring VLANs from Python. pySNMP Gathering facts using previous methods, SNMP review, pySNMP GET, pySNMP and SNMPv3. easySNMP library. Hands on Walking a MIB from Python. NETCONF What is NETCONF? Enabling NETCONF on devices, A first ncclient script, device handlers, get_config, edit_config, copy_config, delete_config, commit, validate, pyEZ, utils_config, utils.sw. Hands on Configuration using ncclient and PyEZ. This session is expanded for those interesting in JunOS automation. Manipulating configuration files Builtin functions, string handling. Unicode. Sequences, strings, lists, tuples. Dictionaries. TextFSM. Regular expressions. JSON, YAML, XML, YANG, Jinja2, templates. Hands on Jinja2 templating with Python to configure network devices. NAPALM Getters, configuration operations, supported devices, NAPALM transport, Config-replace, Config-merge, Compare config, Atomic changes, rollback. Example NAPLAM scripts. Hands on Using NAPALM to gather facts, Using NAPALM for configuration management REST and RESTCONF What is REST, HTTP methods, GET, POST, cURL, Postman, Python requests library. RESTCONF, a RESTCONF example. Hands on Modifying a configuration using RESTCONF. Scapy What is scapy, Scapy in interactive mode, Scapy as a module. Hands on Packet crafting from Python. Warning Errors and exceptions, Exception handling, try, except. Memory management. Garbage collection. Context management, With. Hands on Improving Python code. Nornir What is Nornir? A network automation framework, inventories, connection management and parallelization. Nornir architecture and other libraires. Hands on Setting up nornir, nornir fact gathering, nornir tasks. Optional Writing your own functions, Writing your own classes. pyntc. Hands on Writing reusable code.

Python for network engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697