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

1822 Courses in Bristol

Critical Thinking and Decision Making

5.0(10)

By GBA Corporate

Overview When it comes to a complex decision-making process, we are always confronted with problems that require us to take an efficient decision. It involves prioritising our work, understanding the failure of the process and deciding how to resolve the issue. All these things require a realistic approach to problem-solving.  This course will enable us to learn how to be inventive, logical decision maker by understanding the principles behind critical thinking and the tools used to consistently identify and select the best decision among multiple alternatives.

Critical Thinking and Decision Making
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Analysing Return on Investment

5.0(10)

By GBA Corporate

Overview In order to determine if capital investment is beneficial to their organisation, Return on Investment Analysis will provide you with the tools and techniques. This course will teach you the basics of Return on Investment analysis such as estimating future revenues, ongoing expenses, and the initial investment. It will also explore more advanced aspects such as risk, changes in net working capital and the calculation of manufacturing overhead. It then assembles these projected expenses and revenues into a financial - the method experts agree is the best for evaluating capital investments. 

Analysing Return on Investment
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Innovation and Creativity at Work

5.0(10)

By GBA Corporate

Overview There are many companies that have designed a creative environment for their employees to help them relax and spark creative thinking to enhance the performance of the people working in the organisation. The creative way help boost the mind of the employees and thereby generate a positive attitude. This course will help organizations to do regular brainstorming sessions when working on a project to allow employees to contribute and build on a project. This will create an immense engagement as their team members are involved in the creative process.

Innovation and Creativity at Work
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Analytical and Critical Thinking

5.0(10)

By GBA Corporate

Overview We encounter lots of incidents every day at home or at work in which we need to think deeply about our decisions. Making the right choice not only saves time but also saves money and makes everyone happy. In this course, participants will learn how to refine their intuitions in order to make them trustable. Critical thinking and analysis will be a practice and habit for them and they will find themselves subconsciously using them. They will learn how to make sensible conclusions out of the data they managed to gather. 

Analytical and Critical Thinking
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Budgeting, Forecasting and Planning

5.0(10)

By GBA Corporate

Overview It will provide the necessary skills to develop efficient strategic planning, forecasting and budgeting processes. The main aim of the training is to enable the participants to understand the framework that builds strategies for annual budgets targeting efficient management and organisational performance.  Our course will explain financial terms and budgeting tools in such a way that a financial professional or even a non-financial profession will be able to understand and relate to them in their working environment. It will include a lot of examples, a budgeting format and case studies. 

Budgeting, Forecasting and Planning
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Contract Management - Principles and Practices

5.0(10)

By GBA Corporate

Overview Contract Management Principles and Practices provide an overview of all phases of contracting, from requirements development to closeout, and discuss how incentives can be used to improve contract results. Explore these vital issues from the manager's perspective, highlighting key roles and responsibilities to give participants greater influence over how work is performed. Finally, discover specific actions that can be taken to help ensure that contractors or subcontractors perform as required under the contract. This course guide you through all the principles and practices of contract management and preparation. 

Contract Management - Principles and Practices
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Advanced Python for network engineers

5.0(3)

By Systems & Network Training

