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

292 Languages courses in Blairgowrie delivered Live Online

One-to-one personalised French lessons

5.0(25)

By Pronounce Languages

Hi, I’m Susie and I deliver personal, professional one-to-one and group tuition for adults online for English, French, Spanish and Italian. I am passionate about languages and I absolutely love sharing my joy for languages with others! Whether you want to brush up on your holiday phrases, pass an exam or move abroad, I can help. Regardless of your language level (or lack thereof!), I will coach you to reach your potential and maximise your results, while having a great time learning.

One-to-one personalised French lessons
Delivered OnlineFlexible Dates
£42

One-to-one personalised Spanish lessons

5.0(25)

By Pronounce Languages

Hi, I’m Susie and I deliver personal, professional one-to-one and group tuition for adults online for English, French, Spanish and Italian. I am passionate about languages and I absolutely love sharing my joy for languages with others! Whether you want to brush up on your holiday phrases, pass an exam or move abroad, I can help. Regardless of your language level (or lack thereof!), I will coach you to reach your potential and maximise your results, while having a great time learning.

One-to-one personalised Spanish lessons
Delivered OnlineFlexible Dates
£42

Introducing coding using Python

By Riva Learning

Choose this course if your child is new to Python or has done a few hours of Python before. Or, they have a good understanding of block-based platforms like Scratch, and would like to start exploring text-based programming languages.

Introducing coding using Python
Delivered OnlineFlexible Dates
£219

Italian Language Course

4.9(51)

By B&20 British School

Online Italian course for adults and companies

Italian Language Course
Delivered OnlineFlexible Dates
£180

55315: Introduction to SQL Databases

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for The primary audience for this course is people who are moving into a database role, or whose role has expanded to include database technologies. Developers that deliver content from SQL Server databases will also benefit from this material. Overview After completing this course, you will be able to: Describe key database concepts in the context of SQL Server Describe database languages used in SQL Server Describe data modelling techniques Describe normalization and denormalization techniques Describe relationship types and effects in database design Describe the effects of database design on performance Describe commonly used database objects This course is provided as an introductory class for anyone getting started with databases. It will be useful to programmers and other IT professionals whose job roles are expanding into database management. Students will learn fundamental database concepts through demonstrations and hands-on labs on a SQL Server instance. This material updates and replaces course Microsoft course 10985 which was previously published under the same title. Module 1: Introduction to databases Introduction to Relational Databases Other Databases and Storage Data Analysis SQL Server Database Languages Module 2: Data Modeling Data Modelling Designing a Database Relationship Modeling Module 3: Normalization Fundamentals of Normalization Normal Form Denormalization Module 4: Relationships Introduction to Relationships Planning Referential Integrity Module 5: Performance Indexing Query Performance Concurrency Module 6: Database Objects Tables Views Stored Procedures, Triggers and Functions

55315: Introduction to SQL Databases
Delivered OnlineFlexible Dates
£1,785

Data Analysis and Visualisation

5.0(10)

By GBA Corporate

Overview Data and visual analytics are emerging fields concerned with analysing, modelling, and visualizing complex high-dimensional data. It can be analysed and visualised with many languages like Python, R Programming and more. This course will help to attain the skills and give in-depth knowledge to the participant's enhanced way of modelling, analysing and visualizing techniques.  The course will highlight practical challenges including composite real-world data and will also comprise several practical studies

Data Analysis and Visualisation
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Network automation demystified

5.0(3)

By Systems & Network Training

Network automation training course description This course concentrates on the technical side of tools and languages for network DevOps rather than the soft skills. These tools include Python, Ansible, Git and NAPALM By the end of the course delegates should be able to recognise the tools that they can use to automate their networks and be able to use the knowledge gained to feel confident approaching network automation. What will you learn Describe network DevOps. Choose network automation tools. Explain the role of various network automation technologies including: Python Ansible Git NAPALM Network automation training course details Who will benefit: Those wishing to learn about the tools of network automation. Prerequisites: Introduction to data communications. Duration 1 day Network automation training course contents What is DevOps and network automation Programming and automating networks, networks and clouds, AWS, OpenStack, SDN, DevOps for network operations. Unit testing. Hype vs reality. Benefits and features. Network monitoring and troubleshooting Traditional methods, SNMP. Netflow and xflow. Traditional automation. Streaming telemetry. Event driven automation. gRPC, Protocol buffers. Configuration management Catch 22 and initial configuration. ZTP, POAP. Traditional automation. TFTP. Ansible vs the rest (chef, salt, puppet). Jinja2 and templating. How ansible works. Network programmability Programming languages. Linux, shell scripting. Python vs the rest. Off box vs on box automation. Python network libraries Sockets pysnmp, ncclient, paramiko, netmiko, pyez, NAPALM. APIs Proprietary APIs, CLI, NETCONF, RETCONF. YANG, XML, YAML, JSON. Other tools Git, GitHub, Jenkins, JIRA and others.

