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

267 Computer Programming courses delivered Online

Arduino Crash Course

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 Arduino Crash 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 Arduino Crash Course is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Arduino Crash 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 Arduino Crash 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 Arduino Crash Course? 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 Arduino Crash Course 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 Arduino Crash 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 Arduino Crash Course does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Arduino Crash Course 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 Arduino Crash Course is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Section 1: Introduction & Requirements Unit 1: Introduction 00:01:00 Unit 2: Instructor's Introduction 00:05:00 Unit 3: What is Arduino 00:02:00 Section 2: Objective to Remember Unit 1: The Holes in Board 00:01:00 Unit 2: Working Procedure 00:01:00 Unit 3: The Breadboard 00:05:00 Section 3: Thinking Process of Arduino Unit 1: Thinking Process of Arduino 00:06:00 Section 4: Making a Circuit Unit 1: Putting Together a Circuit 00:04:00 Section 5: Coding Arduino Unit 1: Cut and Paste Coding 00:12:00 Section 6: More About Circuit Diagram Unit 1: Circuit Diagram 00:03:00 Section 7: Practical Work Unit 1: Inputs: Buttons 00:04:00 Unit 2: Analog Input: IR sensor 00:04:00 Unit 3: Analog Input: Potentiometer 00:09:00 Assignment Assignment - Arduino Crash Course 00:00:00

Arduino Crash Course
Delivered Online On Demand57 minutes
£10.99

Programming with Python

By Xpert Learning

About Course Master the Fundamentals of Programming with Python Course Description Embark on an exciting journey into the world of programming with this comprehensive Python course, designed to equip you with the essential skills and knowledge to become a proficient Python programmer. Whether you're a complete beginner or seeking to enhance your existing Python skills, this course caters to all levels of expertise. What will be discussed in detail? Introduction to Python: Delve into the basics of Python programming, including variables, data types, operators, and control flow statements. Working with Data Types: Explore the fundamental data types in Python, including numbers, strings, booleans, and lists. Python Strings: Master the art of manipulating strings, including slicing, concatenation, and string formatting techniques. Python Lists: Discover the power of lists, one of Python's most versatile data structures, and learn how to create, access, modify, and iterate over lists. Python Casting and Input: Understand the concept of type casting and learn how to take user input from the console. Python Dictionary: Uncover the usefulness of dictionaries, another essential data structure in Python, and learn how to store and retrieve data using key-value pairs. Python Date and Time: Learn how to handle date and time operations in Python, including creating, formatting, and manipulating date and time objects. Python Loop Part 1: Master the 'for' loop, a fundamental looping construct in Python, to iterate over sequences and perform repetitive tasks. Python Loop Part 2: Expand your understanding of loops by exploring the 'while' loop, used to execute a block of code repeatedly while a condition remains true. Creating a Function: Discover the power of functions, reusable blocks of code that perform specific tasks, and learn how to define, call, and pass arguments to functions. Python OOP Part 1: Delve into the world of Object-Oriented Programming (OOP) with Python, and learn the concepts of classes, objects, inheritance, and polymorphism. Python OOP Part 2: Enhance your OOP skills by exploring advanced concepts such as abstract classes, multiple inheritance, and operator overloading. Python Advanced OOP Part 1: Discover more advanced OOP techniques, including class methods, static methods, and decorators. Python Advanced OOP Part 2: Master the concept of exception handling, a crucial aspect of robust programming, and learn how to handle errors and exceptions effectively. Error Handling: Understand the importance of error handling in Python programming and learn how to identify, handle, and prevent errors. Python File Handling: Learn how to read, write, and manipulate files in Python, enabling you to store and retrieve data from external sources. Python Modules: Explore the concept of modules, reusable code libraries, and discover how to import, use, and create your own modules. Why should you enroll into it? Gain a comprehensive understanding of Python programming: Master the fundamentals of Python programming, from basic syntax to advanced OOP concepts. Develop practical coding skills: Apply your theoretical knowledge to hands-on coding exercises, solidifying your understanding and building your confidence. Prepare for a career in programming: Equip yourself with the essential skills required for entry-level programming positions. Enhance your problem-solving abilities: Learn to think algorithmically and develop effective problem-solving techniques using Python programming. Expand your skillset and knowledge: Whether you're a beginner or an experienced programmer, this course will broaden your understanding of Python and its capabilities. What will be taught? (Learning Outcomes/Learning Objectives) Understand the fundamental concepts of Python programming Work with different data types, including numbers, strings, lists, dictionaries, and Booleans Master control flow statements such as 'if', 'elif', and 'else' Create and manipulate Python functions Implement Object-Oriented Programming (OOP) concepts using classes, objects, inheritance, and polymorphism Handle errors and exceptions effectively Read, write, and manipulate files in Python Import, use, and create Python modules What Will You Learn? Understand the fundamental concepts of Python programming Work with different data types, including numbers, strings, lists, dictionaries, and Booleans Master control flow statements such as 'if', 'elif', and 'else' Create and manipulate Python functions Implement Object-Oriented Programming (OOP) concepts using classes, objects, inheritance, and polymorphism Handle errors and exceptions effectively Read, write, and manipulate files in Python Import, use, and create Python modules Course Content Introduction to Python Introduction to Python Working with Data Types Working with Data Types Python Strings Python Strings Python List Python List Python Casting and Input Python Casting and Input Python Dictionary Python Dictionary Python Date and Time Python Date and Time Python Loop (Part - 1) Python Loop (Part - 1) Python Loop (Part - 2) Python Loop (Part - 2) Python While Loop Python While Loop Creating a Function Creating a Function Python OOP (Part - 1) Python OOP (Part - 1) Python OOP (Part - 2) Python OOP (Part - 2) Python Advanced OOP (Part - 1) Python Advanced OOP (Part - 1) Python Advanced OOP (Part - 2) Python Advanced OOP (Part - 2) Error Handling Error Handling Python File Handling Python File Handling Python Modules Python Modules A course by Uditha Bandara Microsoft Most Valuable Professional (MVP) RequirementsA basic understanding of computers and operating systemsA willingness to learn and practice codingA computer with internet access and the ability to install Python Audience Beginners with no prior programming experience Programmers seeking to transition to Python Individuals looking to enhance their programming skills and knowledge Anyone interested in pursuing a career in programming Audience Beginners with no prior programming experience Programmers seeking to transition to Python Individuals looking to enhance their programming skills and knowledge Anyone interested in pursuing a career in programming

