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

313 Computing Skills courses in Leeds delivered On Demand

Functional Skills Maths Level 2

4.9(27)

By Apex Learning

Overview This comprehensive course on Functional Skills Maths Level 2 will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Functional Skills Maths Level 2 comes with accredited certification, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Functional Skills Maths Level 2. It is available to all students, of all academic backgrounds. Requirements Our Functional Skills Maths Level 2 is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 3 sections • 15 lectures • 02:40:00 total length •Module 1: Numbers and Negative Numbers: 00:07:00 •Module 2: Multiples Factors: 00:06:00 •Module 3: Fractions and Power: 00:16:00 •Module 4: Percentages: 00:08:00 •Module 5: Expressions: 00:09:00 •Module 6: Decimals: 00:08:00 •Module 7: Ratio and Proportion: 00:10:00 •Module 8: Exponents and Radicals: 00:11:00 •Module 9: Graphs: 00:11:00 •Module 10: The Profit and Loss: 00:07:00 •Module 11: Perimeter and Area: 00:10:00 •Module 12: Averages: 00:09:00 •Module 13: Probability: 00:08:00 •Mock Exam - Functional Skills Maths Level 2: 00:20:00 •Final Exam - Functional Skills Maths Level 2: 00:20:00

Functional Skills Maths Level 2
Delivered Online On Demand2 hours 40 minutes
£12

JavaScript for Everyone

4.9(27)

By Apex Learning

Overview This comprehensive course on JavaScript for Everyone will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This JavaScript for Everyone comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast-track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this JavaScript for Everyone. It is available to all students, of all academic backgrounds. Requirements Our JavaScript for Everyone is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 21 sections • 34 lectures • 04:44:00 total length •Introduction: 00:07:00 •JS Syntax: 00:10:00 •JS Variables: 00:09:00 •JS Operators: 00:07:00 •Assignment Operators: 00:11:00 •Demo on Operators: 00:10:00 •If Else Conditional Statements: 00:10:00 •Switch Statements: 00:08:00 •JS Functions: 00:10:00 •Functions Invocation: 00:07:00 •JS Functions - example: 00:06:00 •JS Events: 00:09:00 •What are Cookies?: 00:08:00 •JS Cookies - example: 00:07:00 •JS Page Redirection: 00:08:00 •JS Popup boxes: 00:10:00 •JS Void: 00:07:00 •JS Print: 00:04:00 •JS Objects: 00:12:00 •JS Objects continues: 00:11:00 •JS Number Object: 00:08:00 •JS Boolean Object: 00:04:00 •JS String Object: 00:08:00 •JS String Object continues: 00:04:00 •JS Arrays: 00:10:00 •JS Dates: 00:09:00 •JS HTML DOM: 00:12:00 •JS Math and RegExp: 00:06:00 •JS Math and RegExp continues: 00:09:00 •JS Browsers and summary: 00:06:00 •JS Browsers and summary continues: 00:07:00 •JS Debugging: 00:07:00 •JS Errors: 00:11:00 •JS Validations: 00:12:00

JavaScript for Everyone
Delivered Online On Demand4 hours 44 minutes
£12

SQL Programming Course

4.7(47)

By Academy for Health and Fitness

