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

1099 Operator courses

Python Diploma

By Study Plex

Highlights of the Course Course Type: Online Learning Duration: 19 Hours 57 Minutes Tutor Support: Tutor support is included Customer Support: 24/7 customer support is available Quality Training: The course is designed by an industry expert Recognised Credential: Recognised and Valuable Certification Completion Certificate: Free Course Completion Certificate Included Instalment: 3 Installment Plan on checkout What you will learn from this course? Gain comprehensive knowledge about python Understand the core competencies and principles of python Explore the various areas of python Know how to apply the skills you acquired from this course in a real-life context Become a confident and expert python developer Python Masterclass Course Master the skills you need to propel your career forward in python. This course will equip you with the essential knowledge and skillset that will make you a confident python developer and take your career to the next level. This comprehensive Python masterclass course is designed to help you surpass your professional goals. The skills and knowledge that you will gain through studying this Python masterclass course will help you get one step closer to your professional aspirations and develop your skills for a rewarding career. This comprehensive course will teach you the theory of effective python practice and equip you with the essential skills, confidence and competence to assist you in the python industry. You'll gain a solid understanding of the core competencies required to drive a successful career in python. This course is designed by industry experts, so you'll gain knowledge and skills based on the latest expertise and best practices. This extensive course is designed for python developer or for people who are aspiring to specialise in python. Enrol in this Python masterclass course today and take the next step towards your personal and professional goals. Earn industry-recognised credentials to demonstrate your new skills and add extra value to your CV that will help you outshine other candidates. Who is this Course for? This comprehensive Python masterclass course is ideal for anyone wishing to boost their career profile or advance their career in this field by gaining a thorough understanding of the subject. Anyone willing to gain extensive knowledge on this python can also take this course. Whether you are a complete beginner or an aspiring professional, this course will provide you with the necessary skills and professional competence, and open your doors to a wide number of professions within your chosen sector. Entry Requirements This Python masterclass course has no academic prerequisites and is open to students from all academic disciplines. You will, however, need a laptop, desktop, tablet, or smartphone, as well as a reliable internet connection. Assessment This Python masterclass course assesses learners through multiple-choice questions (MCQs). Upon successful completion of the modules, learners must answer MCQs to complete the assessment procedure. Through the MCQs, it is measured how much a learner could grasp from each section. In the assessment pass mark is 60%. Advance Your Career This Python masterclass course will provide you with a fresh opportunity to enter the relevant job market and choose your desired career path. Additionally, you will be able to advance your career, increase your level of competition in your chosen field, and highlight these skills on your resume. Recognised Accreditation This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. What is CPD? Employers, professional organisations, and academic institutions all recognise CPD, therefore a credential from CPD Certification Service adds value to your professional goals and achievements. Benefits of CPD Improve your employment prospects Boost your job satisfaction Promotes career advancement Enhances your CV Provides you with a competitive edge in the job market Demonstrate your dedication Showcases your professional capabilities What is IPHM? The IPHM is an Accreditation Board that provides Training Providers with international and global accreditation. The Practitioners of Holistic Medicine (IPHM) accreditation is a guarantee of quality and skill. Benefits of IPHM It will help you establish a positive reputation in your chosen field You can join a network and community of successful therapists that are dedicated to providing excellent care to their client You can flaunt this accreditation in your CV It is a worldwide recognised accreditation What is Quality Licence Scheme? This course is endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. Benefits of Quality License Scheme Certificate is valuable Provides a competitive edge in your career It will make your CV stand out Course Curriculum Python Basics What Is Python Installation And First Execution 00:09:00 Variables, Creating And Running External Script, Interactive Shell 00:14:00 Comments 00:03:00 Types Of Variables 00:09:00 Math Operators 00:10:00 Exercise: Adding VAT To Products 00:08:00 Semicolon and ENTER - Assigning Multiple Values To Variables At Once 00:04:00 Assignment Operators 00:02:00 Playing With Strings (Slicing, Adding And Having Fun) 00:10:00 Functions and Libraries Basics Importing Libraries, What Are Functions - Basics 00:11:00 ATTENTION - Important Lecture About Common Mistake Regarding Functions 00:05:00 Taking Data From User And Type Conversion (Casting) 00:12:00 Conditional statements Comparison (Relational) Operators 00:05:00 Instruction 'If' Why INDENTATION Is IMPORTANT In Python | DO NOT SKIP! 00:11:00 EXERCISE: Simple Calculator 00:11:00 Values Different Than 0 00:03:00 Logical Operators 00:10:00 Loops Loop While 00:06:00 EXERCISE: Adding Numbers Taken From The User 00:08:00 Loop For 00:06:00 Instruction Break And Continue 00:11:00 EXERCISE: Guess The Number 00:09:00 Lists What Are Lists Basic Operations On Lists 00:10:00 Checking If Element Is 'In' Or 'Not In' The List 00:03:00 Operating On Lists With Functions Bn 00:14:00 Advanced Types Tuples - What Does Immutable Mean 00:05:00 Dictionaries 00:10:00 Sets 00:07:00 Operations On Sets 00:08:00 Nested Types 00:13:00 Processing Nested Types Using Loops 00:03:00 Dictionary Inside Dictionary, Dictionary Inside List - When To Choose Which 00:09:00 Extracting (Lterating Through) Values From Nested Dictionaries 00:20:00 EXERCISE: Dynamic Dictionary With Definitions 00:12:00 Transformations List Comprehensions 00:10:00 Generator Expressions 00:11:00 Dictionary Comprehensions 00:14:00 Set Comprehension 00:03:00 EXERCISE: Finding Numbers That Are Divisible By 7, But Are Not Divisible By 5 00:10:00 Functions - Basics What Are Functions How To Create A Function Why Should We Use Functions 00:10:00 Multiple Parameters In Function (Passing More Arguments) 00:05:00 Returning Values From Function 00:12:00 Functions - Advanced Multi Module Application | How To Import Your Own Module 00:10:00 enum - What It Is And Why You Should Use It 00:13:00 EXERCISE: Sum Of All Numbers Up To The One Entered By User | IMPORTANT Lecture 00:14:00 Measuring PERFORMANCE Of Code | How well (Fast) Some Part Of Code Work | Time 00:15:00 Function As Argument Of Another Function | How To Measure Performance Of Func 00:07:00 Default Arguments 00:07:00 Named (keyword) And Unnamed (Positional) Arguments 00:09:00 EXERCISE - Checking If Value Is In Container 00:07:00 Variable Length Argument (Multiple Arguments Sent And Saved In Single Parameter) 00:12:00 Local vs Global Variables - Scope - Lifetime Of Variables 00:09:00 Mutable vs Immutable Objects 00:21:00 Shallow vs Deep Copy Of Object 00:14:00 Lambda | Anonymous functions - What Are They When Should You Use Them 00:12:00 Random Numbers Drawing Random Numbers - Creating A Program That Checks If You Hit The Monster 00:15:00 Random Events - Choice vs Choices Function 00:09:00 Shuffle - Shuffling Cards In 'War' Game 00:03:00 EXERCISE: Drawing Elements Without REPETITION - Lottery Game - 6 Numbers From 49 00:13:00 EXERCISE | GAME | Drawing Random Chests Colours With Random Rewards 00:25:00 EXERCISE | GAME | Drawing Approximate Value To A Certain Value 00:08:00 Working With Files in Python and Exceptions What Is A File How To Create It Why Do We Need To CLOSE It How To Save Data 00:10:00 Exceptions, Try, Finally Block 00:04:00 Opening The File Using: With… As…: 00:03:00 Reading The Content Of File - Read vs Readlines, Splitting Lines, Encoding 00:07:00 Seek And Tell - Changing And Reading The Position Of Last Operation In File 00:05:00 Append - Adding Text At The End Of File 00:02:00 A+, R+, W+ - Two Function File Opening Modes 00:07:00 Keyword Except - Catching Exceptions - EXERCISE - Loading Names And Surnames 00:12:00 JSON What Is JSON Why Do We Use It What Problems Does JSON Solve 00:06:00 Creating And Saving Data From Python In JSON Format To File And String 00:10:00 Loading Data From JSON File To Python 00:04:00 Pretty Printer - Loading/Saving Pretty And Sorted JSON 00:08:00 pip and PyPi - using External Packages What Is Pip And PyPi Installing And Playing With External Package - Request 00:11:00 Loading Data From Server From JSON File - Preface To Next EXERCISE 00:10:00 Processing JSON Data | Extracting Top Values From List Of Dictionaries 00:18:00 SOLUTION 1: Retrieving A Few Users From Server At The Same Time 00:07:00 SOLUTION 2: Retrieving A Few Users From Server At The Same Time 00:05:00 SOLUTION 3: Retrieving A Few Users From Server At The Same Time 00:12:00 Defaultdict Supplying Missing Values Of Dictionary When Accessing Empty Element 00:06:00 API What Is Public API Where To Find Them. stackoverflow API 00:13:00 Getting JSON From Stackoverflow.com -> Getting Top Questions From Last Week 00:10:00 Opening Websites From Python Code - Webbrowser Module 00:05:00 Getting Records From Last Week - Datetime Module 00:10:00 EXERCISE: Cat Facts 00:06:00 EXERCISE: Random CAT Images By Breed 00:03:00 Authorization - Log In Using API Key - Getting Holiday Calendar 00:12:00 API - header authorization - POST % DELETE Authorization Through Header - Settings 00:06:00 EXERCISE: CAT System - Introduction 00:13:00 POST - Adding A Cat To Favourite List 00:07:00 DELETE - Removing A Cat From Favourite List 00:15:00 Visual Studio Code - Installation and Setting VSC - Downloading And Installing 00:03:00 Setting Up The Workspace In VSC And Installing Basic Extensions 00:08:00 Linter - What Is Linting - How To Use It, Settings In .Vscode 00:10:00 Code Runner | Custom Shortcuts | Shortcuts From Other Editors, Interactive Shell 00:11:00 Auto Save - Making Sure Your File Is Saved After Each Change 00:01:00 Snippets And Pass Keyword 00:06:00 Automatic Code Formatting 00:03:00 Debugging Mode - How To Professionally Debug Your Code 00:16:00 Ligatures - Custom Font Created Especially For Programmers - Fira Code 00:07:00 Visual Studio Code - Useful Extensions Icons Theme 00:02:00 Bracket Pair Colorizer - Improving Readability Of Your Code 00:02:00 Python Preview - Watching The Code Execution While Writing It 00:07:00 Python Quick Print 00:01:00 Code Spell Checker 00:03:00 What Is Object Oriented Programming 00:04:00 OOP - Object Oriented Programming What Are Objects And Classes How To Create A Simple Object And Class. 00:14:00 Creating Your First Method - What Is “Self” 00:15:00 __Init__ - Sending Arguments To Class For Initialization 00:08:00 EXERCISE: Create Rockets That Can Move Up 00:11:00 Document String - Docstring 00:06:00 __Str__ - Dunder Method Representing Text Of Object 00:05:00 EXERCISE: Organizing More Than One Class - Rocket Board 00:10:00 __Getitem__, __Setitem__ - Setting And Getting Values Using Dunder Methods 00:10:00 EXERCISE: Counting Distance Between Rockets 00:21:00 Is It Important To Understand Math That Was Used In The Last Lecture 00:06:00 Static Methods 00:12:00 Setting Type For Variables Using Annotations - Pyright Extension 00:12:00 __Len__ 00:05:00 Class / Static Variables - Creating USER With Unique Ids 00:11:00 EXERCISE: Bank Account - Withdraw/Deposit Money 00:07:00 How To Properly Handle Returned Values From Methods 00:16:00 Inheritance And Method Overriding - Super 00:19:00 EXERCISE: Inheritance On Practical Example - Result 00:08:00 EXERCISE: Playing With Cube, Square And Rectangle 00:09:00 Inheritance Vs Association - When To Use Which 00:16:00 Generator functions Generator Functions - Yield Keyword 00:13:00 EXERCISE: Generate Infinite Amount Of Numbers Multiplied By Themselves 00:06:00 Send Method - How To Send A Value Into A Generator 00:12:00 Assessment Assessment - Python Diploma 00:10:00 Obtain Your Certificate Order Your Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