Programming with Python
Delivered Online On Demand
£9.99

Python Basic to Advanced for Data Science Online Course

4.3(43)

By John Academy

[vc_row][vc_column][vc_column_text] Description: This Python Basic to Advanced for Data Science Online Course is a great way to get started in programming. It covers the study of the Python language used to build most of the world's object-oriented systems. The course is for interested students with a good level of computer literacy who wish to acquire programming skills. It is also ideal for those who wish to move to a developer role or areas such as software engineering. This is a great course to develop your coding skills. This Python Basic to Advanced for Data Science Online Course is an ideal preliminary to the Object-Oriented Programming using Python. Join the course now! Entry Requirement This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Certification: After completing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; The UK & internationally recognized accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market.[/vc_column_text][/vc_column][/vc_row] Python 3 Beginners Module 01 Introduction FREE 00:29:00 Starter Examples 00:33:00 Learning C Concepts 00:13:00 Module 02 Data Types and Inference 00:20:00 Sizeof and IEEE 754 00:33:00 Constants L and R Values 00:11:00 Operators and Precedence 00:25:00 Literals 00:26:00 Module 03 Classes and Structs FREE 00:22:00 Enums 00:14:00 Unions 00:16:00 Introduction to Pointers 00:11:00 Pointers and Array Indexing 00:12:00 Using Const with Pointers 00:09:00 Pointers to String Literals 00:12:00 References 00:14:00 Smart Pointers 00:22:00 Arrays 00:15:00 Standard Library Strings 00:13:00 More Standard Library Strings 00:18:00 Functions 00:06:00 More Functions 00:16:00 Function Pointers 00:15:00 Control Statements 00:18:00 Python 3 Intermediate Module 04 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 Additional Topics 00:23:00 Module 05 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 Data Types 00:24:00 Module 06 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 07 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 Function Objects 00:07:00 Module 08 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 Python 3 Advanced Iterators and Generators FREE 00:16:00 Regular Expressions 00:19:00 Introspection and Lambda Functions 00:27:00 Metaclasses and Decorators 00:24:00 Modules and Packages 00:25:00 Working with APIs 00:15:00 Metaprogramming Primer 00:19:00 Decorators and Monkey Patching 00:21:00 XML and JSON Structure 00:10:00 Generating XML and JSON 00:17:00 Parsing XML and JSON 00:19:00 Implementing Algorithms 00:19:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Python Basic to Advanced for Data Science Online Course
Delivered Online On Demand19 hours 30 minutes
£12

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

AutoCAD VBA Programming - Beginner course

5.0(10)

By Apex Learning