Everywhere, from tiny businesses to major corporations, needs people skilled in SQL. In light of this, our online training course has been developed to help you succeed by equipping you with all the necessary skills. The importance of mastering SQL increases if you're looking for your first job in the data industry. You will learn about topics such as SQL fundamentals, data wrangling, SQL analysis, AB testing, distributed computing with Apache Spark, Delta Lake, and more through four increasingly more challenging SQL projects with data science applications. These subjects will equip you with the skills necessary to use SQL creatively for data analysis and exploration, write queries quickly, produce datasets for data analysis, conduct feature engineering, integrate SQL with other data analysis and machine learning toolsets, and work with unstructured data. This Specialisation is designed for a learner with little or no prior coding expertise who wants to become proficient with SQL queries. Experts have meticulously planned out the curriculum for the SQL Skills Training course with years of expertise. As a result, you will find it simple to learn the course material. Learning outcome After finishing the course, you'll Learn to utilise the tools for view creation Become familiar with updating columns and indexed views Be able to test and debug Be able to search a database using SQL Become more familiar with inline table-valued functions Learn the fundamentals of transactions and multiple statements Why Prefer US? Opportunity to earn a certificate accredited by CPD after completing this course Student ID card with amazing discounts - completely for FREE! (£10 postal charges will be applicable for international delivery) Standards-aligned lesson planning Innovative and engaging content and activities Assessments that measure higher-level thinking and skills Complete the program in your own time, at your own pace Each of our students gets full 24/7 tutor support *** Course Curriculum *** SQL Programming Course Module 01: Course Introduction Introduction Course Curriculum Overview Overview of Databases Module 02: SQL Environment Setup MySQL Installation MySQL Workbench Installation Connecting to MySQL using Console Module 03: SQL Statement Basics Overview of Challenges SQL Statement Basic SELECT Statement SELECT DISTINCT Column AS Statement COUNT built-in Method usage SELECT WHERE Clause - Part One SELECT WHERE Clause - Part Two Statement Basic Limit Clause Statement Using BETWEEN with Same Column Data How to Apply IN Operator Wildcard Characters with LIKE and ILIKE Module 04: GROUP BY Statements Overview of GROUP BY Aggregation function SUM() Aggregation MIN() and MAX() GROUP BY - One GROUP BY - Two HAVING Clause Module 05: JOINS Overview of JOINS Introduction to JOINS AS Statement table INNER Joins FULL Outer Join LEFT Outer JOIN RIGHT JOIN Union Module 06: Advanced SQL Commands / Statements Timestamps EXTRACT from timestamp Mathematical Functions String Functions SUBQUERY Module 07: Creating Database and Tables Basic of Database and Tables Data Types Primary key and Foreign key Create Table in SQL Script Insert Update Delete Alter Table Drop-Table NOT NULL Constraint UNIQUE Constraint Module 08: Databases and Tables Creating a Database backup 10a Overview of Databases and Tables 10c Restoring a Database CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The course can be helpful for anyone working in the SQL fields, whether self-employed or employed, regardless of their career level. Requirements You will not need any prior background or expertise to enrol in this course. Career path The vocation of SQL Skills Training moves very quickly but pays well. This position provides unparalleled satisfaction. This is your opportunity to learn more and start changing things. Query Language Developer Server Database Manager Python Developer Technical Consultant Project Implementation Manager Software Developer (SQL) Certificates Certificate of completion Digital certificate - £10

SQL Programming Course
Delivered Online On Demand8 hours
£12

Essential IT Skills Level 3

4.9(27)

By Apex Learning

Overview Boost your career opportunities within the IT industry and learn new abilities with the latest technology and software. Today's businesses rely on IT systems to support them, so this course will quickly upgrade your skills and allow you to apply for the latest roles. The Essential IT Skills Level 3 course provides you with all the knowledge needed to master every primary IT process. You will be explicitly taught how to produce professional spreadsheets and presentations with the standard Microsoft software. All this will be accompanied by varied tips and recommendations on approaching IT assignments and how to make the best impressions at work. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is this course for? There is no experience or previous qualifications required for enrolment on this Essential IT Skills Level 3. It is available to all students, of all academic backgrounds. Requirements Our Essential IT Skills Level 3 is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management , Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 2 sections • 12 lectures • 04:00:00 total length •Module 01: Introduction: A Transforming Technology: 00:30:00 •Module 02: Importance of Information Technology: 00:10:00 •Module 03: Communication and Network: 00:30:00 •Module 04: Future Skills Required in Information Technology: 00:15:00 •Module 05: Technology as a Foundation Skill Area: 00:10:00 •Module 06: Word Processing Software: 00:30:00 •Module 07: Presentation Software: 00:30:00 •Module 08: Creating and Editing Spreadsheet (Part 1: The Basics of Spreadsheets): 00:15:00 •Module 09: Creating and Editing Spreadsheet (Part 2: Navigation and Edit): 00:25:00 •Module 10: Storing Database: 00:25:00 •Module 11: Information Technology Project Management: 00:20:00 •Assignment - Essential IT Skills Level 3: 00:00:00

Essential IT Skills Level 3
Delivered Online On Demand4 hours
£12

IT Support Technician Training

4.5(3)

By Studyhub UK