Python Diploma
Delivered Online On Demand
£19

Build your first iOS 14 apps using swift 5

4.3(43)

By John Academy

Course Overview The demand for iOS apps is increasing every day. If you want to build your career as an app developer or programmer, learning iOS app development will be a smart choice for you. Learn how to create iOS apps using Swift 5 from this Build your first iOS 14 apps using swift 5 course and take your first step to be a pro developer. This course will help you understand Swift coding and solve your problems with app development. In this Build your first iOS 14 apps using swift 5 course, you will learn about the functions of Swift programming, variables and types, operations, collections, flow control, classes and inheritance. You will be able to create your first iOS app using swift 5 and enhance your skill to start your career as an iOS app developer.  This course will help you understand the app development process step by step with easily understandable bite-sized lessons.  Learning Outcomes Get a clear understanding of the fundamentals of iOS and Swift development Learn iOS development programming from scratch Be able to operate Swift 5 Learn the functions of Swift 5 Learn what you should consider before making an iOS app Gain the skills to be an efficient app developer Who is this course for? This course is designed for you to learn how to design iOS applications using swift 5. Anyone interested in app development can learn effective app development skills from this course 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 you have successfully completed the course, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at the cost of £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. 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 Build your first iOS 14 apps using swift 5 is a useful qualification to possess and would be beneficial for any related profession or industry such as: Ios Developers Programmers Designers Unit 01: Introduction Module 01: Setup 00:02:00 Module 01: A Quick Reminder 00:01:00 Unit 02: Variables and Types in Swift Programming Module 01: Variables Strings and Constants in Swift 00:08:00 Module 02: Solution - Variables Strings and Constants in Swift 00:01:00 Module 03: Variables and Numbers in Swift 00:07:00 Module 04: Solution - Variables and Numbers in Swift 00:01:00 Module 05: Type conversions in Swift - Danger Will Robinson 00:05:00 Module 06: Solution - Type conversions in Swift - Danger Will Robinson 00:02:00 Module 07: Tuple Types in Swift 00:05:00 Module 08: Solution - Tuple Types in Swift 00:02:00 Unit 03: Optionals in Swift and the Null Problem Module 01: Optionals Nulls and Variables in Swift 00:05:00 Module 02: Solution - Optionals Nulls and Variables in Swift 00:01:00 Unit 04: Operators in Swift Module 01: Operators in Swift - Assignment Arithmetic and Concatenation 00:04:00 Module 02: Solution - Operators in Swift - Assignment Arithmetic and Concatenation 00:01:00 Module 03: Operators in Swift - Unary Compound Logic and Comparison 00:04:00 Unit 05: Collections in Swift Module 01: Collections in Swift - Arrays 00:05:00 Module 02: Solution - Collections in Swift - Arrays 00:02:00 Module 03: Collections in Swift - Sets 00:06:00 Module 04: Collections in Swift - Dictionaries 00:05:00 Module 05: Solution - Collections in Swift - Dictionaries 00:03:00 Unit 06: Flow Control in Swift Module 01: Controlling Flow in Swift - for in loops 00:08:00 Module 02: Solution - Controlling Flow in Swift - for in loops 00:03:00 Module 03: Controlling Flow in Swift - While loops 00:04:00 Module 04: Solution - Controlling Flow in Swift - While loops 00:02:00 Unit 07: Conditional Statements in Swift Module 01: Conditional Statements in Swift - If Else 00:04:00 Module 02: Solution - Conditional Statements in Swift - If Else 00:02:00 Module 03: Conditional Statements in Swift - Switch Case 00:04:00 Module 04: Solution - Conditional Statements in Swift - Switch Case 00:02:00 Unit 08: Control Transfer in Swift Module 01: Control Transfer in Swift - continue break fallthrough return throw 00:06:00 Unit 09: Functions in Swift Module 01: Functions in Swift 00:10:00 Module 02: Solution - Functions in Swift 00:03:00 Module 03: Nested Functions in Swift 00:04:00 Module 04: Solution - Nested Functions in Swift 00:03:00 Unit 10: Enumerations in Swift Module 01: Enumerations in Swift 00:05:00 Module 02: Solution - Enumerations in Swift 00:01:00 Unit 11: Classes and Inheritance in Swift Module 01: Classes in Swift 00:05:00 Module 02: Solution 1 - Classes in Swift 00:02:00 Module 03: Solution 2 - Classes in Swift 00:02:00 Module 04: Inheritance in Swift 00:07:00 Module 05: Solution - Inheritance in Swift 00:04:00 Unit 12: Your First iOS App Module 01: Your First iOS App and Familiarisation 00:05:00 Module 02: The Key iOS Project Files 00:06:00 Module 03: How to Implement a Button in the User Interface 00:05:00 Module 04: How to Connect a Button to Code in Xcode 00:05:00 Module 05: Writing Code to Change a Views Appearance and a TASK 00:02:00 Module 06: Solution to the Task and If Else View Colors 00:07:00 Unit 13: Temperature Conversion App - iOS Layouts Positioning and Buttons Module 01: A Preview of the App We Will Build 00:01:00 Module 02: Create the App and Its User Interface 00:02:00 Module 03: iOS Layouts and Positioning 00:10:00 Module 04: Connecting UI Elements to Code 00:05:00 Module 05: Converting Temperature via Button Click 00:06:00 Module 06: Adding a Bit of Excellence to the UI and a Task for You 00:06:00 Module 07: Task Solution - Adding a Conversions Counter Label 00:07:00 Unit 14: Gods App - Navigation Table Views and Data Passing Module 01: What we are Building 00:02:00 Module 02: Creating the GreekGod Data Model 00:06:00 Module 03: Navigation Controllers in iOS 00:06:00 Module 04: Creating Fake Gods 00:04:00 Module 05: How to Set Up a Table View and Its Controller 00:11:00 Module 06: Task Solution - How to Fix the Table View 00:04:00 Module 07: How to Navigate from Table View to New View in iOS 00:04:00 Module 08: Create a View Controller for the Detail View 00:03:00 Module 09: Passing Data from Table View to View Controller 00:04:00 Module 10: Setting up a Detail View Controller with Passed Data 00:11:00 Module 11: Using Images and ImageViews in Swift - And a Task 00:04:00 Module 12: Solution to the Task 00:04:00 Unit 15: Will I Burn App - Accessing APIs and Device Hardware - GPS Module 01: Preview of the App We Will Make 00:02:00 Module 02: Structures Instead of Classes 00:05:00 Module 03: How to Request Permissions and Capabilities in iOS 00:04:00 Module 04: Requesting User Permissions in iOS - Part 2 00:09:00 Module 05: Requesting User Permissions in iOS - Part 3 00:07:00 Module 06: Creating a SWEET User Interface 00:09:00 Module 07: Task - Connect the UI to Code 00:01:00 Module 08: Connecting User Interface to Code 00:02:00 Module 09: Action Sheet Alerts in iOS 00:05:00 Module 10: Update a Label and Thoughts on Storage 00:03:00 Module 11: User Defaults Storage in iOS 00:05:00 Module 12: Getting and Setting User Defaults in iOS 00:04:00 Module 13: Getting a Location in Latitude and Longitude in iOS Apps 00:04:00 Module 14: Selecting an API Provider for Your Apps 00:07:00 Module 15: Generating an API Key and Exploring the Docs 00:04:00 Module 16: Create an API Access Class in Swift 00:04:00 Module 17: Using Third Party Libraries in iOS - AlamoFire 00:06:00 Module 18: How to Use AlamoFire in iOS 00:08:00 Module 19: How to Extract JSON Data from an API Call 00:06:00 Module 20: Performing Background Calculations in iOS 00:06:00 Module 21: Performing Background Calculations in iOS - Part 2 00:07:00 Module 22: Activity Indicators in iOS and Swift 00:07:00 Module 23: Local Notifications in iOS 00:06:00 Module 24: Solution to the Task - UI Smoothing 00:05:00 Unit 16: Whatsapp Clone Using Google Firebase Module 01: Preview of What We're Building 00:03:00 Module 02: Should you Choose Firebase or Firestore 00:10:00 Module 03: Create a Firebase Application 00:03:00 Module 04: Installing Firebase in your iOS App 00:09:00 Module 05: Firebase Authentication Options 00:05:00 Module 06: Designing the Auth Screen 00:10:00 Module 07: Connecting UI to Code 00:04:00 Module 08: Showing the Auth Screen 00:11:00 Module 09: Validating User Input for Firebase Authentication 00:08:00 Module 10: Register a User in Firebase 00:05:00 Module 11: Logging in via Firebase 00:06:00 Module 12: Set Activity Indicator to Show Network Processing 00:07:00 Module 13: How to Reset a Firebase User Password 00:11:00 Module 14: How to Prevent Dismissal of a View Controller 00:02:00 Module 15: Setting up a Table View and Cell Manually 00:11:00 Module 16: Connecting a TableView and ViewController Manually 00:05:00 Module 17: Implementing TableView Functions in the ViewController 00:06:00 Module 18: Listening to Firebase Data Streams on iOS 00:09:00 Module 19: Demo with Dummy Data 00:03:00 Module 20: Using a TextField Delegate in iOS 00:03:00 Module 21: Sending Data from iOS to Firebase Database 00:05:00 Module 22: Well Done and a Couple HARD TASKS with NO SOLUTION 00:05:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Build your first iOS 14 apps using swift 5
Delivered Online On Demand9 hours 8 minutes
£18