Overview This comprehensive course on AutoCAD VBA Programming - Beginner course will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This AutoCAD VBA Programming - Beginner course 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 AutoCAD VBA Programming - Beginner course. It is available to all students, of all academic backgrounds. Requirements Our AutoCAD VBA Programming - Beginner course 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 11 sections • 42 lectures • 03:37:00 total length •Module 01: Introduction: 00:04:00 •Module 02: Course Content Identified: 00:06:00 •Module 01: Setting-up the Environment (Installing VBA IDE): 00:01:00 •Module 02: Downloading and Installing AutoCAD VBA IDE: 00:04:00 •Module 03: Identify and Understand VBA IDE Components (Toolbars and Windows): 00:03:00 •Module 04: VBA IDE Walkthrough: 00:14:00 •Module 01: Examining AutoCAD VBA Object Model Structure: 00:07:00 •Module 02: Examining AutoCAD Object Model Structure Part 2: 00:06:00 •Module 01: Working on Variables: 00:01:00 •Module 02: Using Variables in the Program: 00:14:00 •Module 01: User Forms and Controls Topic Breakdown: 00:02:00 •Module 02: Using Label, Textbox and Command Button Controls: 00:10:00 •Module 03: Using ListBox Control: 00:06:00 •Module 04: Using ComboBox Control: 00:09:00 •Module 05: Using CheckBox Control: 00:08:00 •Module 06: Using OptionButton Control: 00:03:00 •Module 07: Using MultiPage Control: 00:10:00 •Module 08: Using MultiPage Control Continued: 00:14:00 •Module 09: Using Frame Control: 00:03:00 •Module 01: Conditions and Decisions Course Outline: 00:01:00 •Module 02: IF-THEN-ELSE Condition: 00:02:00 •Module 03: IF-THEN-ELSEIF Condition: 00:04:00 •Module 04: Conditional Operators in VBA: 00:04:00 •Module 05: Logical Operators in VBA: 00:07:00 •Module 06: SELECT CASE Statement in VBA: 00:05:00 •Module 01: Looping and Iterations Overview: 00:02:00 •Module 02: Using DO-WHILE Loop in VBA: 00:04:00 •Module 03: Using DO-UNTIL Loop in VBA: 00:02:00 •Module 04: Using FORNEXT Loop in VBA: 00:02:00 •Module 05: Using FOREACHNEXT Loop in VBA: 00:03:00 •Module 01: Drawing Objects Overview: 00:01:00 •Module 02: Draw a Line Object using Utility Function: 00:03:00 •Module 03: Draw a Line Object using Points from User's Input: 00:07:00 •Module 04: Draw a Circle Object Using Utility Functions: 00:03:00 •Module 05: Draw a Text Object using Utility Functions: 00:05:00 •Module 06: Draw a LWPolyline and Polyline Objects: 00:06:00 •Module 01: Code Debugging Overview: 00:01:00 •Module 02: Code Debugging in VBA Demo: 00:12:00 •Module 03: Code Debugging in VBA Demo Continued: 00:02:00 •Module 01: Error Handling Course Outline: 00:02:00 •Module 02: Error Handling in VBA Demo: 00:13:00 •Module 01: Conclusion and Thank you!: 00:01:00

AutoCAD VBA Programming - Beginner course
Delivered Online On Demand3 hours 37 minutes
£12

Intermediate Python Coding

By IOMH - Institute of Mental Health