Advanced Python training course description This course caters to network engineers aiming to enhance both their Python proficiency and network automation skills. Delving deeper into key areas such as netmiko, Nornir, and ncclient, we also focus on automating network testing and validation. Participants gain greater confidence working with Python functions, classes, objects, and error handling. The course additionally introduces more libraries like Scrapli, TTP, pyATS, Genie, pybatfish, and Suzieq, which cover parsing strategies, automation testing, validation, network analysis, observability, and telemetry. The curriculum also encompasses concurrency techniques. What will you learn Write Python modules and functions. Evaluate techniques to parse unstructured data. Use NETCONF filters. Handle Python errors effectively (try, assert…). Use postman. Automate testing and validation of the network. Use scrapli, Genie, batfish and Suzieq. Advanced Python training course details Who will benefit: Network engineers. Prerequisites: Python for network engineers Duration 5 days Advanced Python training course contents Review CLI, NETCONF, RESTCONF, structured versus unstructured data, gNMI and when to use which. PEP 8. Naming conventions. Packages, modules, Classes and methods. The scrapli library. Netmiko versus scrapli. Hands on: scrapli, Dictionaries versus Regular Expressions. Modules and Functions Writing your own modules, containers versus packages, virtual environments. Best practices, calling functions, writing your own functions. Parameters, arguments. Named arguments, dictionaries as arguments. Builtins. Docstrings. Main. __name__, __main__ . Program arguments. Hands on: Getting interfaces, showing interface status using Netmiko and functions. Using dictionaries as arguments. Writing your own modules. Parsing strategies Turning unstructured data into structured data. textfsm, PyATS Genie parser, NAPALM getters, Template Text Parser. Hands on: Genie parser, TTP. Accessing structured data with lists and dictionaries. Classes, objects and Python Python classes in Genie, PyEZ and others . Hands on: studying network automation classes, objects, methods and attributes. Configuration management - more nornir, ncclient, requests Nornir tasks. Nornir results, Nornir functions, Nornir plugins. Nornir processors. YANG, YANG models, pyang. NETCONF hello. Capabilities. Schemas. Filters. Subtrees. XPATH. Exploring available YANG data models. NETCONF and network wide transactions. Asserting NETCONF capabilities. Configuration types. Locking configurations, commits. NETCONF data stores. Netconf-console. RESTCONF differences from NETCONF. URI construction. Postman. More XML and JSON. Git and configuration versions. Hands on: Nornir and Jinja2. Exploring available models, NETCONF filters. Using postman. Python error handling and debugging Context handlers, try, assert, logging, pdb, pytest, unit testing, chatgpt. Hands on: Writing code with each of the error handling methods, investigating what happens on an error. Use chatgpt to debug your code. Python Automation Testing Testing and validation. pyATS, Genie. Testbed file. Genie parse, genie learn, genie diff. Genie conf, Genie ops, Genie SDK, Genie harness. Xpresso. Hands on: Using Genie for state comparisons of the network. Network analysis Batfish, pybatfish, configuration analysis, analysing routing, analysing ACLs. Pandas. Pandas dataframe. Filtering and selecting values of interest. Hands on: Use Batfish to analyse network snapshots, find network adjacencies, flow path analysis. Network observability Suzieq, using docker, using as a package. Sqpoller, suzieq-gui, suzieq-cli, sq-rest-server. Namespaces and seeing devices, network state and Asserts. Time based analysis, snapshots and changes. Hands on: Suzieq: Gathering data from the network, analysing data from the network. Network state assertion. Telemetry gRPC, gNMI. CAP, GET, SET. Subscriptions. Model Driven telemetry. Hands on: Analysing telemetry data with Python. Concurrency asyncio, threads, processes. Nornir concurrency. Scrapli and netmiko concurrency. Hands on: Multiple SSH connections to devices at same time. Scarpli asyncio.

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

Financial Analysis and Corporate Valuation

5.0(10)

By GBA Corporate

Overview The valuation of corporates is a fundamental skill required of a wide range of finance professionals including equity analysts, strategists, corporate finance executives, fund managers, PE/VC executives, and general bankers. The recent volatility of corporate valuations, combined with the emergence of new sectors, makes understanding the theory and practice of valuation essential. This practical course is taught using inter-active sessions that comprise lectures followed by short, practical, and interactive case studies and exercises to reinforce the concepts covered in each teaching session. Emphasis is placed on delegates gaining hands-on experience with various valuation techniques.

Financial Analysis and Corporate Valuation
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Financial Analysis and Reporting

5.0(10)

By GBA Corporate

Overview Financial Analysis and reporting play a very important role within the organisation and its stakeholders. This course is designed to analyse the functions of financial reporting in communication and its effects on decision-making processes or managerial decisions. It will highlight the accounting and financial standards-setting process and its implication on the organisation globally. Financial Analysis and reporting discuss how accountants act as processors and purveyors of information for decision-making and the needs of those who use accounting information. It also looks at the role performed by accountants and notes the need to be aware of relevant regulatory and conceptual frameworks.

Financial Analysis and Reporting
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Financial Accounting and Reporting

5.0(10)

By GBA Corporate

Overview Financial Accounting and reporting play a very important role within the organization and its stakeholders. This course is designed to analyze the functions of financial reporting in communication and its effects on decision-making processes or managerial decisions. It will highlight the accounting and financial standards-setting process and its implication on the organization globally. Financial accounting and reporting discuss how accountants act as processors and purveyors of information for decision-making and the needs of those who use accounting information. It also looks at the role performed by accountants and notes the need to be aware of relevant regulatory and conceptual frameworks. 

Financial Accounting and Reporting
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626