Fundamental of AutoCAD VBA Programming

4.3(43)

By John Academy

Course Overview How great would it be if you could create designs and VBA applications that can interact with users? Learn AutoCAD techniques from this Fundamental of AutoCAD VBA Programming course and be able to create VBA applications and graphical user interface that interacts with users effectively. This Fundamental of AutoCAD VBA Programming course will teach you VBA integrated development environment and AutoCAD VBA object model through presentation and examples. You will learn about the AutoCAD database dictionary, conditions and decisions, applications, drawing techniques, debugging and handling errors and many other techniques that will help you to design using AutoCAD. by the end of the course you will be able to create small to medium complexity applications. Learning Outcomes Understand the functions of AutoCAD VBA programming Develop web applications and graphical user interface using AutoCAD Manipulate AutoCAD objects and automate repetitive tasks Draw different AutoCAD objects using VBS Learn what user control is Learn VBS Syntax and be able to use it with Microsoft Office applications Who is this course for? This course is for anyone who wants to learn about the functions of AutoCAD and use AutoCAD for designing. This course will teach you AutoCAD VBA programming step by step. 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 you have successfully completed the course, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at the cost of £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. 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 Fundamental of AutoCAD VBA Programming is a useful qualification to possess and would be beneficial for any related profession or industry such as: AutoLISP Programmers Designers Engineers Unit 01: Introduction Module 01: Introduction 00:04:00 Module 02: Course Content Identified 00:06:00 Unit 02: VBA Integrated Development Environment (IDE) 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 Unit 03: Understanding AutoCAD Object Model in VBA Module 01: Examining AutoCAD VBA Object Model Structure 00:07:00 Module 02: Examining AutoCAD Object Model Structure Part 2 00:06:00 Unit 04: Using Variables in VBA Module 01: Working on Variables 00:01:00 Module 02: Using Variables in the Program 00:14:00 Unit 05: User Forms and Controls 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 Unit 06: Conditionals and Decisions in VBA 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 Unit 07: Looping and Iterations in VBA 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 Unit 08: Drawings Objects in VBA 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 Unit 09: Code Debugging in VBA 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 Unit 10: Error Handling in VBA Module 01: Error Handling Course Outline 00:02:00 Module 02: Error Handling in VBA Demo 00:13:00 Unit 11: Conclusion Module 01: Conclusion and Thank you! 00:01:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Fundamental of AutoCAD VBA Programming
Delivered Online On Demand3 hours 37 minutes
£18

