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

380 Software Engineering courses in Nottingham delivered On Demand

Programming AutoCAD with SQL Server Database Using C#

4.5(3)

By Studyhub UK

Embark on a transformative journey into the realm of precision and efficiency with our course, 'Programming AutoCAD with SQL Server Database Using C#.' Delve into the intricacies of marrying AutoCAD functionality with the power of SQL Server databases through the lens of C#. In this immersive learning experience, you'll progress seamlessly from laying the groundwork in Sections 1 and 2, exploring tools and SQL queries, to the advanced stages of Section 7, mastering the art of deleting data in SQL Server databases directly from AutoCAD. This course is more than a mere exploration of coding; it's a creative odyssey where you sculpt the future of design and data integration, unlocking a realm of possibilities with every line of code. Learning Outcomes Tool Proficiency and SQL Mastery: Gain expertise in the tools essential for AutoCAD programming and unravel the complexities of SQL queries, setting the foundation for database manipulation. Database Creation and Table Design: Learn to create databases and design tables, ensuring a structured and efficient storage system for your AutoCAD projects. Data Loading Techniques: Master the techniques of loading data into SQL Server databases, streamlining the process of transferring AutoCAD information to the database seamlessly. Efficient Data Retrieval: Acquire the skills to retrieve data from databases, enhancing your ability to access and utilize information stored within the SQL Server infrastructure. Data Manipulation Mastery: Explore the intricacies of updating and deleting data in SQL Server databases directly from AutoCAD, revolutionizing your approach to data management within the AutoCAD environment. Why choose this Programming AutoCAD with SQL Server Database Using C# course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Programming AutoCAD with SQL Server Database Using C# course for? Aspiring programmers eager to elevate their skills in AutoCAD and SQL Server integration. Design professionals seeking to streamline their workflow through efficient database utilization. Students and enthusiasts interested in the intersection of design and database management. Engineers and architects aiming to enhance their AutoCAD capabilities with dynamic data manipulation. Individuals keen on mastering C# for advanced applications in the AutoCAD environment. Career path CAD Programmer: £30,000 - £45,000 Database Integration Specialist: £35,000 - £50,000 Software Engineer (AutoCAD): £40,000 - £55,000 Database Administrator: £35,000 - £50,000 Architectural Technologist: £30,000 - £45,000 Engineering Software Developer: £45,000 - £60,000 Prerequisites This Programming AutoCAD with SQL Server Database Using C# does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Programming AutoCAD with SQL Server Database Using C# was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Section 01: Introduction Course Topics 00:02:00 Introduction 00:02:00 Section 2 - Tools And SQL Queries Section Overview 00:01:00 Downloading Visual Studio 2019 00:01:00 Downloading SQL Server Express 00:02:00 Downloading SQL Server Management Studio (SSMS) 00:01:00 SQL Queries - Overview 00:03:00 INSERT SQL Statement - Demo 00:13:00 SELECT SQL Statement - Demo 00:08:00 UPDATE SQL Statement - Demo 00:08:00 DELETE SQL Statement - Demo 00:11:00 Section 3 - Create Database And Tables Section Overview 00:01:00 Creating the CADDB Database 00:03:00 Creating the Lines Table 00:07:00 Creating the MTexts Table 00:04:00 Creating the Plines Table 00:04:00 Creating the Blocks No Attribute Table 00:04:00 Creating the Blocks With Attributes Table 00:04:00 Section 4 - Loading Into SQL Server Database Section Overview 00:02:00 Loading Lines into SQL Server Database 00:01:00 Creating the CADDB Project 00:04:00 Creating the Settings File 00:04:00 Creating the Get Connection Method 00:03:00 Creating the LoadLines() Method 00:22:00 Creating the User Interface for the LoadLines() method 00:07:00 Running the LoadLines() Method 00:05:00 Loading MTexts into SQL Server Database - Overview 00:01:00 Creating the LoadMTexts() Method 00:10:00 Running the LoadMTexts() Method 00:06:00 Loading LWPolylines into SQL Server Database - Overview 00:01:00 Creating the LoadPolylines() Method 00:13:00 Running the LoadPlines() Method 00:03:00 Running the LoadPlines() Method 00:03:00 Creating the LoadBlocksNoAttribute() Method 00:11:00 Running the LoadBlocksNoAttribute() Method 00:03:00 Loading Blocks (with Attributes) into SQL Server Database - Overview 00:01:00 Creating the LoadBlocksWithAttributes() Method 00:07:00 Running the BlocksWithAttributes() Method 00:02:00 Section 5 - Retrieving Data From Database Section Overview 00:02:00 Retrieving Lines from SQL Server Database - Overview 00:01:00 Creating the DBRetrieveUtil Class 00:03:00 Creating the RetrieveAndDrawLines() Method (Part 1) 00:17:00 Creating the GetColorIndex() Method 00:05:00 Creating the RetrieveAndDrawLines() Method (Part 2) 00:11:00 Running and Testing the RetrieveAndDrawLines() Method 00:09:00 Retrieving MTexts from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawMTexts() Method 00:11:00 Running and Testing the CreateAndDrawMTexts() Method 00:05:00 Retrieving LWPolylines from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawPlines() Method 00:12:00 Running and Testing the RetrieveAndDrawPlines() Method 00:05:00 Retrieving Blocks (No Attribute) from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawBlocksNoAttribute() Method 00:11:00 Running and Testing the RetrieveAndDrawBlocksNoAttribute() Method 00:05:00 Retrieving Blocks (with Attributes) from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawBlocksWithAttributes() Method 00:21:00 Running and Testing the RetrieveAndDrawBlocksWithAttributes() Method 00:10:00 Section 6 - Updating Data In SQL Server Database - Overview Section Overview 00:01:00 Updating Lines in SQL Server Database - Overview 00:01:00 Creating the DBUpdateUtil Class 00:02:00 Creating the UpdateLines() Method 00:25:00 Creating the User Interface for UpdateLines() Method 00:02:00 Running and Testing the UpdateLines() Method 00:08:00 Updating MTexts in SQL Server Database - Overview 00:01:00 Creating the UpdateMTexts() Method 00:09:00 Creating the User Interface for UpdateMTexts() 00:01:00 Running and Testing the UpdateMTexts() Method 00:07:00 Updating the LWPolylines in SQL Server Database - Overview 00:01:00 Creating the UpdateLWPolylines() Method 00:09:00 Running and Testing the UpdateLWPolylines() Method 00:07:00 Updating Blocks (No Attributes) in SQL Server Database - Overview 00:01:00 Creating the UpdateBlocksNoAttributes() Method 00:10:00 Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00 Running and Testing the UpdateBlocksNoAttributes() Method 00:04:00 Updating Blocks With Attributes in SQL Server Database - Overview 00:01:00 Creating the UpdateBlocksWithAttributes() Method 00:08:00 Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00 Running and Testing the UpdateBlocksWithAttributes() Method 00:09:00 Section 7 - Deleting Data In SQL Server Database From AutoCAD - Overview Section Overview@ 00:02:00 Deleting Lines in SQL Server from AutoCAD - Overview 00:01:00 Creating the DBDeleteUtil Class 00:01:00 Creating the DeleteLines() Method 00:13:00 Creating the User Interface for the DeleteLines() Method 00:02:00 Running and Testing the DeleteLines() Method 00:04:00 Deleting MTexts in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteMTexts() Method 00:04:00 Creating the User Interface for DeleteMTexts() Method 00:01:00 Running and Testing the DeleteMTexts() Method 00:03:00 Deleting LWPolylines in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeletePlines() Method 00:04:00 Creating the User Interface for the DeletePlines() Method 00:01:00 Running and Testing the DeletePlines() Method 00:02:00 Deleting Blocks (No Attribute) in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteBlocksNoAttribute() Method 00:03:00 Creating the User Interface for DeleteBlocksNoAttribute() Method 00:01:00 Running and Testing DeleteBlocksNoAttribute() Method 00:02:00 Deleting Blocks (With Attributes) in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteBlocksWithAttributes() Method 00:02:00 Creating the User Interface for DeleteBlocksWithAttributes() Method 00:01:00 Running and Testing the DeleteBlocksWithAttributes() Method 00:02:00

