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

1301 Coding courses

Medical Terminology (Clinical Coding,Medical Receptionist With Safe Handling of Medicine )

By Training Tale

Medical Terminology Online Training Do you want to study more about medical terminology or seek a career in it? This Medical Terminology Complete Training is meant to assist you in better understanding medical jargon. All the most recent subjects have been addressed in this Medical Terminology Complete Training to better equip you for a career in medicine. This Medical Terminology Complete Training covers everything from an introduction to medical terminology to other pertinent subjects. This Medical Terminology: Medical Terminology Complete Training will also teach you about medical specialties, procedures, and terminology related to bodily systems. Also, the Medical Terminology Complete Training covers common illnesses and medical problems. You may learn how to generate medical paperwork, how to communicate properly, and about pharmacology with this Medical Terminology: Medical Terminology Complete Training. Join today to start a lucrative career in Medical Terminology Complete Training! ** Courses are included in this Medical Terminology: Medical Terminology Course ** Course 01: Medical Terminology Course 02: Medical Receptionist Course 03: Safe Handling of Medicine **Other Benefits of Medical Terminology: Medical Terminology Course Free 3 PDF Certificate Lifetime Access Free Retake Exam Tutor Support [ Note: Free PDF certificate as soon as completing the Medical Terminology: Medical Terminology course] Medical Terminology Online Training Course Curriculum of Medical Terminology Course Module 1: Introduction to Medical Terminology Module 2: Body Systems Terminology Module 3: Medical Specialties and Procedures Module 4: Common Medical Conditions and Diseases Module 5: Medical Documentation and Communication Module 6: Pharmacology Module 7: You Have to Know Other Topics Assessment Method of Medical Terminology After completing each module of the Medical Terminology: Medical Terminology Course, you will find automated MCQ quizzes. To unlock the next module, you need to complete the quiz task and get at least 60% marks. Certification of Medical Terminology After completing the MCQ/Assignment assessment for this Medical Terminology: Medical Terminology course, you will be entitled to a Certificate of Completion from Training Tale. Who is this course for? Medical Terminology: Medical Terminology Online Training Medical Terminology: Medical Terminology course is designed for those who want to work or are already working in various settings within the NHS and private care facilities. Requirements Medical Terminology: Medical Terminology Online Training There are no specific requirements for Medical Terminology: Medical Terminology course because it does not require any advanced knowledge or skills. Career path Medical Terminology: Medical Terminology Online Training You can obtain employment in this field with the aid of this Medical Terminology: Medical Terminology Complete Training. Certificates Certificate of completion Digital certificate - Included

Medical Terminology (Clinical Coding,Medical Receptionist With Safe Handling of Medicine )
Delivered Online On Demand18 hours
£12

Programming in C - The Complete Course

By Packt

Strengthen your command over C language

Programming in C - The Complete Course
Delivered Online On Demand10 hours 52 minutes
£47.99