Python for Beginners - Start to Code with Python

By Packt

In this course, we will learn the basics of coding in Python by understanding the fundamentals of coding with Python, exploring some code examples, and working on three simple Python projects. This course is designed for beginners; however, basic programming understanding is required.

Python for Beginners - Start to Code with Python
Delivered Online On Demand4 hours 9 minutes
£41.99

TypeScript Tutorial For Beginners

4.3(43)

By John Academy

Course Overview If you are a JavaScript developer who wants to master TypeScript fundamentals, jumpstart on the road to learning TypeScript with this TypeScript Tutorial For Beginners course.  TypeScript is an open-source programming language which builds on JavaScript. The advantage of Typescript over Javascript is that it adds optimal static typing to the JavaScript language. Many Javascript frameworks use typescript, such as Angular. This course covers a comprehensive set of modules to enhance your understanding of TypeScript fundamentals. It explains what typescript is and gives you a clear understanding of its significance. You will learn how to find the data type of a variable in TypeScript and understand how to define a function type variable typescript. You will also learn how to define objects using classes and use the different access modifiers. In time, you will get to grips with the specific skills to write more scalable applications. Whatever you learn in JavaScript adds value to your understanding of TypeScript. You're already halfway there if you're familiar with Javascript. Enrol right now! Learning Outcomes Understand the variables and data types Explore how to define variables using data types Gain in-depth knowledge of the operators Deepen your understanding of the object oriented principles Know how to create and use arrow functions Familiarise with the flow control statements Understand the variable prefixes Have an in-depth understanding of variable prefixes Who is this course for? The TypeScript Tutorial For Beginners course is incredibly beneficial for professionals interested in understanding the fundamentals of TypeScript. Upgrading skills in this course open doors to tremendous opportunities. 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 you have successfully completed the course, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at the cost of £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. 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 The TypeScript Tutorial For Beginners course provides useful skills to possess and would be beneficial for any related profession or industry such as: TypeScript Developer Full Stack Developer Unit 01: Introduction Module 01: What and why TypeScript 00:02:00 Module 02: TypeScript Playground 00:04:00 Module 03: Install TypeScript 00:02:00 Module 04: Install Visual Studio Code 00:01:00 Unit 02: Variables and Data Types Module 01: Introduction 00:03:00 Module 02: First Program Using Visual Studio Code 00:04:00 Module 03: Use JS in a HTML 00:02:00 Module 04: Strings 00:02:00 Module 05: Boolean 00:01:00 Module 06: Any Type 00:01:00 Module 07: Homogenous Arrays 00:03:00 Module 08: Heterogenous Arrays 00:01:00 Module 09: Using alert confirm and prompt 00:03:00 Module 10: Comments 00:02:00 Module 11: Enum Type 00:05:00 Unit 03: Operators Module 01: Arithmetic 00:03:00 Module 02: Assignment 00:04:00 Module 03: Comparison 00:04:00 Module 04: Logical 00:04:00 Module 05: Ternary 00:03:00 Unit 04: Flow Control Statements Module 01: Introduction 00:01:00 Module 02: IF Else Ladder 00:06:00 Module 03: Switch 00:04:00 Module 04: Break and Case Flow 00:03:00 Module 05: While loop 00:03:00 Unit 05: Objects and Arrays Module 01: Introduction 00:02:00 Module 02: Object Literal 00:03:00 Module 03: For-In Loop 00:02:00 Module 04: Arrays 00:04:00 Module 05: De-Structuring Arrays 00:02:00 Module 06: De-Structuring Objects 00:02:00 Unit 06: Functions Module 01: Introduction 00:02:00 Module 02: First Function 00:03:00 Module 03: Passing a parameter 00:01:00 Module 04: Passing Multiple Parameters 00:02:00 Module 05: Optional Parameters 00:04:00 Module 06: Default Values 00:01:00 Module 07: Function as parameter 00:02:00 Module 08: Returning a function 00:03:00 Module 09: Anonymous Functions 00:02:00 Module 10: Overloading 00:05:00 Module 11: REST PARAMS 00:05:00 Module 12: Using a Type on REST PARAM 00:01:00 Unit 07: Arrow Functions Module 01: Introduction 00:02:00 Module 02: First arrow function 00:03:00 Module 03: Passing Parameters 00:03:00 Module 04: Array of Arrow Functions 00:03:00 Unit 08: Variable Prefixes Module 01: let 00:03:00 Module 02: const 00:02:00 Module 02: const functions 00:02:00 Module 04: declare 00:01:00 Unit 09: Interfaces Module 01: Introduction 00:02:00 Module 02: Define an Object Interface 00:03:00 Module 03: Create and object 00:03:00 Module 04: Defining optional properties 00:01:00 Module 05: Interfaces are only compile time 00:01:00 Module 06: Function Interfaces 00:04:00 Module 07: Return Types in Functional interfaces 00:02:00 Module 08: Adding methods to Object Interfaces 00:02:00 Module 09: Array Interfaces 00:03:00 Module 10: String indexed Array Interfaces 00:03:00 Module 11: Extending interfaces 00:06:00 Unit 10: Classes Module 01: Introduction 00:01:00 Module 02: Create a class 00:03:00 Module 03: Add a constructor 00:04:00 Module 04: Add Function properties 00:02:00 Module 05: Power of TypeScript 00:01:00 Module 06: Using for-in and instanceof 00:04:00 Module 07: Implementing an interface 00:06:00 Unit 11: Inheritance Module 01: Introduction 00:03:00 Module 02: Extending a class 00:05:00 Module 03: Create Child Objects 00:07:00 Module 04: Inheriting Functionality 00:04:00 Module 05: Overriding 00:03:00 Unit 12: Access modifiers, Encapsulation and Static Module 01: Public and readonly 00:02:00 Module 02: Encapsulation 00:01:00 Module 03: Private properties 00:04:00 Module 04: Accessor methods 00:02:00 Module 05: Using Static Properties 00:04:00 Module 06: More about static 00:01:00 Module 07: Static Methods 00:03:00 Unit 13: Type Casting Module 01: String to numeric 00:04:00 Module 02: Using the toString method 00:03:00 Module 03: Object Casting 00:02:00 Unit 14: Modules Module 01: Introduction 00:01:00 Module 02: Using Function Modules 00:04:00 Module 03: Import Aliasing and Alternate Export Syntax 00:02:00 Module 04: Default Exports 00:02:00 Module 05: Class Modules 00:01:00 Module 06: Aliasing class modules 00:02:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