Overview of Intermediate Python Coding Join our Intermediate Python Coding course and discover your hidden skills, setting you on a path to success in this area. Get ready to improve your skills and achieve your biggest goals. The Intermediate Python Coding course has everything you need to get a great start in this sector. Improving and moving forward is key to getting ahead personally. The Intermediate Python Coding course is designed to teach you the important stuff quickly and well, helping you to get off to a great start in the field. So, what are you looking for? Enrol now! Get a Quick Look at The Course Content: This Intermediate Python Coding Course will help you to learn: Learn strategies to boost your workplace efficiency. Hone your skills to help you advance your career. Acquire a comprehensive understanding of various topics and tips. Learn in-demand skills that are in high demand among UK employers This course covers the topic you must know to stand against the tough competition. The future is truly yours to seize with this Intermediate Python Coding. Enrol today and complete the course to achieve a certificate that can change your career forever. Details Perks of Learning with IOMH One-To-One Support from a Dedicated Tutor Throughout Your Course. Study Online - Whenever and Wherever You Want. Instant Digital/ PDF Certificate. 100% Money Back Guarantee. 12 Months Access. Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement Certificate of Completion - Digital / PDF Certificate After completing the Intermediate Python Coding course, you can order your CPD Accredited Digital / PDF Certificate for £5.99.  Certificate of Completion - Hard copy Certificate You can get the CPD Accredited Hard Copy Certificate for £12.99. Shipping Charges: Inside the UK: £3.99 International: £10.99 Who Is This Course for? This Intermediate Python Coding is suitable for anyone aspiring to start a career in relevant field; even if you are new to this and have no prior knowledge, this course is going to be very easy for you to understand.  On the other hand, if you are already working in this sector, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements You don't need any educational qualification or experience to enrol in the Intermediate Python Coding course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path The certification and skills you get from this Intermediate Python Coding Course can help you advance your career and gain expertise in several fields, allowing you to apply for high-paying jobs in related sectors. Frequently Asked Questions (FAQ's) Q. How do I purchase a course? 1. You need to find the right course on our IOMH website at first. You can search for any course or find the course from the Courses section of our website. 2. Click on Take This Course button, and you will be directed to the Cart page. 3. You can update the course quantity and also remove any unwanted items in the CART and after that click on the Checkout option and enter your billing details. 4. Once the payment is made, you will receive an email with the login credentials, and you can start learning after logging into the portal. Q. I have purchased the course when will I be able to access the materials? After purchasing the course, you should receive an email with the login credentials within 24 hours. Please check your spam or junk folder if you didn't receive it in your inbox. You can access your courses by logging into your account. If you still need any assistance, please get in touch with our Customer Support team by providing the details of your purchase. Q. I haven't received my certificate yet. What should I do? You should receive your Digital Certificate within 24 hours after placing the order, and it will take 3-9 days to deliver the hard copies to your address if you are in the UK. For International Delivery, it will take 20-25 days. If you require any assistance, get in touch with our dedicated Customer Support team, and your queries/issues will be dealt with accordingly. Q. I don't have a credit/debit card, what other methods of payment do you accept? You can make the payment using PayPal or you can Bank Transfer the amount. For Bank transfer you will require an invoice from us and you need to contact our Customer Support team and provide details of your purchase to get the invoice. After that, you will receive an email with the invoice and bank details and you can make the payment accordingly. Q. Can I do the courses from outside UK? We are an online course provider, and learners from anywhere in the world can enrol on our courses using an internet-connected device. Q. When I log into the account it says 'Contact Administrator'. To resolve this issue, please log out of your account and then log back in. Course Curriculum Section 01: Introduction Course Introduction 00:02:00 Course Curriculum 00:05:00 How to get Pre-requisites 00:02:00 Getting Started on Windows, Linux or Mac 00:01:00 How to ask Great Questions 00:02:00 Section 02: Class Introduction to Class 00:07:00 Create a Class 00:09:00 Calling a Class Object 00:08:00 Class Parameters - Objects 00:05:00 Access Modifiers(theory) 00:10:00 Summary 00:02:00 Section 03: Methods Introduction to methods 00:06:00 Create a method 00:07:00 Method with parameters 00:12:00 Method default parameter 00:06:00 Multiple parameters 00:05:00 Method return keyword 00:04:00 Method Overloading 00:05:00 Summary 00:02:00 Section 04: OOPs Object-Oriented Programming Introduction to OOPs 00:05:00 Classes and Objects 00:08:00 Class Constructors 00:07:00 Assessment Test1 00:01:00 Solution for Assessment Test1 00:03:00 Summary 00:01:00 Section 05: Inheritance and Polymorphism Introduction 00:04:00 Inheritance 00:13:00 Getter and Setter Methods 00:12:00 Polymorphism 00:13:00 Assessment Test2 00:03:00 Solution for Assessment Test2 00:03:00 Summary 00:02:00 Section 06: Encapsulation and Abstraction Introduction 00:03:00 Access Modifiers (public, protected, private) 00:21:00 Encapsulation 00:07:00 Abstraction 00:07:00 Summary 00:02:00 Section 07: Python Games for Intermediate Introduction 00:01:00 Dice Game 00:06:00 Card and Deck Game Playing 00:07:00 Summary 00:01:00 Section 08: Modules and Packages Introduction 00:01:00 PIP command installations 00:12:00 Modules 00:12:00 Naming Module 00:03:00 Built-in Modules 00:03:00 Packages 00:08:00 List Packages 00:03:00 Summary 00:02:00 Section 09: Working Files with Pandas Introduction 00:02:00 Reading CSV files 00:11:00 Writing CSV files 00:04:00 Summary 00:01:00 Section 10: Error and ExceptionHandling Introduction 00:01:00 Errors - Types of Errors 00:08:00 Try - Except Exceptions Handling 00:07:00 Creating User-Defined Message 00:05:00 Try-Except-FinallyBlocks 00:07:00 Summary 00:02:00

Intermediate Python Coding
Delivered Online On Demand5 hours 22 minutes
£11.99

The Complete Python 3 Course: Beginner to Advanced

4.3(43)

By John Academy

Description: This diploma in C++ and Python programming course is a great way to get started in programming. It covers the study of the C++ and Python group of languages used to build most of the world's object oriented systems. The course is for interested students with a good level of computer literacy who wish to acquire programming skills. It is also ideal for those who wish to move to a developer role or areas such as software engineering. This is a great course to develop your coding skills. It teaches key features of imperative programming using C and is an ideal preliminary to the Object-Oriented Programming using Python. Join the course now! Entry Requirement This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Assessment:  At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognized accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Python 3 Beginners Module 01 Introduction FREE 00:29:00 Starter Examples 00:33:00 Learning C Concepts 00:13:00 Module 02 Data Types and Inference 00:20:00 Sizeof and IEEE 754 00:33:00 Constants L and R Values 00:11:00 Operators and Precedence 00:25:00 Literals 00:26:00 Module 03 Classes and Structs FREE 00:22:00 Enums 00:14:00 Unions 00:16:00 Introduction to Pointers 00:11:00 Pointers and Array Indexing 00:12:00 Using Const with Pointers 00:09:00 Pointers to String Literals 00:12:00 References 00:14:00 Smart Pointers 00:22:00 Arrays 00:15:00 Standard Library Strings 00:13:00 More Standard Library Strings 00:18:00 Functions 00:06:00 More Functions 00:16:00 Function Pointers 00:15:00 Control Statements 00:18:00 Python 3 Intermediate Module 04 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 Additional Topics 00:23:00 Module 05 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 Data Types 00:24:00 Module 06 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 07 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 Function Objects 00:07:00 Module 08 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 Python 3 Advanced Iterators and Generators FREE 00:16:00 Regular Expressions 00:19:00 Introspection and Lambda Functions 00:27:00 Metaclasses and Decorators 00:24:00 Modules and Packages 00:25:00 Working with APIs 00:15:00 Metaprogramming Primer 00:19:00 Decorators and Monkey Patching 00:21:00 XML and JSON Structure 00:10:00 Generating XML and JSON 00:17:00 Parsing XML and JSON 00:19:00 Implementing Algorithms 00:19:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

