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

2380 Programming courses in Broughton Astley delivered Online

3D Game Developer- QLS Endorsed Bundle

By Imperial Academy

10 QLS Endorsed Courses for 3D Game Developer | 10 Endorsed Certificates Included | Life Time Access

3D Game Developer- QLS Endorsed Bundle
Delivered Online On Demand
£599

Data Scientist - QLS Endorsed Courses

By Imperial Academy

10 QLS Endorsed Courses for Data Scientist | 10 Endorsed Certificates Included | Life Time Access

Data Scientist - QLS Endorsed Courses
Delivered Online On Demand
£599

Real Estate Developer (Development Cash Flow Modelling in Excel)

4.3(5)

By Bayfield Training

This course will show delegates how to appraise projects in Excel, incorporate and communicate updates as they happen and ultimately understand how to convert an opportunistic property investment into a core asset that can be sold on.

Real Estate Developer (Development Cash Flow Modelling in Excel)
Delivered in person or Online + more
£1,750

Python Programming for Kids and Beginners

By The Teachers Training

Overview Python Programming for Kids and Beginners Course is yet another 'Teacher's Choice' course from Teachers Training for a complete understanding of the fundamental topics. You are also entitled to exclusive tutor support and a professional CPD-accredited certificate in addition to the special discounted price for a limited time. Just like all our courses, this Python Programming for Kids and Beginners Course and its curriculum have also been designed by expert teachers so that teachers of tomorrow can learn from the best and equip themselves with all the necessary skills. Consisting of several modules, the course teaches you everything you need to succeed in this profession. The course can be studied part-time. You can become accredited within 05 Hours studying at your own pace. Your qualification will be recognised and can be checked for validity on our dedicated website. Why Choose Teachers Training Some of our website features are: This is a dedicated website for teaching 24/7 tutor support Interactive Content Affordable price Courses accredited by the UK's top awarding bodies 100% online Flexible deadline Entry Requirements No formal entry requirements. You need to have: Passion for learning A good understanding of the English language Be motivated and hard-working Over the age of 16. Certification CPD Certification from The Teachers Training Successfully completing the MCQ exam of this course qualifies you for a CPD-accredited certificate from The Teachers Training. You will be eligible for both PDF copy and hard copy of the certificate to showcase your achievement however you wish. You can get your digital certificate (PDF) for £4.99 only Hard copy certificates are also available, and you can get one for only £10.99 You can get both PDF and Hard copy certificates for just £12.99! The certificate will add significant weight to your CV and will give you a competitive advantage when applying for jobs. Section 01: Introduction to the Course Introduction 00:02:00 Course Curriculum 00:03:00 How to Get Pre-Requisites 00:02:00 Getting started on Windows, Linux or MacOs 00:02:00 How to ask Great Questions 00:02:00 Section 02: Setting up Local Coding Environment What is Python 00:02:00 Installing Python step by step 00:05:00 Setting up Pycharm for project 00:04:00 Installing Pycharm IDE (Code Editor) 00:08:00 Creating Python .py files 00:03:00 Hello World program 00:03:00 Section 03: Drawing with Python - Level 1 Introduction to turtle 00:03:00 Let's make a turtle 00:05:00 Move your turtle 00:03:00 Create triangle 00:05:00 Create square 00:04:00 Assessment 1 00:01:00 Solution for assessment 1 00:02:00 Section 03: Drawing with Python - Level 1 Introduction to variables 00:02:00 Datatypes 00:07:00 What is a variable 00:05:00 Using a variable 00:07:00 Learn Maths with coding 00:05:00 Assessment 2 00:02:00 Solution for assessment 2 00:02:00 Section 05: Logical operators Introduction to operators 00:02:00 How to think logically 00:04:00 Logical operators 00:02:00 AND operator 00:04:00 OR operator 00:02:00 NOT operator 00:05:00 Assessment 3 00:02:00 Solution for assessment 3 00:01:00 Section 06: IF-else Statements If-else Introduction 00:03:00 If statement 00:05:00 If-else statement 00:03:00 Assessment 4 00:01:00 Solution for assessment 4 00:02:00 Section 07: Creating Patterns Creating Patterns 00:03:00 How to Repeat 00:04:00 How a For Loop Works 00:03:00 Let's Experiment 00:03:00 Results 00:02:00 Assessment 5 00:01:00 Solution for Assessment 5 00:01:00 Section 08: Drawing with Python - Level 2 Adding colour 00:02:00 Create circle 00:05:00 Fill Colors on circles 00:03:00 Dots, Pensize 00:03:00 Assessment 6 00:01:00 Solution for assessment 6 00:02:00 Section 09: Project Project overview 00:01:00 Project Source Code Solution 00:02:00