Basic Java Programming for Developers New to OO (TT2120)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for In order to be successful in this course you should have incoming hands-on experience with another programming language. This course is not for non-developers or new developers. Possible roles that may attend this course include: Software Developers: Professionals who have been working with other programming languages and want to expand their skillset by learning Java and its object-oriented features. Web Developers: Those who work on web applications and want to enhance their back-end development capabilities with Java. Mobile App Developers: Developers who wish to enter the world of Android app development, where Java is a widely used language for creating mobile applications. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in core OO coding and Java development skills, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Understand what OO programming is and what the advantages of OO are in today's world Work with objects, classes, and OO implementations Understand the basic concepts of OO such as encapsulation, inheritance, polymorphism, and abstraction Understand not only the fundamentals of the Java language, but also its importance, uses, strengths and weaknesses Understand the basics of the Java language and how?it relates to OO programming and the Object Model Learn to use Java exception handling Understand and use classes, inheritance and polymorphism Understand and use collections, generics, autoboxing, and enumerations Become familiar with the concept of functional programming using Lambda Expressions Process large amounts of data using the Stream API introduced in Java 8 Discover the new Date/Time API Use the JDBC API for database access Work with annotations Take advantage of the Java tooling that is available with the programming environment being used in the class Java 8 Features: Lambda Expressions, Method and Constructor references, The Streams API, Collectors, The Optional class Geared for experienced developers, Basic Java Programming for Developers New to OO, this hands-on, workshop-style course will provide you with an immersive learning experience that will expand your skillset and open doors to new opportunities within the ever-growing technology landscape. Mastering Java and its powerful capabilities will provide you with the competitive edge you need to stand out in today's fast-paced development world. Working in a hands-on learning environment led by our expert coach, you?ll thoroughly explore the foundations of the Java platform, essential programming concepts, and advanced topics, ensuring you acquire a strong understanding of the language and its ecosystem. The object-oriented programming principles taught in this course promote code reusability and maintainability, enabling you to streamline development processes and reduce long-term costs. As you progress through the course, you will also gain familiarity with using an IDE, enhancing your development workflow and collaboration with other Java developers, enabling you to integrate seamlessly into new projects and teams. You?ll also gain practical experience in applying the concepts and techniques learned, solidifying your newly acquired skills and facilitating their direct application in real-world scenarios. You?ll exit this course empowered to create robust, scalable, and efficient Java-based applications that drive innovation and growth for your organization The Java Platform The Java Platform Lifecycle of a Java Program Responsibilities of JVM Documentation and Code Reuse Using the JDK Explain the JDK?s file structure Use the command line compiler to compile a Java class Use the command line Java interpreter to run a Java application class The IntelliJ Paradigm Introduce the IntelliJ IDE The Basics of the IntelliJ interface IntelliJ Projects and Modules Creating and running Java applications Writing a Simple Class Write a Java class that does not explicitly extend another class Define instance variables for a Java class Create object instances Primitives vs Object References Implement a main method to create an instance of the defined class Adding Methods to the Class Write a class with accessor methods to read and write instance variables Write a constructor to initialize an instance with data Write a constructor that calls other constructors of the class to benefit from code reuse Use the this keyword to distinguish local variables from instance variables Object-Oriented Programming Real-World Objects Classes and Objects Object Behavior Methods and Messages Inheritance, Abstraction, and Polymorphism Encapsulation Inheritance Method Overriding Polymorphism Essential Java Programming Essential Java Programming Language Statements Arithmetic operators Operators to increment and decrement numbers Comparison operators Logical operators Return type of comparison and logical operators Use for loops Switch Expressions Switch Expressions and yield Using Strings and Text Blocks Create an instance of the String class Test if two strings are equal Get the length of a string Parse a string for its token components Perform a case-insensitive equality test Build up a string using StringBuffer Contrast String, StringBuffer,and StringBuilder Compact Strings Text Blocks Specializing in a Subclass Constructing a class that extends another class Implementing equals and toString Writing constructors that pass initialization data to parent constructor Using instanceof to verify type of an object reference Pattern matching for instanceof Overriding subclass methods Safely casting references to a more refined type Fields and Variables Discuss Block Scoping Rules Distinguish between instance variables and method variables within a method Explain the difference between the terms field and variable List the default values for instance variables Final and Static fields and methods Local Variable type inference Using Arrays Declaring an array reference Allocating an array Initializing the entries in an array Writing methods with a variable number of arguments Records Data Objects in Java Introduce records as carrier of immutable data Defining records Java Packages and Visibility Use the package keyword to define a class within a specific package Discuss levels of accessibility/visibility Using the import keyword to declare references to classes in a specific package Using the standard type naming conventions Visibility in the Java Modular System Correctly executing a Java application class The Java modular system Defining Modules Inheritance and Polymorphism Write a subclass with a method that overrides a method in the superclass Group objects by their common supertype Utilize polymorphism Cast a supertype reference to a valid subtype reference Use the final keyword on methods and classes to prevent overriding Interfaces and Abstract Classes Define supertype contracts using abstract classes Implement concrete classes based on abstract classes Define supertype contracts using interfaces Implement concrete classes based on interfaces Explain advantage of interfaces over abstract classes Explain advantage of abstract classes over interfaces Static, default and private methods in interfaces Sealed classes Introduce Sealed classes The sealed and permits modifiers Sealed Interfaces Exception Handling Introduction to Exception Handling Introduce the Exception architecture Defining a try/catch blocks Checked vs Unchecked exceptions Exceptions Defining your own application exceptions Automatic closure of resources Suppressed exceptions Handling multiple exceptions in one catch Helpful Nullpointers Enhanced try-with-resources Java Developer's Toolbox Developing applications Introduce the wrapper classes Explain Autoboxing and Unboxing Converting String representations of primitive numbers into their primitive types Defining Enumerations Using static imports Deprecating methods Advanced Java Programming Introduction to Generics Generics and Subtyping Bounded Wildcards Generic Methods Legacy Calls To Generics When Generics Should Be Used Lambda Expressions and Functional Interface Understanding the concept of functional programming Writing lambda expressions Understanding functional interfaces Collections Provide an overview of the Collection API Review the different collection implementations (Set, List and Queue) Explore how generics are used with collections Examine iterators for working with collections Using Collections Collection Sorting Comparators Using the Right Collection Lambda expressions in Collections Bonus Topics: Time Permitting Streams Understanding the problem with collections in Java Thinking of program solutions in a declarative way Use the Stream API to process collections of data Understand the difference between intermediate and terminal stream operations Filtering elements from a Stream Finding element(s) within a Stream Collecting the elements from a Stream into a List takeWhile and dropWhile intermediate operations Collectors Using different ways to collect the items from a Stream Grouping elements within a stream Gathering statistics about numeric property of elements in a stream