Overview Uplift Your Career & Skill Up to Your Dream Job - Learning Simplified From Home! Kickstart your career & boost your employability by helping you discover your skills, talents and interests with our special IT Support Technician Training Course. You'll create a pathway to your ideal job as this course is designed to uplift your career in the relevant industry. It provides professional training that employers are looking for in today's workplaces. The IT Support Technician Training Course is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This IT Support Technician Training Course has been designed by industry experts to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This IT Support Technician Training Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into elementary modules, allowing our students to grasp each lesson quickly. At StudyHub, we don't just offer courses; we also provide a valuable teaching process. When you buy a course from StudyHub, you get unlimited Lifetime access with 24/7 dedicated tutor support. Why buy this IT Support Technician Training? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the IT Support Technician Training 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. Who is this course for? This IT Support Technician Training course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This IT Support Technician Training does not require you to have any prior qualifications or experience. You can just enrol and start learning.This IT Support Technician Training 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. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This IT Support Technician Training is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Section 01: How People Use Computers The Case for Computer Literacy 00:03:00 Features Common to Every Computing Device 00:02:00 Common General-Purpose Computing Devices 00:02:00 Networks of Computing Devices 00:04:00 Remotely-Accessed Computer Systems 00:04:00 Specialized Computer Systems 00:02:00 Specialty I/O Devices 00:01:00 Section 02: System Hardware CPUs 00:03:00 Passive and Active Cooling 00:03:00 RAM and Active Memory 00:05:00 Motherboards 00:03:00 Power Supplies 00:03:00 AMA - Ask Me Anything about System Hardware 00:07:00 Section 03: Device Ports and Peripherals Ports and Connectors 00:03:00 General Use I/O Devices 00:02:00 AMA - Ask Me Anything about I/O, Ports and Peripherals 00:07:00 Section 04: Data Storage and Sharing Basics of Binary 00:04:00 Storage Technologies 00:04:00 Mass Storage Variation 00:03:00 AMA - Ask Me Anything about Data Storage and Sharing 00:07:00 Section 05: Understanding Operating Systems Operating System Functions 00:04:00 Operating System Interfaces 00:05:00 AMA - Ask Me Anything about Understanding OS's 00:05:00 Section 06: Setting Up and Configuring a PC Preparing the Work Area 00:02:00 Setting up a Desktop PC 00:01:00 Completing PC Setup 00:04:00 AMA - Ask Me Anything about Setting up and Configuring a PC 00:09:00 Section 07: Setting Up and Configuring a Mobile Device Personalizing a Tablet 00:08:00 AMA - Ask Me Anything about Mobile Devices Part 1 00:07:00 AMA - Ask Me Anything about Mobile Devices Part 2 00:07:00 Section 08: Managing Files File Management Tools 00:02:00 File Manipulation 00:06:00 Backups 00:03:00 AMA - Ask Me Anything about Managing Files 00:08:00 Section 09: Using and Managing Application Software Walking Survey of Applications 00:03:00 Managing Applications 00:03:00 Applications and Extensions 00:04:00 AMA - Ask Me Anything about Working with Applications 00:07:00 Section 10: Configuring Network and Internet Connectivity Wi-Fi Setup 00:06:00 Going High Speed 00:03:00 Setting Up and Sharing Printers 00:05:00 AMA - Ask Me Anything about Networks and Internet Connectivity Part 1 00:07:00 AMA - Ask Me Anything about Networks and Internet Connectivity Part 2 00:05:00 Section 11: IT Security Threat Mitigation Physical Security 00:05:00 Dealing with Malware 00:03:00 Password Management 00:03:00 Clickworthy 00:03:00 Perils of Public Internet 00:02:00 AMA - Ask Me Anything about IT Threat Mitigation Part 1 00:07:00 AMA - Ask Me Anything about IT Threat Mitigation Part 2 00:08:00 Section 12: Computer Maintenance and Management Power Management 00:02:00 Cleaning and Maintaining Computers 00:02:00 Trash it or Stash it? 00:02:00 AMA - Ask Me Anything about Computer Maintenance and Management 00:11:00 Section 13: IT Troubleshooting Troubleshooting 101 00:03:00 AMA - Ask Me Anything about Troubleshooting Computers Part 1 00:10:00 AMA - Ask Me Anything about Troubleshooting Computers Part 2 00:11:00 Section 14: Understanding Databases Introduction to Databases 00:06:00 Database Details 00:06:00 AMA - Ask Me Anything about Databases 00:06:00 Section 15: Developing and Implementing Software Introduction to Programming 00:04:00 Programming with a PBJ Sandwich 00:08:00 AMA - Ask Me Anything about Databases 00:06:00

IT Support Technician Training
Delivered Online On Demand4 hours 54 minutes
£10.99

CompTIA ITF+ (FCO-U61)

4.5(3)

By Studyhub UK

