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

717 Courses in Glasgow delivered Live Online

Individual ESL Book Club in English

5.0(22)

By Book Club School

Build your confidence, fluency & accuracy with an individual ESL Book Club in English using a simplified, shortened and adapted novel. Highlights Join this individual ESL book club course to quickly improve your English confidence, fluency & accuracy 3 hours of live 1:1 English classes to help you develop your confidence in speaking in English Read a section of the book at home and then discuss what you have read Learn English 1:1 & be corrected by your private English teacher to remove errors and mistakes Build your confidence, skills and accuracy in this individual ESL book club in English course. Choose one of the books from the selection below. These books are shortened, simplified and adapted for learners of English as a foreign language. There are also language learning exercises and a short glossary of new words. Each week you read about 20-30 pages, write a summary of what you have read, and then discuss what you have read with your teacher Geoff. Personalised feedback improves your grammar, vocabulary and pronunciation. The Book Club book Individual ESL Book Clubs are flexible and can be taken on the following simplified and shortened "graded reader" books. Contact Geoff to agree a day and time, then enrol on the course. Intermediate (B1) Austen, Jane - Emma (Oxford Bookworms) Austen, Jane - Persuasion (Oxford Bookworms) Austen, Jane - Sense and Sensibility (Penguin Readers) Brontë, Emily - Wuthering Heights (Penguin Readers) Christie, Agatha - Death on the Nile (Collins English Readers) Christie, Agatha - The Body in the Library (Collins English Readers) Conan Doyle, Arthur - Sherlock Holmes: The Hound of the Baskervilles (Oxford Bookworms) Dickens, Charles - A Tale of Two Cities (Penguin Readers) Dickens, Charles - David Copperfield (Penguin Readers) Dickens, Charles - Great Expectations (Penguin Readers) Dickens, Charles - Oliver Twist (Penguin Readers) Hardy, Thomas - Far From The Madding Crowd (Penguin Readers) Hardy, Thomas - Tess of the D'Urbervilles (Penguin Readers) Hawkins, Paula - The Girl On The Train (Penguin Readers) Highsmith, Patricia - The Talented Mr Ripley (Penguin Readers) Joyce, James - Dubliners (Penguin Readers) Joyce, Rachel - The Unlikely Pilgrimage of Harold Fry (Penguin Readers) Le Carré, John - The Spy Who Came In From The Cold (Penguin Readers) Shelley, Mary - Frankenstein (Penguin Readers) Tóibín, Colm - Brooklyn (Penguin Readers) Upper-Intermediate (B2) Austen, Jane - Sense and Sensibility (Oxford Bookworms) Asimov, Isaac - I, Robot (Oxford Bookworms) Brontë, Emily - Wuthering Heights (Oxford Bookworms) Christie, Agatha - The ABC Murders (Collins English Readers) Christie, Agatha - Evil Under The Sun (Collins English Readers) Collins, Wilkie - The Woman in White (Penguin Readers) Dick, Philip K - Do Androids Dream of Electric Sheep? (Oxford Bookworms) Evaristo, Bernardine - Girl, Woman, Other (Penguin Readers) Fitzgerald, F. Scott - The Great Gatsby (Oxford Bookworms) Gyasi, Yaa - Homegoing (Penguin Readers) Hardy, Thomas - Far From The Madding Crowd (Oxford Bookworms) Kerouac, Jack - On the Road (Pearson English Readers) Mansfield, Katherine - The Garden Party (Oxford Bookworms) McEwan, Ian - The Children Act (Penguin Readers) Melville, Herman - Moby Dick (Penguin Readers) Orwell, George - 1984 (Penguin Readers) Puso, Mario - The Godfather (Penguin Readers) Smith, Zadie - White Teeth (Penguin Readers) Stevenson, RL - The Strange Case of Dr Jekyll and Mr Hyde (Pearson English Readers) Wharton, Edith - The Age of Innocence (Oxford Bookworms) Woolf, Virginia - Mrs Dalloway (Penguin Readers) Upper-Intermediate + (B2+) Austen, Jane - Pride and Prejudice (Oxford Bookworms) Brontë, Charlotte - Jane Eyre (Oxford Bookworms) Conan Doyle, Arthur - Sherlock Holmes: The Sign of Four (Oxford Bookworms) Flaubert, Gustave - Madame Bovary (Pearson English Readers) Gaskell, Elizabeth - North and South (Pearson English Readers) Garland, Alex- The Beach (Pearson English Readers) Hardy, Thomas - Tess of the D'Urbervilles (Oxford Bookworms) Tan, Amy - The Joy Luck Club (Oxford Bookworms) Geoff says: "This is a great way to start reading more in English, to build your confidence, to focus on your needs and language, and to make fast progress."