Programming AutoCAD with SQL Server Database Using C#
Delivered Online On Demand8 hours 2 minutes
£10.99

Python 3 for Beginners

4.7(160)

By Janets

Learning Outcomes Learn the basics of Python and the simple Python syntax Acquire in-depth knowledge of different data types Know more about various number types Enhance your understanding of functions objects and variadic functions Increase your skills in lambda, generators, classes and many more Equip yourself with the necessary skills in Python and launch your career as a programmer Description Python is one of the most popular programming languages all over the globe, including in the UK. So, whether you want to be a web developer or a software engineer, without having excellent expertise in Python you can not thrive in your respective field. Are you worried to start from the beginning? Then don't worry, the Python 3 for Beginners course will educate you on basic-level Python programming. This course will provide you with a detailed understanding of Python language. In this comprehensive training, you will learn about different data types and simple Python syntax. The course will also educate you on functions objects and variadic functions. Furthermore, you will grasp a clear understanding of object initialization, lambda and much more. Therefore, sign up for our most user-friendly, easy-to-digest and flexible course and complete it to get the CPD- certificate of achievement. This certificate will help you grab the attention of employers. Certificate of Achievement After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for 9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for 15.99, which will reach your doorsteps by post. Method of Assessment When you are done with your learning, you will get some assessment questions that need to pass with a score of 60%. After submitting the assessment, you will immediately receive feedback from our experts.  Career path After completing this course, you will get the chance to explore jobs in the following fields: Web Developer Software Engineer Data Scientist Machine Learning Engineer Data Analyst