Basic Java Programming for Developers New to OO (TT2120)
Delivered OnlineFlexible Dates
Price on Enquiry

Medical Terminology: Responses Under the Safeguarding Structure Course

5.0(3)

By School Of Health Care

Medical Terminology: Medical Terminology Course Online Do you wish to begin a career in the field of medical terminology? Or do you want to improve your knowledge of medical terminology? If the answer is yes, you've found the proper site. By acquiring the skills of medical terminology, you will be able to provide the best results possible with the help of our extensive Medical Terminology: Medical Terminology Course. All the most recent subjects have been covered in this medical terminology training to keep you well-prepared for your career. An overview of medical terminology and all the essential jargon is provided at the beginning of our medical terminology course. In the Medical Terminology: Medical Terminology Course, you will learn various maintenance techniques for various bodily systems. You will also be able to control any common illnesses and medical disorders with this Medical Terminology. You will be able to maintain appropriate medical records and communication after completing this Medical Terminology course. So enrol now for a successful Medical Terminology: Medical Terminology Course career without any further delay! Main Course: Medical Terminology Course Free Courses included with Medical Terminology: Medical Terminology Course Along with Medical Terminology Course you will get free Medical Receptionist Along with Medical Terminology Course you will get free Medical Transcription Special Offers of this Medical Terminology: Medical Terminology Course: This Medical Terminology: Medical Terminology Course includes a FREE PDF Certificate. Lifetime access to this Medical Terminology: Medical Terminology Course Instant access to this Medical Terminology: Medical Terminology Course 24/7 Support Available to this Medical Terminology: Medical Terminology Course Medical Terminology: Medical Terminology Course Online This Medical Terminology: Medical Terminology Course has covered all the latest topics to keep you better prepared for your medical terminology profession. From introduction to medical terminology to other relevant topics are included in this Medical Terminology: Medical Terminology Course. Also, you will know about the body systems terminology, medical specialities and procedures in this Medical Terminology course. common medical conditions and diseases are also part of this Medical Terminology: Medical Terminology Course. Through this Medical Terminology: Medical Terminology Course, you can learn to make medical documentation, proper communication and pharmacology. Who is this course for? Medical Terminology: Medical Terminology Course Online Everyone is welcome to attend this Medical Terminology: Medical Terminology Course training. Requirements Medical Terminology: Medical Terminology Course Online To enrol in this Medical Terminology: Medical Terminology Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Medical Terminology Course. Be energetic and self-motivated to complete our Medical Terminology Course. Basic computer Skill is required to complete our Medical Terminology Course. If you want to enrol in our Medical Terminology Course, you must be at least 15 years old. Career path Medical Terminology: Medical Terminology Course Online Our Medical Terminology: Medical Terminology Course might help you obtain a job in this field.

Medical Terminology: Responses Under the Safeguarding Structure Course
Delivered Online On Demand54 minutes
£12

Learn Python and Ethical Hacking from Scratch

By Packt

This course is designed to help you understand the basic and advanced concepts of ethical hacking with ease. The course features interesting examples and coding activities in each video to keep you engaged and guides you effectively through writing programs to hack a system.