The Complete Python 3 Course: Beginner to Advanced
Delivered Online On Demand19 hours 30 minutes
£12

Learn AutoCAD Programming using VB.NET - Hands On!

4.5(3)

By Studyhub UK

The course 'Learn AutoCAD Programming using VB.NET - Hands On!' provides comprehensive training in using VB.NET to program and automate tasks in AutoCAD. It covers essential concepts, components of the AutoCAD .NET API, creating and manipulating AutoCAD objects, exploring AutoCAD dictionaries, user interactions, selection sets, and developing practical projects. Participants will gain the necessary skills to efficiently create custom plugins and enhance their productivity in AutoCAD. Learning Outcomes: Understand the fundamentals of VB.NET programming and its relevance to AutoCAD. Explore the AutoCAD .NET API components and learn to work with the AutoCAD object hierarchy. Create and manipulate various AutoCAD objects such as lines, circles, polylines, and more using VB.NET. Implement AutoCAD dictionaries to manage layers, line types, text styles, and other entities. Utilize user interactions for input and output in VB.NET, enhancing the user experience. Work with selection sets and filters to efficiently select and process AutoCAD objects. Develop hands-on projects, including a BlocksCounter plugin and an ObjectExtractor plugin, to reinforce learning and practical application. Why buy this Learn AutoCAD Programming using VB.NET - Hands On!? 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 Learn AutoCAD Programming using VB.NET - Hands On! 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 Learn AutoCAD Programming using VB.NET - Hands On! does not require you to have any prior qualifications or experience. You can just enrol and start learning.  Prerequisites This Learn AutoCAD Programming using VB.NET - Hands On! 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 Learn AutoCAD Programming using VB.NET - Hands On! is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Unit 01: Introduction Module 01: Course Outline 00:05:00 Module 02: Introduction 00:01:00 Module 03: Who is this Course for? 00:01:00 Module 04: What will I learn from this Course? 00:01:00 Module 05: What is VB.NET? 00:01:00 Module 06: What is AutoCAD .NET API? 00:01:00 Module 07: What are the advantages of programming in AutoCAD .NET API? 00:01:00 Module 08: Hands-on Projects overview 00:06:00 Unit 02: Exploring AutoCAD .NET API Components Module 01: AutoCAD .NET API Components Overview 00:01:00 Module 02: AutoCAD .NET API Assemblies 00:02:00 Module 03: Understanding AutoCAD Object Hierarchy 00:03:00 Module 04: AutoCAD .NET API Application Object 00:02:00 Module 05: AutoCAD .NET API Document Object 00:02:00 Module 06: AutoCAD .NET API Database Object 00:04:00 Unit 03: Hello AutoCAD from VB.NET Module 01: Section Overview 00:04:00 Module 02: Installing Visual Studio 2019 00:05:00 Module 03: Setting up Visual Studio 2019 Integrated Development Environment (IDE) 00:04:00 Module 04: Creating First VB.NET Plugin (Hello AutoCAD) 00:12:00 Module 05: Different ways to communicate with the User 00:04:00 Module 06: Configuring VS2019 Target Processor 00:10:00 Unit 04: Creating AutoCAD Objects using VB.NET Module 01: Creating AutoCAD Object using VB.NET Overview 00:01:00 Module 02: Creating DrawObjects Project 00:04:00 Module 03: Creating a Line Object using VB.NET 00:15:00 Module 04: Creating a MText Object using VB.NET 00:12:00 Module 05: Creating a Circle Object using VB.NET 00:09:00 Module 06: Creating an Arc Object using VB.NET 00:07:00 Module 07: Creating a Polyline Object using VB.NET 00:08:00 Module 08: Creating Multiple Circles Vertically 00:09:00 Module 09: Creating Multiple Circles Horizontally 00:05:00 Unit 05: Manipulating AutoCAD Objects using VB.NET Module 01: Manipulating AutoCAD Objects Overview 00:01:00 Module 02: Creating the Project ManipulateObjects 00:04:00 Module 03: Creating the SingleCopy Method 00:13:00 Module 04: Creating the MultipleCopy Method 00:11:00 Module 05: Creating the EraseObject Method 00:12:00 Module 06: Creating the MoveObject method 00:07:00 Module 07: Creating the MirrorObject method 00:10:00 Module 08: Creating the RotateObject method 00:07:00 Module 09: Creating the ScaleObject method 00:05:00 Module 10: Creating the OffsetObject method 00:05:00 Unit 06: Exploring AutoCAD Dictionaries using VB.NET Module 01: Exploring AutoCAD Dictionaries - Overview 00:02:00 Module 02: Creating LayersLineTypesAndStyles Project 00:06:00 Module 03: Creating the ListLayers Method 00:11:00 Module 04: Creating the CreateLayer Method 00:10:00 Module 05: Creating the UpdateLayer Method 00:12:00 Module 06: Creating the SetLayerOnOff Method 00:08:00 Module 07: Creating the SetLayerFrozenOrThaw Method 00:04:00 Module 08: Creating the DeleteLayer Method 00:05:00 Module 09: Creating the LockUnlockLayer Method 00:04:00 Module 10: Creating the SetLayerToObject Method 00:08:00 Module 11: Creating the ListLineTypes Method 00:09:00 Module 12: Creating the LoadLineType Method 00:07:00 Module 13: Creating the SetCurrentLineType Method 00:05:00 Module 14: Creating the DeleteLineType Method 00:09:00 Module 15: Creating the SetLineTypeToObject Method 00:05:00 Module 16: Exploring TextStyles - Overview 00:01:00 Module 17: Creating the ListStyles Method 00:08:00 Module 18: Creating the UpdateCurrentTextStyleFont Method 00:12:00 Module 19: Creating the SetCurrentTextStyle Method 00:08:00 Module 20: Creating the SetTextStyleToObject Method 00:08:00 Unit 07: User Interactions in VB.NET Module 01: User Input Functions - Overview 00:02:00 Module 02: Creating the UserInteractions Project 00:03:00 Module 03: Creating the GetName Method 00:11:00 Module 04: Creating the SetLayer Method using the GetString function 00:12:00 Module 05: Creating the CreateLineUsingGetpoint Method 00:11:00 Module 06: Creating the CalculateDefinedArea Method 00:17:00 Module 07: Creating the DrawObjectsUsingGetKeywords Method 00:14:00 Module 08: Creating the GetDistanceBetweenTwoPoints Method 00:05:00 Module 09: Creating the CountObjects Method 00:15:00 Unit 08: Selection Sets and Filters Module 01: Selection Sets and Filters - Overview 00:13:00 Module 02: Creating the SelectionSets Project 00:05:00 Module 03: Creating the SelectAllAndChangeLayer Method 00:12:00 Module 04: Creating the SelectObjectOnScreen Method 00:08:00 Module 05: Creating the SelectWindowAndChangeColor Method 00:06:00 Module 06: Creating the SelectCrossingAndDelete Method 00:05:00 Module 07: Creating the SelectFenceAndChangeLayer Method 00:06:00 Module 08: Creating the CountPickFirstSelection Method 00:07:00 Module 09: Creating the SelectLines Method 00:13:00 Module 10: Creating the SelectMTexts Method 00:05:00 Module 11: Creating the SelectPlines Method 00:04:00 Module 12: Creating the SelectWalls Method 00:07:00 Module 13: Creating the SelectStairs Method 00:03:00 Module 14: Creating the SelectFrenchDoors Method 00:04:00 Module 15: Creating the SelectBifoldDoors Method 00:03:00 Module 16: Creating CountReceptacles Method 00:04:00 Module 17: Creating the CountLightingFixtures Method 00:10:00 Unit 09: Developing Projects - Hands On Module 01: Developing Projects - Hands on Overview 00:02:00 Module 02: BlocksCounter Plugin Demo 00:03:00 Module 03: Creating the BlocksCounter Project 00:04:00 Module 04: Creating the CountBlocksToTable Method 00:08:00 Module 05: Creating the PromptUser Function 00:08:00 Module 06: Creating the GatherBlocksAndDrawTable Method 00:12:00 Module 07: Continuation of GatherBlocksAndDrawTable Method 00:17:00 Module 08: Running and Debugging the BlocksCounter Project - Part 1 00:15:00 Module 09: Running and Debugging the BlocksCounter Project - Part 2 00:11:00 Module 10: Running and Debugging the BlocksCounter Project - Part 3 00:01:00 Module 11: Creating the ObjectExtractor Plugin Project 00:04:00 Module 12: Creating the ExtractObjects Method 00:07:00 Module 13: Creating the ExtractLine Method 00:16:00 Module 14: Running and Debugging the ExtractLine Method 00:05:00 Module 15: Creating the ExtractCircle Method 00:11:00 Module 16: Creating the ExtractMText Method 00:13:00 Module 17: Creating the ExtractPolyline Method 00:19:00 Module 18: Creating the ExtractBlock Method 00:10:00 Unit 10: Conclusion Module 01: Congratulations and Thank you very much! 00:01:00 Assignment Assignment - Learn AutoCAD Programming using VB.NET - Hands On! 00:00:00

