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

626 Courses

Java Webinar Course

4.6(12)

By PCWorkshops

Java Webinar Course summary In this Java Webinar Course you will learn Java Basics and OOP Principles. Java Webinar Course description This Java Course is Online, instructor-led, practical attended via Gotomeeting.com. When we receive your booking, we email a connection invitation. This Java Course Webinar will allow you to learn flexibly and commute-free from home. There is no need for attending face-to-face, all advantages of the classroom in built-in and planned for during the delivery of this webinar. We teach online with excellent instruction and targetted well-planned practicals that will clearly illustrate techniques and accurately develop your skills. Question time is built in. Session 1: Data Types, Variables, and Arrays: Primitive types; Characters; Boolean; Working with variables and its scope; Type conversion and casting; Introduction to String class; Working with arrays Session 2: Operators and Expressions Introduction of operators; Arithmetic operators; Relational operators; Assignment operator; Logical operators; Increment and decrement operators; More in operators Session 3: Decision Making If statement; If - else statement; If- else if - else statement; Nested if - else; Switch Statements Session 4: Using Loops The while, do-while and the for loop; Enhanced for loop; Jump statements : break, continue; The return statement; Nesting loops; Using the for-each loop with Arrays Session 5: Methods Introduction of methods; Creating a Method in class; Calling a Method; Returning value from a Method; Adding a Method that takes parameters Session 6: Classes Creating an Object; Using an Object. Adding Instance variables; Controlling accessibility; Class Constructors; Parameterized Constructors; Inheritance. Abstraction. Interfaces and implementing interfaces. Override. Polymorphism. The dot operator, this, static, super, final keywords More in Methods and Classes: Overloading methods; Overloading Constructors; Using objects as parameters; Returning objects; Recursion Java Access control: private, public and protected; Java Nested and inner classes; A stack class Session 7: Java Data structures Files, Streams, Collections. Session 8: Java Exception Handling Fundamentals of exception handling; Exception types; Using try and catch; Multiple catch clauses; Nested try statements; Throw and throws; Finally Blocks Included in the Java Webinar Courses: Java Webinar Course Certificate on completion Java Webinar Course Manual Practical Java Webinar Course exercises, Java Webinar Code Samples/ Java Webinar Course Revision work After the course, 1 free session for questions online Java Webinar Course via Gotomeeting.com. Max group size, online and in classroom, on this Java Webinar Course is 4.

Java Webinar Course
Delivered In-PersonFlexible Dates
FREE

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts

By Packt

This comprehensive Solidity course is designed for individuals seeking to expand their understanding of Ethereum, blockchain, and smart contract development. Whether you are an aspiring blockchain developer or an Ethereum enthusiast, this course covers all the essential topics including Solidity programming, DApp development, cryptocurrency, and more.

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts
Delivered Online On Demand16 hours 21 minutes
£82.99

Python Boot Camp, 12-weeks

4.6(12)

By PCWorkshops

Python Data Analytics boot camp. 12 1 day lessons, learn Python Basics through to machine learning and front-ends. With practical project to give you full confidence and credibility.

Python Boot Camp, 12-weeks
Delivered In-PersonFlexible Dates
£1,800

Java Crossover Course for Coders

4.6(12)

By PCWorkshops