Network automation demystified
Delivered in Internationally or OnlineFlexible Dates
£797

Python Beginners Course, 1-Day

4.6(12)

By PCWorkshops

his course covers the essential Python Basics, in our interactive, instructor led Live Virtual Classroom. This Python Basics course is a very good introduction to essential fundamental programming concepts using Python as programming language. These concepts are daily used by programmers and is your first step to working as a programmer. By the end, you'll be comfortable in programming Python code. You will have done small projects. This will serve for you as examples and samples that you can use to build larger projects.

Python Beginners Course, 1-Day
Delivered OnlineFlexible Dates
£185

Web Development with HTML5, CSS, and JavaScript

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for While no prior programming or web development experience is required, target students should have good foundational computer skills. Overview Set up the tools and resources you need to perform Web Development. Create web pages in HTML, constructing valid, well-formed elements, including navigation links, sections, titles, and semantic markup. Enhance HTML content with tables, images, movies, and audio. Apply styles to HTML elements using CSS. Use CSS to format the edges, size, position, and layering of HTML elements. Apply complex style rules using advanced CSS selectors, including pseudo-class selectors, structural selectors, and pseudo-element selectors. Create complex layouts using CSS newspaper style columns, grid layouts, and flexible box layouts. Improve the quality of web content, including adaptability (different displays and devices), searchability, usability, and accessibility. Submit data through URL query strings and web forms for processing by a web application server. Write JavaScript code to make web pages more interactive, perform data processing tasks directly in the browser, and manipulate items in the current web page. Write JavaScript code to iterate through collections of elements in a page to get and set their attributes and add event listener code. Use third-party libraries and frameworks for web front-end development. Modern organizations depend heavily on the web to perform core business operations such as marketing, advertising, and selling products, providing services, and communicating with customers, partner organizations, and employees. Whatever you're creating on the web, HTML, CSS, and JavaScript? likely play an important role. These three languages provide the core toolkit for anyone looking to perform web development work. This course covers the fundamentals of web development using these three languages. Prerequisites This course assumes that students have strong experience working with computers. Previous experience programming in other languages is helpful, but not required for students to benefit from this course. Lesson 1: Setting Up Your Web Development Environment Topic A: Prepare Your Web Platform Topic B: Prepare Your Web Development Tools and Processes Topic C: Monitor the Web Request-Response Cycle Lesson 2: Creating Web Content in HTML Topic A: Create a Basic Web Page Topic B: Provide Navigation Links Between Web Pages Topic C: Improve Web Page Structure and Navigation Lesson 3: Adding Tables and Multimedia Content to a Web Page Topic A: Create a Table Topic B: Embed Images, Movies, and Audio in a Web Page Lesson 4: Applying Styles to Web Content Topic A: Apply Styles to HTML Topic B: Create a Style Sheet Topic C: Use Web Fonts Lesson 5: Controlling Edges, Size, and Position Topic A: Format Element Edges and Corners Topic B: Control an Element's Height and Width Topic C: Control an Element's Position and Layering Topic D: Normalize and Reset Browser CSS Defaults Lesson 6: Applying Complex Style Rules Topic A: Use Advanced Selectors Topic B: Manage User Interface States Topic C: Make Structure Apparent to Users Topic D: Use CSS Pseudo-Element Selectors Lesson 7: Creating Complex Layouts Topic A: Use CSS to Create Newspaper Style Columns Topic B: Use CSS to Create Grid Layouts Topic C: Use CSS to Create Flexible Box Layouts Lesson 8: Improving Web Content Topic A: Adjust the Layout for a Wide Variety of Devices Topic B: Perform Basic Search Engine Optimization Topic C: Test Your Website Lesson 9: Submitting Data to a Web Server for Processing Topic A: Submit Data Through a URL Topic B: Submit Data Through a Web Form Lesson 10: Writing JavaScript Code Topic A: Add JavaScript to a Web Page Topic B: Perform Operations on Data Topic C: Program Repetitive Tasks Topic D: Manipulate DOM Objects Lesson 11: Enumerating and Processing Collections of Elements Topic A: Enumerate Elements Topic B: Attach Events Through Code Lesson 12: Using Third-Party Libraries and Frameworks Topic A: Use a Third-Party JavaScript Library Topic B: Create a Web Page Based on a Third-Party Framework Additional course details: Nexus Humans Web Development with HTML5, CSS, and JavaScript (v1.0) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Web Development with HTML5, CSS, and JavaScript (v1.0) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Web Development with HTML5, CSS, and JavaScript
Delivered OnlineFlexible Dates
£2,380