Learn Python and Ethical Hacking from Scratch
Delivered Online On Demand24 hours 35 minutes
£13.99

Testing Ruby with RSpec: The Complete Guide

By Packt

In this course, we will master the syntax and structure of RSpec then learn to utilize test-driven development principles to design and implement clean test specs and reduce dependencies in the test suite by mocking objects with class and instance doubles. We will also explore the wide collection of RSpec matches available to test the code.

Testing Ruby with RSpec: The Complete Guide
Delivered Online On Demand7 hours 30 minutes
£41.99

Python Programming: Beginner To Expert With Complete Career Guide Course

5.0(14)

By Training Express

Python remains one of the most sought-after programming languages across industries—from automation and analytics to app development and machine learning. This Python Programming course has been thoughtfully designed to take you on a smooth and structured learning journey from absolute beginner to confident expert. Whether you're exploring coding for the first time or brushing up on advanced concepts, each module offers clarity, consistency, and depth without unnecessary jargon. Beginning with the foundations and gradually moving through control flow, functions, libraries, and object-oriented principles, the course ensures you build lasting knowledge with every step. You’ll also explore essential tools like NumPy and Pandas, and by the end, you’ll gain insightful guidance on shaping your future career path using Python. Clear, well-organised, and industry-relevant—this course is built for learners who want lasting skills and direction in the field of Python programming. ________________________________________________________________________ Key Features: CPD Certified Diploma in Python Programming: Beginner To Expert With Complete Career Guide 10 Instant e-certificate and hard copy dispatch by next working day Fully online, interactive course with audio voiceover Developed by qualified professionals in the field Self-paced learning and laptop, tablet, smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum: Module 01: Introduction to Python Programming from A-Z Module 02: Getting Familiar with Python Module 03: Basic Data Types Module 04: Python Operators Module 05: Advanced Data Types Module 06: Control Flow Part 1 Module 07: Control Flow Part 2 Module 08: Python Functions Module 09: User Input and Error Handling Module 10: Python Advanced Functions Module 11: Python Scripting and Libraries Module 12: NumPy Module 13: Pandas Module 14: Introduction to OOP Module 15: Advanced OOP Module 16: Starting a Career in Python ________________________________________________________________________ Complete Career Guide for Python Programming: Beginner To Expert(A to Z) This isn't just a course; it's your ticket to thriving in the sector and your roadmap to the Programming. In addition to mastering the essentials of Programming, you'll also gain valuable skills in CV writing, job searching, communication, leadership, and project management. These 9 complementary courses are designed to empower you at every stage of your journey. Stand out in your career, from crafting a winning CV to excelling in interviews. Develop the leadership skills to inspire your team and efficiently manage projects. This holistic approach ensures you're not just job-ready but career-ready. Enrol today, and let's build your success story together in Programming. Your dream career starts here! List of career guide courses included in Python Programming: Beginner To Expert With Complete Career Guide: Course 01: Professional CV Writing and Job Searching Course 02: Communication Skills Training Course 03: Career Development Training Course 04: Time Management Course 05: Returning to Work Training Course 06: Level 3 Diploma in Project Management Course 07: Leadership Skills Course 08: Body Language Course 09: Interview and Recruitment ________________________________________________________________________ Learning Outcomes: Understand Python programming fundamentals comprehensively. Apply Python operators effectively in program development. Demonstrate proficiency in handling basic and advanced data types. Implement control flow structures for efficient program execution. Develop and utilize Python functions, including advanced concepts. Gain practical skills in scripting, using libraries, and mastering OOP. ________________________________________________________________________ Accreditation All of our courses, including the Python Programming: Beginner To Expert With Complete Career Guide, are fully accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Certification Once you've successfully completed your Python Programming: Beginner To Expert With Complete Career Guide, you will immediately be sent your digital certificates. Also, you can have your printed certificate delivered by post (shipping cost £3.99). Our certifications have no expiry dates, although we recommend renewing them every 12 months. Assessment At the end of the courses, there will be an online assessment, which you will need to pass to complete the course. Answers are marked instantly and automatically, allowing you to know straight away whether you have passed. If you haven't, there's no limit on the number of times you can take the final exam. All this is included in the one-time fee you paid for the course itself. CPD 100 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Individuals new to programming seeking a thorough Python foundation. Students or professionals aiming to enhance data handling skills. Aspiring developers interested in scripting and library usage. Those pursuing a career in Python and object-oriented programming. Career path Python Developer - £35K to 55K/year. Data Analyst - £30K to 45K/year. Software Engineer - £40K to 65K/year. Machine Learning Engineer - £45K to 75K/year. Data Scientist - £50K to 80K/year. Certificates 10 CPD Accredited e-Certificates Digital certificate - Included 10 CPD Accredited Hard Copy Certificates Hard copy certificate - Included