Java CrossOver Course for Coders 1-Day, 11am - 6pm Online, Instructor-led, Interactive, Practical Java Basics to coders who are converting to Java from a different coding language. You do not need much time to learn the syntax of Java, because you have done similar work in other programming languages Hands-on, Practical Course, Instructor-led Course. Online with Gotomeeting.com 1 day, from 11am - 6pm. In classroom at on request only. Locations Java CrossOver Course description Overview of Java: This course covers Java Object-Oriented Programming (OOP) principles. Java Data Types and using Variables in Java: Here we learn to code using data types and variables of different data types: Primitives; Characters; Boolean; Variables and variable scope; String class; Type conversion and casting. Java Operators and Expressions: What are operators and how to use them; Arithmetic operators; Relational operators; Assignment operator; Logical operators; Increment and decrement operators. Decision Making: The Java Syntax for the If-statement; If,else; If,else if,else; Nested if; Switch Statements; Using Loops: For loops, while loops, do while, Enhanced for loop; Nesting loops; break, continue; The return statement. Arrays: Working with arrays, 2-d arrays, iterating arrays. Using the for-each loop with Arrays Lists: Working with lists. Lists vs Arrays. Files,streams with Java: Open, Read and Write to CSV Files, txt files and bin files. Exception Handling: Fundamentals of exception handling; Exception types; Using try and catch; Multiple catch clauses; Nested try statements; Throw and throws; The finally blocks Introduction to Classes and Objects: Creating a Class; Creating an Object; Using an Object; Adding Instance variables; Controlling accessibility; Naming conventions for class members. Class Constructors; Parameterized Constructors; Inheritance. Abstraction. Interfaces and implementing interfaces. Override. Polymorphism. The dot operator, this keyword, the static keywords, the super keyword. Using Methods: Introduction of methods; Creating a Method in class; Calling a Method; Returning value from a Method; Adding a Method that takes parameters; More in Methods and Classes: Overloading methods; Overloading Constructors; Using objects as parameters; Returning objects; Recursion; Access control : private, public and protected; The final keyword. What is included PCWorkshops Course Certificate on completion Java Course Notes Java Code Examples Practical Java Course exercises, Java Course Revision work After the course: 1-Hour personalised online revision session Book the Java CrossOver Course About us Our experienced trainers are award winners. More about us FAQ's Client Comments

Java Crossover Course for Coders
Delivered In-PersonFlexible Dates
FREE

Java Fundamentals Course

4.6(12)

By PCWorkshops

Java basics course. General Java syntax and principles of object-oriented programming. Level: Start from scratch; this is the course for a beginner. Java from basics to fully functional. Our Style: Instructor-led Course, very practical with hands-on practice. Small groups up to 4 people. Trainers are professional developers and subject matter experts.

Java Fundamentals Course
Delivered Online & In-PersonFlexible Dates
FREE

Python Programming Beginners Course, 1 Day, Online Instructor-Led

4.6(12)

By PCWorkshops

Python Basics: Course Description Excellent for beginners, practical, in small groups of max 4 people, 1 Day Online Instructor-led. You could contact us for your prefereed date. Session 1: Python Data Types and Variables: Primitive types; Characters & Strings; Boolean; Working with variables and its scope; Conversion and casting types in Python. Operators and Expressions: Introduction of operators; Arithmetic operators; Relational operators; Assignment operator; Logical operators; Increment and decrement operators.. Exercise: Calculate Movie Tickets for a Party, Are there enough seats in the cinema? Decision Making & Loops If statement; If - else statement; If- elif - else statement; Nested if - else; Exercise: Calculate the travel fee to deliver goods The while, For loop Jump statements: break, continue; Nesting loops. Exercise: Enter a password, if incorrect 3 times, you are blocked. Session 2: Data Structures Lists. Tuples. Exercise: Hangman Game Exercise: Get a word for the game from a Json File, store the high score in a Dictionary file Session 3: Files and exceptions Exception Handling, Exception types; Using try and Except. Files, streams: Open, Traverse, Read and Create Files: Csv, txt and Json Files. API: Connecting to API’s. Session 4: OOP Creating and using custom Functions. Using parameters and return values. Creating a Class; Creating an Object; Using an Object; Adding Instance variables; Class Constructors; Parameterized Constructors. Inheritance. Override. Session 5: Pandas Dataframe Basics Getting data into a dataframe: Dict to Dataframe, Dataframe to Dict. Excel To Dict, Dict to Excel , working with Excel data, multiple Excel sheets. Getting information about the dataframe, Filter, sort and query a Dataframes, Slicing Dataframes, Duplicate values,Working with null-values, Sampling. Exercise: Query the top 1000 grossing movies of the last century Session 6: Built in Functions: String, Math, Random Python built-in functions: Strings functions. Maths functions. Random Functions. Exercise: Find information in prose, to get the sentiment of the prose. Exercise: Get a word for the game from a txt File Exercise: Win the lottery Included: PCWorkshops's Python Programming Basics Certification Course notes, exercises and code examples Revision session after the course Refund Policy No Refunds