Learn AutoCAD Programming using VB.NET - Hands On!
Delivered Online On Demand12 hours 9 minutes
£10.99

Kotlin Programming: Android Coding Bible

4.5(3)

By Studyhub UK

Embark on a journey into the world of Android app development with our comprehensive Kotlin Programming: Android Coding Bible course. This in-depth training will equip you with the knowledge and skills to master Kotlin, a modern and powerful programming language specifically designed for Android development. Whether you're a complete beginner or an experienced programmer seeking to expand your skillset, this course will guide you through the fundamentals of Kotlin, covering topics such as syntax, data types, variables, operators, control flow statements, functions, error handling, and null safety. You'll gain a solid understanding of object-oriented programming principles and learn how to effectively utilize collections to manage and process data. Learning Outcomes Master the fundamentals of Kotlin programming language for Android development Gain a thorough understanding of syntax, data types, variables, operators, and control flow statements Learn how to create and utilize functions to structure and modularize code Effectively handle errors and exceptions to ensure robust and reliable applications Implement null safety mechanisms to prevent NullPointerExceptions and enhance code stability. Why choose this Kotlin Programming: Android Coding Bible 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 Kotlin Programming: Android Coding Bible course for? Aspiring Android developers seeking to master Kotlin programming language Individuals with prior programming experience looking to transition to Android development Software engineers aiming to expand their skillset with Kotlin and Android development expertise Students of computer science or related fields interested in learning Android app development Enthusiasts passionate about creating mobile applications for the Android platform. Career path Android Developer (£35,000 - £55,000) Senior Android Developer (£45,000 - £65,000) Android App Architect (£55,000 - £75,000) Mobile Application Developer (£30,000 - £50,000) Software Engineer (£40,000 - £60,000) Full-Stack Developer (£45,000 - £65,000) Prerequisites This Kotlin Programming: Android Coding Bible does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Kotlin Programming: Android Coding Bible 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 & Setup Introduction To This Course 00:02:00 Windows Setup 00:13:00 Mac Setup 00:10:00 Linux Setup 00:12:00 Online Code Editor 00:02:00 Section 02: Basics Variables 00:06:00 Data Types 00:06:00 String 00:05:00 Array 00:07:00 Data Type Conversion 00:05:00 Comments 00:04:00 Arithmetic Operators 00:07:00 Relational Operators 00:06:00 Assignment Operators 00:06:00 Unary Operators 00:05:00 Bitwise Operators 00:09:00 Logical Operators 00:04:00 Input & Output 00:03:00 Section 03: Control Statements Conditional if Statement 00:05:00 When Statement 00:07:00 For Loop 00:04:00 While Loop 00:04:00 do while Loop 00:04:00 Break Statement 00:04:00 Continue Statement 00:04:00 Section 04: Functions Basic Functions 00:03:00 Function Parameters 00:04:00 Return Values 00:04:00 Recursion 00:04:00 Default & Named Arguments 00:06:00 Lambda Function 00:04:00 Higher Order Function 00:05:00 Inline Function 00:02:00 Section 05: Error/Exception Handling Try Catch Block 00:04:00 Try Catch Expression 00:05:00 Multiple Catch Block 00:05:00 Nested Try Catch Block 00:05:00 Finally Block 00:02:00 Throw Keyword 00:02:00 Section 06: NULL Safety Nullable & Non Nullable Types 00:03:00 Smart Cast 00:02:00 Unsafe and Safe Cast 00:03:00 Elvis Operator 00:04:00 Section 07: Collections List: listOf Function 00:06:00 List: mutableListOf Function 00:05:00 List: arrayListOf Function 00:06:00 Map: mapOf Function 00:07:00 Map: HashMap 00:08:00 Map: hashMapOf Function 00:05:00 Map: mutableMapOf Function 00:04:00 Set: setOf Function 00:04:00 Set: mutableSetOf Function 00:04:00 Set: HashSet 00:04:00 Section 08: Classes & Objects Basic Example 00:07:00 Nested and Inner Class 00:06:00 Constructors 00:05:00 Visibility Modifiers 00:06:00 Inheritance 00:05:00 Method Overriding 00:04:00 Property Overriding 00:02:00 Abstract Class 00:03:00 Superclass 00:03:00 Data Class 00:05:00 Multiple Class Inheritance & Interfaces 00:03:00 Sealed Class 00:03:00 Extension Function 00:03:00 Generics 00:05:00 Section 09: Extras Integer Type Range 00:05:00 Regex 00:04:00 Call Java from Kotlin 00:03:00 Call Kotlin from Java 00:02:00 Section 10: Resource Resource 00:00:00 Assignment Assignment - Kotlin Masterclass Programming Course: Android Coding Bible 00:00:00