Individual ESL Book Club in English
Delivered OnlineFlexible Dates
£114

GCSE English February course

By Bettering Youth

For those who are working towards GCSE English exam confidence Save Your Child’s Spot in the GCSE English February Half Term workshop Concerned about your child’s struggle with English GCSE writing skills? Worried about them answering complex problems under time pressure? Want them to be exposed to the type of exam-style questions they'll need to master? Our engaging course doesn’t just teach; Our courses build confidence. Meet Vic, our GCSE English Expert! I am experienced in teaching English Literature and Language GCSE for the AQA, Eduqas and Edcexcel boards. My main area of expertise is GCSE and A level English but I also have many years experience in Key Stage 3, including Year 7 transition so I would be happy to support a student at any stage from 11-19. Course Objectives: - Revision techniques so there's less cramming + more confidence - Main concepts around Non-Fiction and Creative Writing - Exam techniques to ensure no stress in a time-pressure situation and top tips to avoid common errors that students fall into! Key Details: Duration: 3 hours Lesson Start Date: February half term TBD Group Size: Max 15 Recorded! For Just £57.00  Students who work with Bettering Youth tutors improve by a minimum of 2 grades; we have a 100% pass rate!

GCSE English February course
Delivered OnlineFlexible Dates
£57

Complete COBOL programming

5.0(3)

By Systems & Network Training

COBOL training course description A hands on training course providing an introduction to COBOL. What will you learn Write COBOL programs Debug COBOL programs Examine existing code and determine its function. COBOL training course details Who will benefit: Programmers working with COBOL. Prerequisites: None although experience in another high level language would be useful. A 10 day version of this course would be more applicable for those new to programming. Duration 5 days COBOL training course contents Introduction to COBOL Compilation, linkage editor. Compile errors, compiler options. Divisions, syntax and format, COBOL character set, program structure. COBOL statement structure COBOL words, format of statements. Divisions Identification entries, Environment entries, Data division: FD, record descriptions, hierarchy and level numbers, description-string entry. File and Working-Storage Sections Literals, figurative constants, redefines clause, data representation, Usage clause, synchronization, sign clause. Procedure Division File status codes; Open, Read, Write, Close, Stop, Goback; Accept, display; Move, Justified, data name qualification, reference modification. Perform statement Out-of-line, With test ... Until, ... Times, in-line statement; Go to statement. Program design Design techniques, design considerations, procedure names, program structure. Printing Printed output, Write, advancing option, editing characters; Initialize. Condition testing Conditional statements: IF, class, sign and relation conditions, condition-name conditionals, Set, compound conditions, logical operators. Evaluate, Continue. Arithmetic Rounded option, On Size Error option, Add, Subtract, Multiply, Divide, Compute. Non-sequential files File access modes, Select. Indexed and relative files. Open, Close, creating / reading sequential access files, Write, Read, Invalid key clause, reading, writing / updating Random access files, Rewrite, Delete, Start. Declarative routines Clauses. Subroutines Call, Using clause - calling program/called program, Linkage Section, returning control. Table handling Subscripted tables: One/two/three dimensional tables, Perform, variable length tables. Indexed tables: Set, using an index; Search. Copy code: Copy, Suppress, Replacing. Data Manipulation Inspect, String, Unstring. COBOL/370 LE/370 and Intrinsic Functions.

Complete COBOL programming
Delivered in Internationally or OnlineFlexible Dates
£4,997

C++ programming foundation

5.0(3)

By Systems & Network Training