Python 3 for Beginners
Delivered Online On Demand9 hours 16 minutes
£9.99

Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML

4.5(3)

By Studyhub UK

The demand for coding essential skills is skyrocketing. The average salary for a web developer in the United Kingdom is £65,824 per year. And that number is only going to go up as more and more businesses move their operations online. If you want to get ahead in the tech industry, you need to learn how to code. This Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML course will teach you the crucial skills you need to become a web developer. You'll learn HTML, JavaScript, C#, and ASP.NET. You'll also learn how to build interactive web applications and use JavaScript to add dynamic functionality to your pages. In this Coding Essentials course, we start with an introduction to HTML, where you'll learn the basics, intermediate to advanced level topics, and explore advanced HTML techniques. Next, we dive into JavaScript, a powerful scripting language used for web development. From the fundamentals to conditional statements, control flow, functions, and error handling, you'll gain a solid understanding of JavaScript and its role in creating dynamic web pages. But that's not all! We also dive into the world of C#, a versatile and widely-used programming language. Starting with the basics, you'll progress through operators, statements, control flow, and debugging techniques. You'll also master object-oriented programming (OOPs) concepts, such as class encapsulation, inheritance, polymorphism, abstract classes, and interfaces. Our comprehensive curriculum concludes with exploring error-handling techniques in C#, ensuring you can create robust and reliable applications. Join us on this exciting coding adventure, where our experienced and expert instructors will guide you every step of the way. Don't miss this opportunity to unlock a world of possibilities and take your coding skills to new heights. Enrol in our Coding Essentials course today and unleash your coding potential! Learning Outcomes: Upon completion of the Coding Essentials course, you should be able to: Master the fundamentals of HTML for creating web pages. Gain intermediate and advanced HTML skills for enhanced web development. Understand the core concepts and syntax of JavaScript. Learn to use JavaScript to create dynamic and interactive web content. Develop proficiency in JavaScript operators and conditional statements. Explore control flow statements and error handling in JavaScript. Acquire a solid foundation in C# programming language. Learn C# operators, statements, and control flow techniques. Understand object-oriented programming (OOPs) concepts in C#. Apply C# error handling techniques for creating robust applications. Who is this course for? This Coding Essentials course is perfect for: Beginners who want to learn coding essentials from scratch. Individuals interested in web development and programming languages. Professionals seeking to enhance their coding skills and expand career opportunities. Students or graduates looking to add valuable coding skills to their resumes. Anyone with a passion for coding and a desire to create innovative applications. Career Path  Our Coding Essentials course will help you to pursue a range of career paths, such as: Web Developer: £25,000 - £50,000 per year. Software Engineer: £30,000 - £60,000 per year. Full Stack Developer: £35,000 - £70,000 per year. Front-end Developer: £25,000 - £55,000 per year. Back-end Developer: £30,000 - £60,000 per year. C# Developer: £35,000 - £70,000 per year. JavaScript Developer: £30,000 - £60,000 per year. Certification After studying the course materials of the Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Prerequisites This Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Course Curriculum Introduction Introduction 00:03:00 How to Get Course requirements 00:02:00 Getting Started on Windows, Linux or Mac 00:02:00 How to ask Great Questions 00:01:00 FAQ's 00:01:00 HTML Introduction HTML 00:05:00 Choosing Code Editor 00:06:00 Installing Code Editor (Sublime Text) 00:04:00 Overview of a Webpage 00:05:00 Structure of a Full HTML Webpage 00:07:00 First Hello World! Webpage 00:09:00 HTML Basic Heading tag 00:09:00 Paragraph 00:08:00 Formatting Text 00:12:00 List Items Unordered 00:05:00 List Items Ordered 00:04:00 Classes 00:09:00 IDs 00:06:00 Comments 00:04:00 HTML Intermediate Images 00:12:00 Forms 00:05:00 Marquee 00:06:00 Text area 00:06:00 Tables 00:06:00 Links 00:07:00 Navbar - Menu 00:04:00 HTML Entities 00:05:00 Div tag 00:06:00 Google Maps 00:07:00 HTML Advanced HTML Audio 00:07:00 HTML Video 00:05:00 Canvas 00:06:00 Iframes 00:05:00 Input Types 00:04:00 Input Attributes 00:06:00 Registration Form 00:04:00 Contact Us Form 00:10:00 Coding Exercise 00:01:00 Solution for Coding Exercise 00:02:00 JavaScript Introduction What is JavaScript 00:09:00 Hello World Program 00:14:00 Getting Output 00:11:00 Internal JavaScript 00:13:00 External JavaScript 00:09:00 Inline JavaScript 00:04:00 Async and defer 00:06:00 JavaScript Basics Variables 00:13:00 Data Types 00:10:00 Numbers 00:06:00 Strings 00:06:00 String Formatting 00:05:00 JavaScript Operators Arithmetic operators 00:07:00 Assignment operators 00:03:00 Comparison operators 00:06:00 Logical operators 00:08:00 JavaScript Conditional Statements If-else statement 00:05:00 If-else-if statement 00:04:00 JavaScript Control Flow Statements While loop 00:09:00 Do-while loop 00:03:00 For loop 00:08:00 Solution for Coding Exercise 00:02:00 JavaScript Functions Creating a Function 00:07:00 Function Call() 00:07:00 Function with parameters 00:05:00 JavaScript Error Handling Try-catch 00:05:00 Try-catch-finally 00:17:00 JavaScript Client-Side Validations On Submit Validation 00:09:00 Input Numeric Validation 00:12:00 C# Introduction Introduction to CSharp 00:07:00 CSharp vs NET 00:04:00 What is CLR 00:05:00 Architecture of NET Application 00:09:00 Getting Visual Studio 00:07:00 First CSharp Hello World Application 00:16:00 First CSharp Core Hello World Program 00:18:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 C# Basic Variables 00:24:00 CSharp Identifiers 00:08:00 Data Types 00:08:00 Type Casting 00:14:00 User Inputs 00:10:00 Comments 00:03:00 C# Operators Arithmetic Operators 00:09:00 Assignment Operators 00:03:00 Comparison Operators 00:03:00 Logical Operators 00:03:00 Strings 00:10:00 String Properties 00:08:00 Booleans 00:06:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 C# Statements If else Conditions and Statements 00:12:00 Switch-Case Statements 00:09:00 C# Control Flow statements While Loop Statement 00:07:00 Do-While Statement 00:03:00 For Loop Statement 00:07:00 Foreach Statement 00:06:00 Break and Continue 00:03:00 C# Built-in coding Arrays 00:13:00 Loop Through Arrays 00:10:00 Lists 00:07:00 SystemIO Namespace 00:03:00 Datetime 00:10:00 TimeSpan 00:06:00 C# Debugging techniques Debugging Tools in Visual Studio 00:13:00 Call Stack Window 00:04:00 Locals and Autos 00:04:00 C# Object-oriented programming [OOPs] Introduction to Class 00:03:00 Create a Class 00:15:00 Object Initializers 00:16:00 Parameters 00:12:00 Access Modifiers(theory) 00:13:00 C# Methods Introduction to methods 00:06:00 Create a method 00:16:00 Method with parameters 00:09:00 Method default and multiple parameters 00:09:00 Method return keyword 00:07:00 Method Over loading 00:08:00 Assessment Test 00:01:00 Solution for Assessment Test 00:02:00 C# Class Encapsulation Introduction to OOPs 00:04:00 Classes and Objects 00:11:00 Class Members 00:10:00 Class Constructors 00:14:00 Access Modifiers 00:11:00 Properties Get Set 00:06:00 Encapsulation 00:03:00 C# Inheritance and Polymorphism Intro Inheritance and Polymorphism 00:03:00 Inheritance 00:12:00 Polymorphism 00:13:00 Assessment Test 00:02:00 Solution for Assessment Test 00:03:00 C# Abstract and Interfaces Introduction 00:02:00 Abstraction 00:07:00 Interfaces 00:07:00 Enums 00:05:00 C# Error Handling Techniques Try Catch 00:10:00 Custom message on Errors 00:05:00 Finally 00:06:00 Throw keyword 00:09:00 Coding Exercise 00:02:00

Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML
Delivered Online On Demand16 hours 37 minutes
£10.99