Python Programming for Kids and Beginners
Delivered Online On Demand2 hours 41 minutes
£27.99

Automation Framework Design Using TestNG

By Packt

This course will take you through the basics as well as advanced concepts in TestNG and automation framework building. The course focuses on important concepts such as TestNG, Java, Maven, Selenium WebDriver, page object model, and page factory design. You need to know the basics of core Java and Selenium to get started.

Automation Framework Design Using TestNG
Delivered Online On Demand3 hours 23 minutes
£29.99

QLS Endorsed Game Developer Bundle

By Imperial Academy

Game development is a symphony of code, graphics, and creativity, culminating in an epic journey for the player

QLS Endorsed Game Developer Bundle
Delivered Online On Demand
£599

Spring Boot Essentials

By Packt

This is a course that empowers you by unlocking the complexities of how Spring Boot works so that you understand what's going on. In this way, you get an excellent foundational basis of Spring Boot that allows you to stand in good stead, so you'll feel at ease exploring further and tapping into the amazing power that this versatile and powerful platform offers.

Spring Boot Essentials
Delivered Online On Demand2 hours 18 minutes
£35.99

Advanced C Plus Plus

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for If you have worked in C++ but want to learn how to make the most of this language, especially for large projects, this course is for you. Overview By the end of this course, you'll have developed programming skills that will set you apart from other C++ programmers. After completing this course, you will be able to: Delve into the anatomy and workflow of C++ Study the pros and cons of different approaches to coding in C++ Test, run, and debug your programs Link object files as a dynamic library Use templates, SFINAE, constexpr if expressions and variadic templates Apply best practice to resource management This course begins with advanced C++ concepts by helping you decipher the sophisticated C++ type system and understand how various stages of compilation convert source code to object code. You'll then learn how to recognize the tools that need to be used in order to control the flow of execution, capture data, and pass data around. By creating small models, you'll even discover how to use advanced lambdas and captures and express common API design patterns in C++. As you cover later lessons, you'll explore ways to optimize your code by learning about memory alignment, cache access, and the time a program takes to run. The concluding lesson will help you to maximize performance by understanding modern CPU branch prediction and how to make your code cache-friendly. Anatomy of Portable C++ Software Managing C++ Projects Writing Readable Code No Ducks Allowed ? Types and Deduction C++ Types Creating User Types Structuring our Code No Ducks Allowed ? Templates and Deduction Inheritance, Polymorphism, and Interfaces Templates ? Generic Programming Type Aliases ? typedef and using Class Templates No Leaks Allowed ? Exceptions and Resources Exceptions in C++ RAII and the STL Move Semantics Name Lookup Caveat Emptor Separation of Concerns ? Software Architecture, Functions, and Variadic Templates Function Objects and Lambda Expressions Variadic Templates The Philosophers' Dinner ? Threads and Concurrency Synchronous, Asynchronous, and Threaded Execution Review Synchronization, Data Hazards, and Race Conditions Future, Promises, and Async Streams and I/O File I/O Implementation Classes String I/O Implementation I/O Manipulators Making Additional Streams Using Macros Everybody Falls, It's How You Get Back Up ? Testing and Debugging Assertions Unit Testing and Mock Testing Understanding Exception Handling Breakpoints, Watchpoints, and Data Visualization Need for Speed ? Performance and Optimization Performance Measurement Runtime Profiling Optimization Strategies Cache Friendly Code

Advanced C Plus Plus
Delivered OnlineFlexible Dates
Price on Enquiry

Learn ASP.NET MVC and Entity Framework (Database First)

By Packt

By encouraging you to build real-world applications, this course teaches you the concepts of ASP.NET scaffolding, Model View Controller (MVC), and Entity Framework. You will start by setting up the environment and proceed towards practical activities to understand the concepts in ASP.NET MVC development.

Learn ASP.NET MVC and Entity Framework (Database First)
Delivered Online On Demand6 hours 17 minutes
£74.99

How to Process Time Series Data with JavaScript

By Packt

In this course, learn how to process data to pull out relevant information, structure the data for visualizing using JavaScript's map and filter methods, use D3.js's scale functions, and more. Basic HTML and CSS skills, some JavaScript programming, and a basic understanding of D3js are required.

How to Process Time Series Data with JavaScript
Delivered Online On Demand1 hour 18 minutes
£37.99