The CompTIA ITF+ (FCO-U61) course provides foundational knowledge and skills in IT fundamentals. It covers various aspects of computer usage, hardware, data storage, operating systems, network connectivity, security, troubleshooting, and software development. This course is designed to equip learners with a comprehensive understanding of IT concepts to prepare for entry-level IT roles. Learning Outcomes: Acquire an understanding of diverse computer uses in various scenarios. Gain insights into the components and operations of system hardware. Develop proficiency in managing device ports, peripherals, and mobile configurations. Enhance knowledge in data storage, file management, and application software usage. Master the essentials of network connectivity, IT security, and computer maintenance. Why buy this CompTIA ITF+ (FCO-U61)? 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. Certification After studying the course materials of the CompTIA ITF+ (FCO-U61) 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. Who is this course for? Individuals starting their journey in the IT field. Students seeking foundational knowledge in computing. Career changers aiming to enter the IT sector. Aspiring IT professionals desiring a comprehensive understanding of computers. Individuals interested in acquiring a broad IT skill set. Prerequisites This CompTIA ITF+ (FCO-U61) does not require you to have any prior qualifications or experience. You can just enrol and start learning.This CompTIA ITF+ (FCO-U61) 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. Career path IT Support Specialist: £20,000 - £30,000 per annum Network Administrator: £25,000 - £40,000 per annum Systems Analyst: £30,000 - £50,000 per annum Database Administrator: £30,000 - £50,000 per annum Software Developer: £25,000 - £45,000 per annum Cybersecurity Analyst: £30,000 - £55,000 per annum Course Curriculum Section 01: How People Use Computers Introduction to IT Fundamentals 00:03:00 The Case for Computer Literacy 00:03:00 Features Common to Every Computing Device 00:02:00 Common General-Purpose Computing Devices 00:02:00 Networks of Computing Devices 00:04:00 Remotely-Accessed Computer Systems 00:04:00 Specialized Computer Systems 00:02:00 Specialty I/O Devices 00:01:00 Section 02: System Hardware CPUs 00:03:00 Passive and Active Cooling 00:03:00 RAM and Active Memory 00:05:00 Motherboards 00:03:00 Power Supplies 00:03:00 AMA - Ask Me Anything about System Hardware 00:07:00 Section 03: Device Ports and Peripherals Ports and Connectors 00:03:00 General Use I/O Devices 00:02:00 AMA - Ask Me Anything about I/O, Ports and Peripherals 00:07:00 Section 04: Data Storage and Sharing Basics of Binary 00:04:00 Storage Technologies 00:04:00 Mass Storage Variation 00:03:00 AMA - Ask Me Anything about Data Storage and Sharing 00:07:00 Section 05: Understanding Operating Systems Operating System Functions 00:04:00 Operating System Interfaces 00:05:00 AMA - Ask Me Anything about Understanding OS's 00:05:00 Section 06: Setting Up and Configuring a PC Preparing the Work Area 00:02:00 Setting up a Desktop PC 00:01:00 Completing PC Setup 00:04:00 AMA - Ask Me Anything about Setting up and Configuring a PC 00:09:00 Section 07: Setting Up and Configuring a Mobile Device Personalizing a Tablet 00:08:00 AMA - Ask Me Anything about Mobile Devices Part 1 00:07:00 AMA - Ask Me Anything about Mobile Devices Part 2 00:07:00 Section 08: Managing Files File Management Tools 00:02:00 File Manipulation 00:06:00 Backups 00:03:00 AMA - Ask Me Anything about Managing Files 00:08:00 Section 09: Using and Managing Application Software Walking Survey of Applications 00:03:00 Managing Applications 00:03:00 Applications and Extensions 00:04:00 AMA - Ask Me Anything about Working with Applications 00:07:00 Section 10: Configuring Network and Internet Connectivity Wi-Fi Setup 00:06:00 Going High Speed 00:03:00 Setting Up and Sharing Printers 00:05:00 AMA - Ask Me Anything about Networks and Internet Connectivity Part 1 00:07:00 AMA - Ask Me Anything about Networks and Internet Connectivity Part 2 00:05:00 Section 11: IT Security Threat Mitigation Physical Security 00:05:00 Dealing with Malware 00:03:00 Password Management 00:03:00 Clickworthy 00:03:00 Perils of Public Internet 00:02:00 AMA - Ask Me Anything about IT Threat Mitigation Part 1 00:07:00 AMA - Ask Me Anything about IT Threat Mitigation Part 2 00:08:00 Section 12: Computer Maintenance and Management Power Management 00:03:00 Cleaning and Maintaining Computers 00:03:00 Trash it or Stash it? 00:02:00 AMA - Ask Me Anything about Computer Maintenance and Management 00:11:00 Section 13: IT Troubleshooting Troubleshooting 00:03:00 AMA - Ask Me Anything about Troubleshooting Computers Part 1 00:10:00 AMA - Ask Me Anything about Troubleshooting Computers Part 2 00:11:00 Section 14: Understanding Databases Introduction to Databases 00:06:00 Database Details 00:06:00 AMA - Ask Me Anything about Databases 00:06:00 Section 15: Developing and Implementing Software Introduction to Programming 00:04:00 Programming with a PBJ Sandwich 00:08:00 AMA - Ask Me Anything about Programming 00:04:00