Master Spring boot 3.0 and MongoDB Course

By One Education

Spring Boot 3.0 and MongoDB make quite the duo—clean architecture meets agile data management, with none of the usual chaos. This course has been crafted for those who appreciate structured logic, lightning-fast performance, and the occasional sense of relief when code behaves as expected. Whether you're designing microservices or working with APIs, Spring Boot 3.0 brings clarity to complex Java development. Paired with MongoDB’s flexible document model, this course gives you a deep technical grounding without ever overcomplicating the process. You’ll be walked through essential configurations, RESTful services, and powerful integration patterns with MongoDB—all with a focus on cleaner code, scalable solutions, and secure deployments. From dependency injection to working seamlessly with Spring Data, every step is designed to make the backend behave. No fluff, just solid development principles with the latest tools in your hands. If you’re looking to sharpen your backend logic using two of the most talked-about technologies in modern application development, this course ticks that box—elegantly, of course. Learning Outcomes: Gain a solid understanding of the Spring Boot and MongoDB frameworks and their capabilities. Learn how to set up and configure a MongoDB environment, and integrate it with a Spring Boot application. Understand the CRUD operations and how to perform them using both MongoDB and Spring Boot. Discover the advanced concepts of DBRef and Collections Relationships, OpenAPI integration, and Documents Queries. Learn how to use Query Methods to access and manipulate data in MongoDB. The Master Spring Boot 3.0 and MongoDB course is the ultimate guide to mastering these two powerful technologies. Designed for both newcomers and seasoned professionals, this course will provide you with a comprehensive understanding of the Spring Boot and MongoDB frameworks and their capabilities. You'll learn how to set up and configure a MongoDB environment, and integrate it with a Spring Boot application. The course covers a range of topics, from the basics of CRUD operations to the advanced concepts of DBRef and Collections Relationships, OpenAPI integration, and Documents Queries. By the end of the course, you'll be equipped with the skills and knowledge you need to succeed in this dynamic and competitive field. Master Spring boot 3.0 and MongoDB Course Curriculum Section 01: Introduction Section 02: Prepare the Mongo Environment Section 03: Mongo Terms Section 04: Bootstrapping the Application Section 05: CRUD Operations Section 06: DBRef and Collections Relationships Section 07: OpenApi integration Section 08: Documents Queries and Mongo Template Section 09: Query Methods How is the course assessed? Upon completing an online module, you will immediately be given access to a specifically crafted MCQ test. For each test, the pass mark will be set to 60%. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of __ GBP. £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Software developers who want to enhance their skills and knowledge in Spring Boot and MongoDB. Professionals who want to stay up-to-date with the latest technologies and trends in software development. Individuals who are new to the field and want to learn about Spring Boot and MongoDB. Entrepreneurs who want to build scalable and reliable software applications using Spring Boot and MongoDB. Anyone who wants to develop their skills in the software development industry. Career path Full-Stack Developer: £27,000 - £71,000 Software Engineer: £25,000 - £62,000 Senior Software Engineer: £43,000 - £90,000 Technical Lead: £53,000 - £119,000 Solutions Architect: £63,000 - £150,000 Certificates Certificate of completion Digital certificate - £9 You can apply for a CPD Accredited PDF Certificate at the cost of £9. Certificate of completion Hard copy certificate - £15 Hard copy can be sent to you via post at the expense of £15.