Python Programming Beginners Course, 1 Day, Online Instructor-Led
Delivered Online & In-PersonFlexible Dates
£185 to £285

Printing Worker Training Course

5.0(14)

By Training Express

Step into the world of print production with a course designed to sharpen your understanding of how modern printing works from start to finish. This training offers an in-depth look at everything from pre-press essentials to colour theory, font usage, and finishing touches. Whether you’re completely new or brushing up on existing knowledge, each module breaks down complex processes into clear, digestible lessons that help you build solid confidence in the workflow of professional print environments. Covering everything from raster image preparation to Photoshop and Illustrator production techniques, this course delves into the tools, tips, and systems that support quality-driven print results. From understanding inks and paper types to learning how fonts behave across platforms, you'll gain a well-rounded insight into what makes a polished printed product. If you're aiming to work in publishing, advertising, or design-related industries, this training opens up a highly focused path to mastering print production essentials—without needing to attend any physical workshops or sessions. Key Features CPD Accredited FREE PDF + Hardcopy certificate Fully online, interactive course Self-paced learning and laptop, tablet and smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum of Printing Worker Module 01 : Fundamentals of Print Production Module 02 : Process of Print Production Module 03 : Tools of Print Production Module 04 : Understanding Colour Module 05 : Binding and Finishing Module 06 : Preparing Raster Images Module 07 : Understanding Fonts Module 08 : Photoshop Production Tips Module 09 : Illustrator Production Tips Learning Outcomes: Master Print Production Fundamentals: Understand the core principles of print production. Navigate the Printing Process: Gain proficiency in the intricacies of print production. Utilize Essential Printing Tools: Familiarize yourself with crucial printing equipment. Mastery of Colour Techniques: Learn to manipulate and manage colours effectively. Expertise in Binding and Finishing: Acquire skills for a polished final product. Raster Image Preparation: Learn techniques for optimal image quality in print. Accreditation This course is CPD Quality Standards (CPD QS) accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Printing industry enthusiasts seeking foundational knowledge. Individuals aspiring to start a career in print production. Graphic designers looking to expand their skill set. Students or professionals with an interest in printing technology. Entrepreneurs aiming to understand print processes for business. Artists seeking to enhance their print-related skills. Marketing professionals interested in print media. Anyone eager to explore the world of print production. Career path Print Production Technician Graphic Production Assistant Prepress Operator Print Finisher Bindery Operator Colour Specialist Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hard copy certificate Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Printing Worker Training Course
Delivered Online On Demand1 hour
£12

Symmetrical Three Phase Voltages and Current Analysis

By Study Plex

Highlights of the Course Course Type: Online Learning Duration: 2 hours 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 three phase electrical power systems Understand the core competencies and principles of three phase electrical power systems Explore the various areas of three phase electrical power systems Know how to apply the skills you acquired from this course in a real-life context Become a confident and expert electrician, electrical engineer or technicians Symmetrical Three Phase Voltages and Current Analysis Course Master the skills you need to propel your career forward in three phase electrical power systems. This course will equip you with the essential knowledge and skillset that will make you a confident electrician, electrical engineer or technicians and take your career to the next level. This comprehensive three Phase voltages and current analysis course is designed to help you surpass your professional goals. The skills and knowledge that you will gain through studying this three Phase voltages and current analysis 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 three phase electrical power systems practice and equip you with the essential skills, confidence and competence to assist you in the three phase electrical power systems industry. You'll gain a solid understanding of the core competencies required to drive a successful career in three phase electrical power systems. 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 electrician, electrical engineer or technicians or for people who are aspiring to specialise in three phase electrical power systems. Enrol in this three Phase voltages and current analysis 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 three Phase voltages and current analysis 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 three phase electrical power systems 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 three Phase voltages and current analysis 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 three Phase voltages and current analysis 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 froh3m each section. In the assessment pass mark is 60%. Advance Your Career This three Phase voltages and current analysis 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. Course Curriculum Introduction Introduction 00:18:00 Symmetrical Components Overview 00:09:00 The Components 00:03:00 The “a” Operator 00:06:00 Working with the a Operator 00:04:00 Synthesis Equations 00:18:00 Problems & Solutions 00:30:00 Final Assessment Assessment - Symmetrical Three Phase Voltages and Current Analysis 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