TypeScript Tutorial For Beginners
Delivered Online On Demand4 hours 7 minutes
£18

Food Hygiene and Safety Training for Catering Management

By St. Paul's College

Our Food Hygiene and Safety Training for Catering Management Bundle Course provides a comprehensive theoretical foundation in food safety principles, equipping you with the knowledge to excel in leadership roles.

Food Hygiene and Safety Training for Catering Management
Delivered Online On Demand29 hours
£53

Jq Command Tutorials for Bash Shell Scripting

By Packt

Expedite your journey with the Jq command, which is used to transform JSON data into a more readable format. Print it to the standard output on Linux with the help of this comprehensive hands-on course. This course is for anyone who works with JSON on the command line or uses Bash Shell Scripts.

Jq Command Tutorials for Bash Shell Scripting
Delivered Online On Demand2 hours 42 minutes
£14.99

Programming and Database Course

4.3(43)

By John Academy

Description: Programming is the language used by computer programmers to define relationship, semantics, and grammar to be able to make the computer and other digital machines work. In web development, it is used to allow new interactive applications and software to have a control through accessing different system resources. Learn the basics of Programming and Database by enrolling in this course. Who is the course for? Beginner to advanced level users can want to acquire or upgrade their programming skills People who have an interest in learning about programming and database 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 you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hard copy at the cost of £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. 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 recognised 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: The Programming and Database Course will be very helpful to have especially for these careers: Computer Maintenance Staff IT Department Manager IT Specialists Computer Engineer Computer Specialist Programmers. Beginners Programming Introduction To Programming 01:00:00 How To Write A Program 01:00:00 The List Of Programming Languages 00:30:00 Selecting The Right Compiler 00:30:00 What Is An Interpreter 00:30:00 How To Write A Program With An Editor 01:00:00 The Functions Of A Debugger 01:00:00 Build Strong Components For Programming 00:15:00 Profiling And Optimizing Your Program 01:00:00 Installing Your Program 00:15:00 BASIC Programming Language 01:00:00 Getting Started with BASIC Programming Language 01:00:00 BASIC Overview of BASIC Components 01:00:00 BASIC Special Variables 01:00:00 BASIC Probability Functions 01:00:00 Filtering the Data Set or Splitting the Data Set 01:00:00 DATA Blocks 01:00:00 DELETE Statement 01:00:00 FORNEXT Statement 01:00:00 IF. . . THEN Statement 01:00:00 Wrapping Up 00:30:00 Database Basics What is a Database 01:00:00 Definition of Terms 01:00:00 Database Users and Languages 01:00:00 Components of a Database System 01:00:00 Basic Set Concepts 01:00:00 Relations as a Database 01:00:00 Relational Database Operators 01:00:00 Database keys 01:00:00 Mock Exam Mock Exam- Programming and Database Course 00:30:00 Final Exam Final Exam- Programming and Database Course 00:30:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Programming and Database Course
Delivered Online On Demand26 hours
£19

Complete Python Scripting for Automation

By Packt

Get up to speed with automating repetitive tasks with Python

Complete Python Scripting for Automation
Delivered Online On Demand24 hours 39 minutes
£13.99

Automation with Ansible Playbooks

By Packt

Using Ansible to automate local and cloud configuration management tasks with Playbooks

Automation with Ansible Playbooks
Delivered Online On Demand17 hours 35 minutes
£13.99