Master Spring boot 3.0 and MongoDB Course
Delivered Online On Demand3 hours
£12

Data Science & Machine Learning With Python

4.7(160)

By Janets

Discover the power of data science and machine learning with Python! Learn essential techniques, algorithms, and tools to analyze data, build predictive models, and unlock insights. Dive into hands-on projects, from data manipulation to advanced machine learning applications. Elevate your skills and unleash the potential of Python for data-driven decision-making.

Data Science & Machine Learning With Python
Delivered Online On Demand4 weeks
£9.99

JavaScript Advanced Training Course

By One Education

Ready to go beyond the basics? The JavaScript Advanced Training Course is tailored for learners who already understand the fundamentals and are eager to sharpen their scripting edge. This course dives into asynchronous programming, closures, higher-order functions, module patterns, and more – all laid out with clarity and purpose. Whether you're brushing up or building out your skills, you'll find this course paced to keep things flowing without ever feeling overwhelming. Think of it as levelling up without the drama. Expect engaging lessons designed to explain the deeper mechanisms behind how JavaScript truly operates in the browser. We’ll unravel common pitfalls, explore performance techniques, and demystify complex concepts in a straightforward way. It's ideal for developers who want to write cleaner, faster, and more efficient code – all while learning in a structured, accessible format. So, if you're looking to refine your scripting finesse and take control of your code, this course is made with you in mind. Learning outcomes: Understand the basics of JavaScript programming language Learn how to work with loops and operators Understand how to enable and place JavaScript on a web page Develop skills in creating multimedia and interactive features using JavaScript Learn how to use image maps and animations in web development The JavaScript Advanced Training course is designed for individuals who are interested in expanding their knowledge of JavaScript programming language. This course covers advanced topics such as loops, variables, and operators, and how to enable and place JavaScript on a web page. Students will also learn how to use JavaScript to create multimedia and interactive features, including image maps and animations. This course is ideal for those who have a basic understanding of JavaScript and are looking to take their skills to the next level. It is also suitable for web developers who want to enhance their skill set and create more interactive and engaging web pages. JavaScript Advanced Training Course Curriculum Section 01: Introduction Section 02: Loop Section 03: Example Section 04: Print and Animation Section 05: Image Map and Multimedia Section 06: JavaScript Enabling and Placement Section 07: JavaScript Variables and Operators Section 08: While Loop How is the course assessed? Upon completing an online module, you will immediately be given access to a specifically crafted MCQ test. For each test, the pass mark will be set to 60%. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of __ GBP. £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Individuals with a basic understanding of JavaScript who want to expand their knowledge Web developers who want to enhance their skill set Anyone interested in creating interactive and engaging web pages Students pursuing a career in web development Entrepreneurs and business owners who want to develop their own websites Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Web Developer Front-end Developer Full-stack Developer Software Engineer UI/UX Designer Salary range in the UK: £25,000 - £60,000 Certificates Certificate of completion Digital certificate - £9 You can apply for a CPD Accredited PDF Certificate at the cost of £9. Certificate of completion Hard copy certificate - £15 Hard copy can be sent to you via post at the expense of £15.