This course presents an approach for dealing with security and privacy throughout the entire software development lifecycle. You will learn about vulnerabilities that undermine security, and how to identify and remediate them in your own projects.

Cyber Secure Coder
Delivered in Loughborough or UK Wide or OnlineFlexible Dates
£350

Educators matching "Languages"

Show all 6
Creative Writing Mentoring & Creativity Coaching for Writers

creative writing mentoring & creativity coaching for writers

Our programmes offer individual and group coaching sessions for writers who are facing blocks, bumps, or other challenges in their writing process. The coaching aims to help writers regain their passion for writing, build confidence, and develop new writing techniques. The programme provides accountability and support for writers, helping them to overcome obstacles and reach their writing goals. The coaching sessions begin with an evaluation questionnaire to tailor the group to the writer's specific needs. * Tailored coaching: Evaluation questionnaire to address specific needs. * Overcome obstacles: Collaborative solutions for writing blocks. * Rekindle passion: Maintain drive and passion for writing. * Develop skills: Opportunity to improve writing techniques and skills. * Comprehensive support: Accountability, compassion, and a listening ear throughout writing project. As humans we have an innate connection to the natural world. This connection is tied up with the deepest part of ourselves, our unconscious. The part of our self that is both illusive and difficult to define but that is bound up with our emotional and physical make up. It is also bound to the creative part of us, it’s where our ideas come from. It’s curious, then, why writers don’t talk more about their connection to nature and the natural world. It is curious because ignoring this part of our creative makeup makes the writing process all the more difficult. Not just the writing process, but the writing life and making meaning with our words. Maybe it’s time to consider a change. Get away from your daily routine, or even your surroundings, and discover a way to Reimagine, Refresh and Reboot. “Highly recommend the course for opening up fixed writing patterns and limiting thought processes, to inspire a more enjoyable writing process and make your writing richer so it is ultimately more successful” Liz Web, Author of The Daughter As a new or struggling writer, how do you know it’s time for a helping hand? Here are my reasons why you’d want to do this for yourself, your writing process and your writing life and the benefits that come with investing in The Write Wild Method: GETTING UNSTUCK YOU - Are you stuck in the middle of things? Or stuck, unable to begin? The Write Wild Method will help you gain a fresh perspective, find new ideas and insights and ultimately get you started, or unstuck so you make it to the finishing line of your writing project. WRITE COMPELLING PROSE YOUR WRITER’S VOICE – are you struggling with making meaning with your writing? Does it feel flat, unexciting, are you wondering why anyone would want to read anything you write? Would you benefit from a method that will give you the confidence to find and develop your authentic voice so you can write the words you mean to write? BATTLING WITH FEAR AND ANXIETY YOUR WRITING LIFE – did you know that the more anxious you get the less creative you can be? This is a fact, anxiety swamps the part of your brain that is responsible for creating. Anxiety kills creativity flat. There are simple techniques within The Write Wild Method that will reduce your level of anxiety so that you can begin creating, the more practice you get with these techniques, the more creative you will be able to become and the better your writing life will be. GOALESS OR DIRECTIONLESS YOUR WRITING PROCESS – are you confused about what direction you should be taking? Uncertain about which writing project you should be tackling? Do you have a clear idea but are unable to make that idea materialize? How you begin and keep going to the finish is not always about how committed you are to any one project. It can be that you have no clear direction about what the project demands or what you want from the project. The benefit of developing a writing process that works for is that you will get from start to finish in a way that satisfies your project, yourself and your reader. Within the Write Wild Method you will be able to identify what works and what doesn’t work in terms of process and get practice in making your writing process the thing that gets you reaching your goals.