CompTIA ITF+ (FCO-U61)
Delivered Online On Demand4 hours 57 minutes
£10.99

Computer Science with Python Course

4.5(3)

By Studyhub UK

Overview Dive into the dynamic world of computer science with our comprehensive 'Computer Science with Python Course'. Python, a versatile and widely used programming language, serves as the foundation for this course, offering learners a gateway into the intricate realm of computing. From installing Python and understanding its documentation to mastering advanced concepts like closures, classes, and data hiding, this course is meticulously designed to cater to beginners and those looking to deepen their knowledge. With a curriculum that's rich and varied, you'll be equipped with the skills to tackle real-world challenges, making you a sought-after asset in the ever-evolving tech industry. The course curriculum is structured to ensure a smooth learning curve. Starting with foundational topics such as command line usage, variables, and simple Python syntax, learners will gradually progress to more advanced subjects.  In the digital age, proficiency in a programming language like Python is invaluable. Whether you're aiming to kickstart a career in tech, enhance your current skill set, or simply satiate your curiosity, this course promises a transformative learning experience. With a blend of theoretical knowledge and its practical application, you'll be poised to make significant strides in the world of computer science. Learning Outcomes of Computer Science with Python Course: Understand Python's foundational concepts, including its installation, documentation, and basic syntax. Gain proficiency in working with various Python data types such as strings, lists, dictionaries, and tuples. Develop the ability to create and manipulate functions, including lambda functions, generators, and closures. Acquire skills in object-oriented programming with a focus on classes, inheritance, and data hiding. Implement advanced programming constructs and handle exceptions efficiently.   Video Playerhttps://studyhub.org.uk/wp-content/uploads/2020/01/Computer-Science-with-Python-Course-Introduction-Video-1.mp400:0000:0000:00Use Up/Down Arrow keys to increase or decrease volume. Why buy this Computer Science with Python Course? Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Computer Science with Python Course you will be able to take the MCQ test that will assess your knowledge. 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. Who is this Computer Science with Python course for? Beginners eager to delve into the realm of computer science and programming. Individuals looking to add Python programming to their skill set. Tech enthusiasts keen on understanding advanced Python concepts. Students pursuing computer science and needing a comprehensive Python guide. Professionals in tech roles aiming to enhance their coding capabilities. Prerequisites This Computer Science with Python Course was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. Career Path Python Developer: £45,000 - £70,000 Annually Data Scientist: £50,000 - £80,000 Annually Software Engineer: £40,000 - £75,000 Annually Backend Developer: £45,000 - £72,000 Annually Systems Analyst: £35,000 - £60,000 Annually DevOps Engineer: £50,000 - £85,000 Annually Course Curriculum Module 01 A Installing Python FREE 00:17:00 Documentation 00:30:00 Command Line 00:17:00 Variables 00:29:00 Simple Python Syntax 00:15:00 Keywords 00:18:00 Import Module 00:17:00 Module 02 Additional Topics 00:23:00 If Elif Else 00:31:00 Iterable 00:10:00 For 00:11:00 Loops 00:20:00 Execute 00:05:00 Exceptions 00:18:00 Module 03 Data Types 00:24:00 Number Types 00:28:00 More Number Types 00:13:00 Strings 00:20:00 More Strings 00:11:00 Files 00:08:00 Lists 00:15:00 Dictionaries 00:04:00 Tuples 00:07:00 Sets 00:09:00 Module 04 Comprehensions 00:10:00 Definitions 00:02:00 Functions 00:06:00 Default Arguments 00:06:00 Doc Strings 00:06:00 Variadic Functions 00:07:00 Factorial 00:07:00 Module 05 Function Objects 00:07:00 Lambda 00:11:00 Generators 00:06:00 Closures 00:10:00 Classes 00:09:00 Object Initialization 00:05:00 Class Static Members 00:07:00 Classic Inheritance 00:10:00 Data Hiding 00:07:00 Mock Exam Mock Exam - Python Developer 00:20:00 Final Exam Final Exam - Python Developer 00:20:00