JavaScript Advanced Training Course
Delivered Online On Demand3 hours
£12

Computer Programming Diploma

4.7(160)

By Janets

This course will set you on your path to the computer programming field to succeed and become an expert in it. The Computer Programming Diplomawill discuss the purpose of programming and help you gain the skills required for writing and designing a program. A variety of topics covered in this course, including computer programming, operating systems, database and web technology. You will also enhance your knowledge about data communication, and security system. Gain expertise in fundamental programming languages by taking this course and prepare yourself for a career as a computer programmer or a software engineer. Why choose this course Earn an e-certificate upon successful completion. Accessible, informative modules taught by expert instructors Study in your own time, at your own pace, through your computer tablet or mobile device Benefit from instant feedback through mock exams and multiple-choice assessments Get 24/7 help or advice from our email and live chat teams Full Tutor Support on Weekdays Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Mock exams Multiple-choice assessment Certification After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Who is this course for? Computer Programming Diploma is suitable for anyone who want to gain extensive knowledge, potential experience and professional skills in the related field. This is a great opportunity for all student from any academic backgrounds to learn more on this subject. Career path Training offered by the Computer Programming Diploma could potentially benefit a range of roles, but would particularly enhance careers in IT Programming Web Design App Design Game Design Other professional computing roles

Computer Programming Diploma
Delivered Online On Demand21 hours 40 minutes
£9.99