Symmetrical Three Phase Voltages and Current Analysis
Delivered Online On Demand
£19

Python EVENINGS Course, Online Instructor-led

4.6(12)

By PCWorkshops

Basic Python syntax and principles of Object Orientated Programming. Most attendees are in-work IT Professional. Private individuals are also very welcome. Evening courses also running. Our Style: Hands-on, Practical Location: Online, Instructor-led Download: anaconda.com Duration: 6 weeks, 1 evening per week, 6pm - 8pm Times: arrange a time for your time zone

Python EVENINGS Course, Online Instructor-led
Delivered OnlineFlexible Dates
£100

CCTV Advanced Diploma

By Compliance Central

Are you interested in pursuing a career in the CCTV Advanced Diploma industry or learning more about it? If yes, then you have come to the right place. Our comprehensive courses on CCTV Advanced Diploma will assist you in producing the best possible outcome by learning the CCTV Advanced Diploma skills. The CCTV Advanced Diploma bundle is for those who want to be successful. In the CCTV Advanced Diploma bundle, you will learn the essential knowledge needed to become well versed in CCTV Advanced Diploma. Why would you choose the CCTV Advanced Diploma course from Compliance Central: Lifetime access to CCTV Advanced Diploma courses materials Full tutor support is available from Monday to Friday with the CCTV Advanced Diploma course Learn CCTV Advanced Diploma skills at your own pace from the comfort of your home Gain a complete understanding of CCTV Advanced Diploma course Accessible, informative CCTV Advanced Diploma learning modules designed by expert instructors Get 24/7 help or advice from our email and live chat teams with the CCTV Advanced Diploma bundle Study CCTV Advanced Diploma in your own time through your computer, tablet or mobile device Our CCTV Advanced Diploma bundle starts with the basics of CCTV Advanced Diploma and gradually progresses towards advanced topics. Therefore, each lesson of this CCTV Advanced Diploma is intuitive and easy to understand. Courses in this CCTV Advanced Diploma Bundle: Course 01: CCTV Operator Course Course 02: IT Security Basics Course 03: Level 3 Cyber Security Course 04: Cyber Security Incident Handling and Incident Response Course 05: Functional Skills IT Course 06: Encryption Course 07: Complete Windows 10 Troubleshooting for IT HelpDesk Course 08: Security Management Course 09: Risk Management Course 10: Extremism & Terrorism Awareness Course 11: GDPR Training CPD 110 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The CCTV Advanced Diploma bundle helps aspiring professionals who want to obtain the knowledge and familiarise themselves with the skillsets to pursue a career in CCTV Advanced Diploma. Requirements To enrol in this CCTV Advanced Diploma course, all you need is a basic understanding of the English Language and an internet connection. Career path The CCTV Advanced Diploma bundle will enhance your knowledge and improve your confidence in exploring opportunities in various sectors related to CCTV Advanced Diploma. Certificates 11 CPD Accredited PDF Certificate Digital certificate - Included Each CPD Accredited Hard Copy Certificate Hard copy certificate - £10.79 CPD accredited hard copy certificates are available for £10.79 each Delivery Charge for Each Hard Copy Certificates: Inside the UK: Free Outside of the UK: £9.99 each

CCTV Advanced Diploma
Delivered Online On Demand17 hours
£107