Kotlin Programming: Android Coding Bible
Delivered Online On Demand5 hours 38 minutes
£10.99

C++ Development: The Complete Coding Guide

4.5(3)

By Studyhub UK

Dive into the heart of programming with our course, 'C++ Development: The Complete Coding Guide,' where coding becomes an art and a language in itself. From setting up your development environment to exploring advanced concepts like classes and file I/O, this course is your gateway to mastering the intricate world of C++. Each section unfolds a new layer, unraveling the mystery behind operators, functions, and the mighty preprocessor. It's not just about learning syntax; it's about crafting elegant and efficient code that speaks the language of innovation. Join us on this coding adventure, where your journey from a novice to a C++ maestro awaits! Learning Outcomes Master the fundamentals of C++ programming, from setup to advanced data types. Explore the intricacies of operators, string streams, and control flow statements. Develop a deep understanding of functions and their role in code efficiency. Delve into advanced concepts like classes, file I/O, and the powerful preprocessor. Hone your coding skills with practical exercises and real-world applications. Why choose this C++ Development: The Complete Coding Guide 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 C++ Development: The Complete Coding Guide course for? Aspiring programmers eager to delve into the world of C++ development. Students pursuing computer science or related disciplines. Professionals looking to enhance their coding expertise. Tech enthusiasts curious about the inner workings of C++. Anyone seeking a dynamic skill set in the competitive world of programming. Career path Junior C++ Developer: £25,000 - £35,000 Software Engineer: £30,000 - £45,000 Senior C++ Programmer: £40,000 - £60,000 System Architect: £50,000 - £70,000 Technical Lead: £60,000 - £80,000 Chief Technology Officer (CTO): £80,000 and above Prerequisites This C++ Development: The Complete Coding Guide does not require you to have any prior qualifications or experience. You can just enrol and start learning.This C++ Development: The Complete Coding Guide 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 & Setting Up Introduction 00:04:00 What Is C++? 00:03:00 Setting up A Project 00:07:00 Section 02: Basics Console Out 00:04:00 Data Types 00:03:00 Variables 00:04:00 Console In 00:03:00 Strings 00:04:00 Constants 00:05:00 Section 03: Operators Assignment Operator 00:03:00 Arithmetic Operators 00:04:00 Compound Assignment Operator 00:03:00 Increment & Decrement Operators 00:04:00 Relation & Comparison Operators 00:06:00 Logical Operators 00:07:00 Conditional Ternary Operator 00:04:00 Comma Operator 00:03:00 Type Casting Operator 00:02:00 Bitwise Operators 00:12:00 Size of Operator 00:03:00 Operator Precedence 00:05:00 Section 04: String Streams String Streams 00:04:00 Section 05: Statements & Loops Conditional Statements 00:07:00 For Loop 00:04:00 While Loop 00:03:00 Do While Loop 00:04:00 Range-Based For Loop 00:03:00 GoTo Statement 00:04:00 Switch Statement 00:05:00 Section 06: Functions Functions 00:03:00 Function Return Statement 00:04:00 Function Arguments Passed By Value 00:05:00 Function Arguments Passed By Reference 00:05:00 Function Parameter Default Values 00:03:00 Overloaded Functions 00:04:00 Function Templates 00:04:00 Namespaces 00:06:00 Section 07: Advanced Data Types Arrays 00:03:00 Multidimensional Arrays 00:03:00 References 00:02:00 Pointers 00:04:00 Delete Operator 00:02:00 Struct 00:04:00 Type Aliasing 00:03:00 Unions 00:04:00 Enumerators 00:04:00 Section 08: Classes Introduction to Classes 00:05:00 Class Access 00:04:00 Class Constructor 00:05:00 Class Pointers 00:04:00 Overloading Operators 00:06:00 This Keyword 00:04:00 Constant Objects 00:03:00 Getters and Setters 00:05:00 Static Variables 00:04:00 Static Functions 00:06:00 Template Classes 00:05:00 Class Destructor 00:04:00 Class Copy Constructor 00:03:00 Friend Function 00:06:00 Friend Class 00:06:00 Class Inheritance 00:07:00 Multiple Class Inheritance 00:05:00 Virtual Methods 00:04:00 Abstract Base Class 00:03:00 Section 09: Errors Error Handling 00:04:00 Section 10: The Mighty Preprocessor Preprocessor Macro Definitions 00:04:00 Preprocessor Conditional Directives 00:05:00 Preprocessor Line Directive 00:04:00 Preprocessor Error Directive 00:03:00 Preprocessor Source File Inclusion 00:02:00 Section 11: File I/O Opening A File 00:06:00 Writing to a File 00:04:00 Section 12: Extras Commenting 00:04:00 Class Header and Implementation 00:09:00 Lists 00:04:00 Vectors 00:05:00 Resource Resource - C++ Development: The Complete Coding Guide 00:00:00 Assignment Assignment - C++ Development: The Complete Coding Guide 00:00:00

C++ Development: The Complete Coding Guide
Delivered Online On Demand5 hours 33 minutes
£10.99