Python- Beginner to Advance

By Compliance Central

Are you looking to enhance your Python- Beginner to Advance skills? If yes, then you have come to the right place. Our comprehensive course on Python- Beginner to Advance will assist you in producing the best possible outcome by mastering the Python- Beginner to Advance skills. The Python- Beginner to Advance course is for those who want to be successful. In the Python- Beginner to Advance course, you will learn the essential knowledge needed to become well versed in Python- Beginner to Advance. Our course starts with the basics of Python- Beginner to Advance and gradually progresses towards advanced topics. Therefore, each lesson of this Python- Beginner to Advance course is intuitive and easy to understand. Why would you choose the Python- Beginner to Advance course from Compliance Central: Lifetime access to Python- Beginner to Advance course materials Full tutor support is available from Monday to Friday with the Python- Beginner to Advance course Learn Python- Beginner to Advance skills at your own pace from the comfort of your home Gain a complete understanding of Python- Beginner to Advance course Accessible, informative Python- Beginner to Advance learning modules designed by experts Get 24/7 help or advice from our email and live chat teams with the Python- Beginner to Advance course Study Python- Beginner to Advance in your own time through your computer, tablet or mobile device A 100% learning satisfaction guarantee with your Python- Beginner to Advance course Curriculum Breakdown of the Python- Beginner to Advance Course Introduction Curriculum Overview What's New command line basics python installation Pycham-ce ide installation Setting up environment Running python code git and github overview Python Data Types Python Arithmetic Operators Numbers Variable Assignments Strings Introduction Indexing and Slicing with Strings String Properties and Methods CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The Python- Beginner to Advance course helps aspiring professionals who want to obtain the knowledge and familiarise themselves with the skillsets to pursue a career in Python- Beginner to Advance. It is also great for professionals who are already working in Python- Beginner to Advance and want to get promoted at work. Requirements To enrol in this Python- Beginner to Advance course, all you need is a basic understanding of the English Language and an internet connection. Career path The Python- Beginner to Advance course will enhance your knowledge and improve your confidence in exploring opportunities in various sectors. Python Developer: £35,000 to £70,000 per year Data Analyst: £25,000 to £55,000 per year Machine Learning Engineer: £45,000 to £85,000 per year Software Engineer: £40,000 to £75,000 per year Certificates CPD Accredited PDF Certificate Digital certificate - Included CPD Accredited PDF Certificate CPD Accredited Hard Copy Certificate Hard copy certificate - £10.79 CPD Accredited Hard Copy Certificate Delivery Charge: Inside the UK: Free Outside of the UK: £9.99 each

Python- Beginner to Advance
Delivered Online On Demand8 hours
£12

Python Advanced Training Course

By One Education

Take your Python programming knowledge several notches higher with this advanced training course designed for learners who already speak Python fluently—but want to speak it better. This course delves into deeper aspects of the language, brushing aside the basics and stepping into the more elegant, expressive, and efficient use of Python. From working confidently with decorators, generators, and closures, to understanding asynchronous programming and advanced data structures—this course is tailored for those who want their code to do more, with less. Python may be known for its simplicity, but once you scratch beneath the surface, there’s an entire world of finesse waiting to be explored. Whether you’re brushing up for senior-level roles, fine-tuning your automation skills, or aiming to make your code leaner and smarter—this course offers a structured approach to tackling the tricky bits of Python with a touch of confidence and a dash of clarity. Let’s just say, if Python had an upper crust, you’re about to join it. Learning Outcomes: Gain a deeper understanding of advanced-level Python concepts. Learn how to work with files and handle advanced file operations. Discover how to create and use Python classes to write efficient and maintainable code. Understand how to use library functions to streamline your workflow and take your Python development skills to the next level. Learn how to use Python to build real-world projects and applications. The Python Advanced Training course is designed to provide you with the skills and knowledge you need to become a proficient Python developer. Whether you're a beginner or an experienced programmer looking to enhance your Python skills, this course is perfect for you. Starting with the basics of file handling and moving on to more advanced topics, such as classes and library functions, this course covers everything you need to know to become a master Python developer. You'll learn how to handle advanced file operations, create and use Python classes to write efficient and maintainable code and use library functions to streamline your workflow and take your Python development skills to the next level. Python Advanced Training Course Curriculum Section 01: Introduction Section 02: File Handling Section 03: Python Classes Section 04: Library Functions How is the course assessed? Upon completing an online module, you will immediately be given access to a specifically crafted MCQ test. For each test, the pass mark will be set to 60%. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of __ GBP. £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Python developers who want to expand their knowledge of advanced Python concepts. Programmers who want to enhance their Python skills and build real-world projects. Entrepreneurs who want to develop their own Python-based applications. Students who want to enhance their Python skills and prepare for a career in programming. Anyone who wants to take their Python programming skills to the next level. Career path Python Developer: £28,000 - £55,000 Data Analyst: £24,000 - £45,000 Software Engineer: £28,000 - £60,000 Technical Lead: £40,000 - £90,000 Chief Technology Officer: £90,000 - £250,000 Certificates Certificate of completion Digital certificate - £9 You can apply for a CPD Accredited PDF Certificate at the cost of £9. Certificate of completion Hard copy certificate - £15 Hard copy can be sent to you via post at the expense of £15.