Computer Science with Python Course
Delivered Online On Demand9 hours 16 minutes
£10.99

Data Center Training Essentials: Mechanical & Cooling

4.9(27)

By Apex Learning

Overview This comprehensive course on Data Center Training Essentials: Mechanical & Cooling will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Data Center Training Essentials: Mechanical & Cooling comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Data Center Training Essentials: Mechanical & Cooling. It is available to all students, of all academic backgrounds. Requirements Our Data Center Training Essentials: Mechanical & Cooling is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 2 sections • 6 lectures • 04:50:00 total length •Module 01:Data Center Mechanical Introduction: 01:01:00 •Module 02: Data Center Air Cooling: 00:51:00 •Module 03: Data Center Computational Fluid Dynamics: 01:02:00 •Module 04: Data Center Water Cooling: 00:53:00 •Module 05: Data Center Water Systems Operation: 01:03:00 •Assignment - Data Center Training Essentials: Mechanical & Cooling: 00:00:00

Data Center Training Essentials: Mechanical & Cooling
Delivered Online On Demand4 hours 50 minutes
£12

Building Your Own Computer

4.9(27)

By Apex Learning

Overview This comprehensive course on Building Your Own Computer will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Building Your Own Computer comes with accredited certification, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Building Your Own Computer. It is available to all students, of all academic backgrounds. Requirements Our Building Your Own Computer is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 2 sections • 9 lectures • 03:06:00 total length •Module 01: Introduction to Computer & Building PC: 00:17:00 •Module 02: Overview of Hardware and Parts: 00:27:00 •Module 03: Building the Computer: 00:25:00 •Module 04: Input and Output Devices: 00:22:00 •Module 05: Software Installation: 00:35:00 •Module 06: Computer Networking: 00:21:00 •Module 07: Building a Gaming PC: 00:19:00 •Module 08: Maintenance of Computers: 00:20:00 •Assignment - Building Your Own Computer: 00:00:00

Building Your Own Computer
Delivered Online On Demand3 hours 6 minutes
£12

Computer Operating System and Troubleshooting

4.5(3)

By Studyhub UK

Delve deep into the digital realm with our meticulously curated 'Computer Operating System and Troubleshooting' course. In this ever-evolving age of technology, understanding the backbone of every computer, the operating system, is indispensable. This course demystifies complex computer terminologies and intricacies of software, equipping you with the prowess to troubleshoot with confidence. Whether you're looking to enhance your technical acumen or setting the foundation for a robust IT career, this course holds the key. Learning Outcomes Gain a robust understanding of the fundamentals of computer operating systems. Familiarise with vital computer and network terminologies. Develop proficiency in navigating and working seamlessly with software and operating systems. Acquire the skills to identify and rectify common computer issues. Enhance problem-solving capabilities in the context of computer troubleshooting. Why choose this Computer Operating System and Troubleshooting course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments are designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Computer Operating System and Troubleshooting 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. Who is this Computer Operating System and Troubleshooting course for? Individuals keen on building a foundational understanding of computer systems. Aspiring IT professionals aiming to specialise in operating systems. Students pursuing studies in computer science or related fields. Tech enthusiasts curious about the mechanics behind computer operations. Professionals aiming to add a technical edge to their skill set. Career path IT Support Specialist - £22,000 - £35,000 Systems Administrator - £25,000 - £45,000 Network Engineer - £28,000 - £48,000 Helpdesk Analyst - £18,000 - £30,000 Computer Technician - £20,000 - £33,000 Technical Consultant - £30,000 - £55,000 Prerequisites This Computer Operating System and Troubleshooting does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Computer Operating System and Troubleshooting 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 Operating System Fundamentals What is an Operating System 00:48:00 Configuring the Operating System 00:06:00 What is an Application 00:10:00 Using Control Panel 00:18:00 Computer and Network Terminology Hardware and Peripherals 00:07:00 Storage 00:12:00 Connectivity Devices 00:05:00 Network Components 00:09:00 Working with Software and the OS Software and Concepts 00:10:00 Licensing 00:06:00 Using Software 00:07:00 Software Tools 00:10:00 Troubleshooting Software 00:14:00 Hardware, Devices, and Peripherals 00:05:00 Backup and Restore 00:03:00 Assignment Assignment - Computer Operating System and Troubleshooting 00:00:00

Computer Operating System and Troubleshooting
Delivered Online On Demand2 hours 50 minutes
£10.99