C++ training course description A hands on introduction to programming in the C++ language. The course concentrates on aspects that will be new to experienced C programmers and so is not suitable for those without C knowledge. What will you learn Write C++ programs Debug C++ programs. Examine existing code and determine its function. Use classes, function overloading, operator overloading, inheritance and virtual functions within C++ programs. C++ training course details Who will benefit: Programmers needing to write C++ code. Programmers needing to maintain C++ code. Prerequisites: C programming foundation. Duration 5 days C++ training course contents The origins of C++ C++ as a better C, C++ and Object Oriented Programming, encapsulation, polymorphism, inheritance. C++ standards. Getting started Simple C++ programs. Classes Basics, constructor and destructor functions, member and friend functions. Using objects. Default, copy and conversion constructors. A better C Arrays, pointers and references, new and delete. Improved safety with smart pointers, Resource Acquisition in Initialization (RAII). Functions in C++ Function overloading, default arguments, inline functions, Lambda functions. Templates Template classes and functions. Standard Library Containers, Iterators, algorithms, function objects. Operator overloading Basics, binary operators, the this pointer, relational operators, unary operators. Members versus friends. Inheritance Base class access control, protected members, multiple inheritance, virtual base classes. More I/O Manipulators, customising inserters, extractors. File I/O. Virtual functions Pointers to derived classes, run time polymorphism. Exception handling Throwing errors, trying code and catching errors.

C++ programming foundation
Delivered in Internationally or OnlineFlexible Dates
£3,697

Complete Visual BASIC

5.0(3)

By Systems & Network Training

Complete Visual BASIC training course description A hands-on introduction to programming in Visual BASIC V6. What will you learn Build Visual BASIC applications. Build simple components. Debug Visual BASIC programs. Examine existing code and determine its function. Complete Visual BASIC training course details Who will benefit: Anyone wishing to program in Visual BASIC. Prerequisites: None although experience in another high level language would be useful. Duration 5 days Complete Visual BASIC training course contents Application development using VB VB features. VB editions, VB terminology. Working in the Development Environment. Event-Driven Programming. Creating a program in VB. Project and executable files. VB reference materials. Visual Basic fundamentals Objects. Controlling objects. Introduction to forms. Introduction to controls. Basic controls. Working with code and forms Modules. Working with code. Interacting with the user. Working with code statements. Managing forms. Variables and procedures Introduction to variables and constants. Working with Procedures and Functions. Controlling program execution Common VB functions. Comparison and relational operators. Conditional structures. Looping structures. Debugging Error types. Debugging logic errors in VB. Working with controls Control types. Standard controls. Advanced standard controls. ActiveX controls. Insertable controls. Data access using the ADO data control Overview of ActiveX Data Objects. VB data access features. Relational database concepts. Using the ADO data Control to access data. SQL. Manipulating data. Using the data form wizard. Input validation Field-Level validation. The masked edit control. Form-Level validation. Form events used when validating data. Error trapping Trapping run time errors. Error handling overview. Enabling an error trap. Errors and the calling chain. In line error handling. Enhancing the User Interface Menus. Status bars. Toolbars. Drag and Drop Overview of Drag and Drop. Mouse events Drag and Drop basics. More about controls Using control arrays. Using the controls collection. Working with object variables. Collections. Finishing touches User Interface design principles. Distributing an application. Creating a default project.

Complete Visual BASIC
Delivered in Internationally or OnlineFlexible Dates
£4,997

Modern Greek for Adults - Intermediate (B1)

5.0(14)

By The Greek Online School

What will you learn in this course? Deal with every day social and professional situations. Understand the main topics and some details of spoken or written language. Learn how to communicate and interact socially in formal situations. Become familiar with the greek culture. Deal with situations when you travel to places where the language is spoken. Write small paragraphs in order to describe experiences, events, dreams, and express your opinion. The main topics to be covered in this course are about society, telling stories, travelling, advantages & disadvantages, agreeing & disagreeing, the greek culture and more.

Modern Greek for Adults - Intermediate (B1)
Delivered OnlineFlexible Dates
Price on Enquiry