Python Advanced Training Course
Delivered Online On Demand2 hours
£12

Deep Learning Projects - Handwritten Digit Recognition Using Neural Network Course

By One Education

Step into the fascinating world of deep learning with our Deep Learning Projects - Handwritten Digit Recognition Using Neural Network course. This course takes you through the power of neural networks by using one of the most iconic machine learning challenges—digit recognition. Whether you're brushing up on your AI knowledge or taking your first step into neural networks, this course simplifies the complexity without watering it down. Expect clear, jargon-free explanations that give neural networks a human touch. Learn how digits are recognised, how machines learn from data, and what goes on inside those layers of artificial intelligence—without sounding like a maths textbook. From data input to prediction output, the entire pipeline is broken down in a logical, structured, and thoroughly digestible way. If you're into machine learning, this project will speak your language—digitally. Learning Outcomes: Gain a solid understanding of the principles of deep learning and neural networks. Learn how to use Google Collab to import and preprocess data for deep learning projects. Discover how to create your own neural network model to recognise handwritten digits. Understand how to train your model, make predictions, and evaluate its performance. Learn how to create your own convolutional neural network model for even more advanced recognition tasks. The Deep Learning Projects - Handwritten Digit Recognition Using Neural Network course is designed to provide you with the skills and knowledge you need to build your own neural network for handwritten digit recognition. Using Google Collab, you'll learn how to import and preprocess data for deep learning projects, create your own neural network model, and train it to recognize handwritten digits with high accuracy. You'll also discover how to evaluate the performance of your model and create a convolutional neural network model for even more advanced recognition tasks. Deep Learning Projects - Handwritten Digit Recognition Using Neural Network Course Curriculum Lesson 01: Introduction to Project Lesson 02: Google Collab Lesson 03: Importing Packages and Data Lesson 04: Preprocessing and Model Creation Lesson 05: Training the Model and Prediction Lesson 06: Model Creation using CNN Lesson 07: CNN Model Prediction How is the course assessed? Upon completing an online module, you will immediately be given access to a specifically crafted MCQ test. For each test, the pass mark will be set to 60%. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of __ GBP. £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Data analysts who want to expand their skills in deep learning and neural networks. Programmers who want to learn how to build their own neural network models for advanced recognition tasks. Entrepreneurs who want to develop their own deep learning-based applications. Students who want to enhance their skills in deep learning and prepare for a career in the field. Anyone who wants to explore the world of deep learning and neural networks. Career path Data Analyst: £24,000 - £45,000 Machine Learning Engineer: £28,000 - £65,000 Software Engineer: £28,000 - £60,000 Technical Lead: £40,000 - £90,000 Chief Technology Officer: £90,000 - £250,000 Certificates Certificate of completion Digital certificate - £9 You can apply for a CPD Accredited PDF Certificate at the cost of £9. Certificate of completion Hard copy certificate - £15 Hard copy can be sent to you via post at the expense of £15.

Deep Learning Projects - Handwritten Digit Recognition Using Neural Network Course
Delivered Online On Demand1 hour
£12