Python Programming: Beginner To Expert With Complete Career Guide Course
Delivered Online On Demand1 hour
£50

The Complete Python Course Mini Bundle

By Compete High

Unlock the full potential of your coding career with The Complete Python Course Mini Bundle. With job-readiness built into every component, this bundle combines the powerhouse that is Python with key supporting skills like Go Lang, IT, PHP, and HTML—a lineup designed to get you hired, fast. Whether you're pursuing full-time dev roles or freelance work, this bundle is your shortcut to marketable expertise. Description The modern job market favors developers who can do more than just one thing well. That’s why this bundle puts Python at the center of your skillset. Python is used in everything from web applications to AI, making it one of the most employable languages today. With Python alone, you’re opening doors across industries. To complement that, Go Lang offers the kind of backend performance that companies love. Learning Go Lang alongside Python gives you rare versatility—especially valuable in startups and high-scale environments where Go Lang is often favored for APIs and microservices. Technology doesn’t exist in a vacuum, and that’s why IT fundamentals are embedded in the bundle. Employers value professionals who understand infrastructure and security alongside code. With IT skills, you position yourself as a well-rounded developer ready to handle real-world systems. PHP continues to power a significant portion of the web. While newer languages have emerged, companies still rely on PHP for everything from CMS management to ecommerce. Pairing PHP with Python increases your hiring chances significantly—especially in legacy environments and full-stack development roles. Finally, HTML is essential. It’s the foundation of everything visual on the web. Mastering HTML means your Python and PHP backends can come alive in real-world applications. It also ensures your Go Lang microservices integrate smoothly into user-facing platforms. The takeaway? Combining Python, Go Lang, IT, PHP, and HTML sets you apart as a true generalist developer—highly employable, highly adaptable. FAQ Q: What kind of roles can this bundle help me land? A: Full-Stack Developer, Backend Engineer, Junior DevOps, CMS Developer, and IT Support roles frequently require skills in Python, Go Lang, IT, PHP, and HTML. Q: Is this bundle beginner-friendly? A: Absolutely. Even without prior experience, you can build solid foundations in Python, Go Lang, IT, PHP, and HTML, and begin applying for roles that value adaptable learners. Q: Why is this bundle a smart career move right now? A: The demand for professionals with combined Python, Go Lang, IT, PHP, and HTML experience is surging. Bundling these together saves time, increases your value, and gives you a competitive edge—all in one place.

The Complete Python Course Mini Bundle
Delivered Online On Demand11 hours
£19.99

AJAX Next Level (Authentication, Servers, Modules, Projects, and More)

By Packt

It doesn't matter where you are in your web development journey, and you will benefit if you have at least a little knowledge of AJAX. If you have an interest in advancing in AJAX, getting better in the world of full-stack programming, and knowing how you can use AJAX in a practical way to perform CRUD operations-then this course is for you.

AJAX Next Level (Authentication, Servers, Modules, Projects, and More)
Delivered Online On Demand15 hours 45 minutes
£41.99

Interpretative Phenomenological Analysis: Theory and Research Study

4.3(43)

By John Academy

Explore Interpretative Phenomenological Analysis (IPA) theory and research methodologies in this comprehensive course. Gain insights into IPA's theoretical foundations, learn to plan and conduct IPA research studies, and delve into advanced designs and innovative approaches. Develop practical skills in data collection, analysis, and writing, guided by expert instruction. Perfect for students and researchers seeking to deepen their understanding of qualitative research and enhance their proficiency in IPA methodology.

Interpretative Phenomenological Analysis: Theory and Research Study
Delivered Online On Demand1 hour 30 minutes
£23.99