XSLT training course description This course has been designed as a follow on course for the XML primer course. The course looks at the use of XSLT in the transforming and styling XML documents. What will you learn Transform and style XML documents using XSLT. XSLT training course details Who will benefit: Anyone working with XSLT. Prerequisites: XML primer Duration 2 days XSLT training course contents Introduction Extensible Stylesheet Language (XSL), transforming and formatting XML. XML refresher The basic rules for building an XML document. An introduction to XSLT The basic concepts of XSLT, xsl:output, xsl:template, xsl:value-of. XML documents as trees How the original XML is transformed into a set of nodes, the general terms for manipulating node trees. Paths (XPath) Use of path matching to select required nodes for transformation. Using templates xsl:apply-templates, xsl:template match, nested templates, xsl:copy , <comment> and <element> , default templates, parameters. Control xsl:if, xsl:choose, xsl:for-each, xsl:sort. Constructing the result tree xsl:output, xsl:attribute, xsl:attribute-set, xsl:comment, xsl:processing-instruction, xsl:text, xsl:value-of, xsl:variable. Combining templates xsl:include, xsl:import, xsl:apply-imports. Transforming to text

XSLT
Delivered in Internationally or OnlineFlexible Dates
£2,477

Complete Perl programming

5.0(3)

By Systems & Network Training

Perl training course description A hands on introduction to programming in Perl. What will you learn Write Perl programs. Use Perl modules. Debug Perl programs. Examine existing code and determine its function. Perl training course details Who will benefit: Anyone wishing to learn Perl. Prerequisites: None although experience in another high level language would be useful. Duration 5 days Perl training course contents Introduction to Perl What is Perl? When to use Perl, downloading Perl, installing Perl, documentation, perldoc, running Perl, the Perl environment. Perl under UNIX, Perl under Windows. "Hello world". Variables Scalars, data types, $_, strings and numbers, assignment, constants, strict, scope, STDIN. Operators Number operators, string operators, precedence and associativity, converting numbers and strings, shortcut operators. Flow control Blocks, if, else, elseif, unless, foreach, while, for do, until. Regular expressions What are regular expressions? Pattern matching, Perl as a filter, file editing. Strings Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. Subroutines Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. Arrays and hashes Working with arrays, element access, push(), pop(), shift(), unshift(), <STDIN> as an array, associative arrays, hashes of arrays, hash references, arrays of hashes, hashes of hashes. Files Simple file handling, open, close, <FILEHANDLE>, <>, file tests, directory access, directory handles, database access, packing and packing binary data. I/O STDIN, STDOUT and STDERR, Command line arguments,@ARGV. Perl debugging The built in debugger, running the debugger, debugger commands, graphical debuggers. Script syntax errors, single stepping, breakpoints, watches. Packages and modules CPAN, Finding modules, installing modules, using modules, scope. Report formatting Formats, defining a format, invoking a format, field holders. Process management System interaction, system(), exec(), signals. Security issues.

Complete Perl programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Petroleum Engineering for Non-Petroleum Engineering Technical Professionals

By EnergyEdge - Training for a Sustainable Energy Future

About this Training Course Time is money in all industries. For the Oil & Gas industry, this is no exception and the ability to maximise return on investment is all related to where the Oil is and how easily and quickly we can get that product to the customer. Whether in a technical, managerial or supporting role, you are a valuable asset in ensuring that project delivery targets are met and profits are realised. As Petroleum Engineering (PE) activities continue to increase, professionals like you must grasp the language and technology of PE operations in order to maximise expenditures throughout the producing life of a well. Petroleum Engineering equipment and procedures have a unique language that must be conquered for maximum benefit. Clear and understandable explanations of rig equipment, completion equipment, operations procedures, and their complex interactions provide an excellent foundation for smooth communication and increased efficiency in inter-department project team efforts. A confident understanding of the technical jargon and a visual appreciation of the various pieces of equipment used provides for an overall 'big picture' of the industry value chain. This serves as an excellent foundation for smooth communication and increased efficiency in inter-department project team efforts. This course can also be offered through Virtual Instructor Led Training (VILT) format. Training Objectives By the end of this course, the participants will be able to: Define the role of Petroleum Engineering and its interaction between other departments Describe terms used in the Oil & Gas industry such as Surface/Subsurface, Upstream, Midstream and Downstream Describe the Appraisal of Oil & Gas Discoveries, the Cost Estimations, Economics & Reserves Explain what is the Formation, how do we connect to it, and how do we ensure best value Describe how to construct a well, select the equipment & methods, understand the duration that the well is required to perform for Target Audience This course will benefit those in geology, reservoir engineering, equipment and maintenance, and non-petroleum engineering technical professionals as well as forward-looking executives in the following fields who are interested to enhance their knowledge and awareness of the drilling process for increased productivity and contribution to the team that they're supporting: Accounting Administration Business Development Commercial E & P IT Estimation & Proposal Finance & Administration Finance HSE General Management Joint Ventures Legal Logistics Materials Planning Planning & Budgeting Procurement Sourcing Supply Chain Tender Contract Training Drilling Fluids Course Level Basic or Foundation Trainer Your Expert Course Trainer has over 40 years of experience in the Oil & Gas industry. During that time, he has worked exclusively in well intervention and completions. After a number of years working for intervention service companies (completions, slickline & workovers), he joined Shell as a well service supervisor. He was responsible for the day-to-day supervision of all well intervention work on Shell's Persian/Arabian Gulf platforms. This included completion running, coil tubing, e-line, slickline, hydraulic workovers, well testing and stimulation operations. An office-based role as a senior well engineer followed. He was responsible for planning, programming and organising of all the well engineering and intervention work on a number of fields in the Middle East. He had a brief spell as a Site Representative for Santos in Australia before joining Petro-Canada as Completions Superintendent in Syria, then moved to Australia as Completions Operations Superintendent for Santos, before returning to Shell as Field Supervisor Completions and Well Interventions in Iraq where he carried out the first ever formal abandonment of a well in the Majnoon Field. While working on rotation, he regularly taught Completion Practices, Well Intervention, Well Integrity and Reporting & Planning courses all over the world. In 2014, he started to focus 100% on training and became the Technical Director for PetroEDGE. Since commencing delivering training courses in 2008, he has taught over 300 courses in 31 cities in 16 countries to in excess of 3,500 participants. 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

Petroleum Engineering for Non-Petroleum Engineering Technical Professionals
Delivered in Internationally or OnlineFlexible Dates
£3,267 to £3,799

Ansible for engineers

5.0(3)

By Systems & Network Training

Ansible for engineers training course description An introduction to automation using ansible. Ansible is a general purpose IT automation platform that can be use for a number of purposes. The course covers configuration management, cloud provisioning and application deployment with ansible. Hands on sessions follow all major sections. What will you learn Install ansible. Automate tasks with ansible. Write ansible playbooks. Ansible for engineers training course details Who will benefit: Administrators and developers automating tasks. Prerequisites: Linux administration skills Duration 3 days Ansible for engineers training course contents What is ansible? The language, the engine, the framework. Uses of ansible, orchestration. Hands on Installing ansible. Ansible architecture ible architecture Controlling machines, nodes, Agentless, SSH, modules, JSON protocol. Configuration management, inventories, playbooks, modules, roles. Hands on Getting started, running ad hoc commands. Ansible and Vagrant Prototyping and testing. Hands on Using ansible with Vagrant. Ad hoc commands Parallelism, shell commands, managing files and directories, file transfer, package management, manage user and groups, deploying applications, service management, background jobs, checking log files, managing cron jobs. Hands on Using ansible with Vagrant. Playbooks ansible-playbook, users, sudo, YAML, plays, tasks, handlers, modules. Hands on Running playbooks. More playbooks Handlers, variables, environmental variables, playbook variables, inventory variables, variable scope and precedence, accessing variables, facts, ansible vault. Conditionals, wait_for. Hands on Using variables and conditions in playbooks. Roles and includes Dynamic includes, Handler includes, playbook includes. Roles, role parts: handlers, files, templates, cross platform roles, ansible galaxy. Hands on includes example, building roles. Inventories /etc/ansible/hosts, inventory variables, static inventories, dynamic inventories. Hands on Inventories and variables. Miscellanea Individual server cookbooks, Main playbook for configuring all servers. Hands onPlaybooks.

Ansible for engineers
Delivered in Internationally or OnlineFlexible Dates
£3,497