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

733 Computing & IT courses in Sheffield delivered Online

Python Programming for Kids and Beginners

5.0(1)

By LearnDrive UK

Introduce kids and beginners to the world of coding with our Python Programming course. From setting up environments to creating projects, unlock the basics of Python in a fun and interactive way.

Python Programming for Kids and Beginners
Delivered Online On Demand1 hour
£5

Python Taster 1-hour, Create a Password Validator

4.6(12)

By PCWorkshops

Powerful 1-hour Python workshop course understand Python Basics. Practical. Instructor-led. Online. Learn to code a Password Validator in 1 hour. 

Python Taster 1-hour, Create a Password Validator
Delivered OnlineFlexible Dates
£15

Chatgpt for Programmers

5.0(1)

By LearnDrive UK

“Master the integration of AI in programming with our ‘ChatGPT for Programmers’ course. Discover how ChatGPT can revolutionize your coding skills and open new horizons in software development.”

Chatgpt for Programmers
Delivered Online On Demand1 hour
£5

Clinical Coding, Clinical Psychology, Medical Coding & Medical Law - 8 Courses Bundle

By NextGen Learning

Clinical Coding is an essential skill set for anyone seeking a fulfilling career in the healthcare industry. Our comprehensive Clinical coding bundle offers a wealth of knowledge and practical training to equip you with the expertise required for success. From mastering clinical records and coding to delving into clinical psychology and medical law, you'll gain a well-rounded understanding of this dynamic field. In addition, our Clinical Coding bundle provides hands-on experience with 3M software, enabling you to navigate medical coding processes efficiently. You'll also receive specialised training in ICD-10-CM and inpatient DRG coding, which is vital for accurate diagnosis and reimbursement procedures. With the ever-increasing demand for skilled clinical coders, completing this course will open doors to exciting opportunities in hospitals, clinics, insurance companies, and medical coding agencies. Learning Outcomes: Gain proficiency in clinical coding and records, enabling accurate translation of medical information into standardised codes. Acquire insights into clinical psychology, enhancing your understanding of mental health assessments and interventions. Develop practical skills in medical coding using 3M software, a widely utilised tool in the industry. Master ICD-10-CM, enabling precise assignment of diagnosis codes to medical conditions. Becoming proficient in inpatient DRG coding is essential for efficient healthcare reimbursement processes. Gain a solid understanding of medical law and compliance, ensuring ethical clinical coding practices within the healthcare industry. Our comprehensive clinical coding bundle will equip you with the essential skills to excel in this dynamic field. From mastering clinical records and coding to exploring clinical psychology, our modules offer a well-rounded education that prepares you for success. Clinical Coding, Clinical Psychology, Medical Coding & Medical Law Bundle Curriculum are: Clinical Coding and Records Clinical Psychology Learn Medical Coding Using 3M Software Level-4 Medical coding Training: ICD-10-CM Medical Coding Inpatient Training: DRG-ICD Medical Coding Training: Develop Inpatient DRG Medical Law Essentials of European Medical Device Regulations Enrolling in our Clinical Coding bundles opens doors to exciting opportunities in hospitals, clinics, insurance companies, and medical coding agencies. Join us today and embark on a transformative journey toward a rewarding career. Take the first step towards unlocking your potential in Clinical Coding by enrolling in our bundle now. CPD 80 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This bundle is suitable for: Aspiring clinical coders. Healthcare professionals are looking to enhance their coding skills. Medical students or graduates interested in medical coding. Health information management professionals. Existing coders seeking to update knowledge. Individuals are interested in healthcare and technology. Career path Our bundle will prepare you for a range of careers, including: Clinical Coder: £25,000 - £35,000 per year. Coding Specialist: £30,000 - £40,000 per year. Medical Records Auditor: £35,000 - £45,000 per year. Coding Team Lead: £40,000 - £50,000 per year. Health Information Manager: £45,000 - £55,000 per year. Medical Coding Consultant: Potential earnings exceeding £60,000 per year. Certificates Certificate Of Completion Digital certificate - Included Certificate Of Completion Hard copy certificate - Included You will get a complimentary Hard Copy Certificate.

Clinical Coding, Clinical Psychology, Medical Coding & Medical Law - 8 Courses Bundle
Delivered Online On Demand30 hours
£39

LangChain Masterclass - Build 15 OpenAI and LLAMA 2 LLM Apps Using Python

By Packt

This comprehensive course unlocks the boundless potential of LangChain, Pinecone, OpenAI, and LLAMA 2 LLM, guiding you from AI novice to expert. Dive into 15 different practical projects, from dynamic chatbots to data analysis tools, and cultivate a profound understanding of AI, empowering your journey into the future of language-based applications.

LangChain Masterclass - Build 15 OpenAI and LLAMA 2 LLM Apps Using Python
Delivered Online On Demand9 hours 59 minutes
£14.99

Python for Data Science and Machine Learning

5.0(1)

By LearnDrive UK

This course aims to teach you how to use Python for machine learning and data science.

Python for Data Science and Machine Learning
Delivered Online On Demand1 hour
£5

Spring Boot Quick Start | Core Spring, Spring AOP, Spring Boot 2.0 and More (TT3322)

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This introduction to Spring development course requires that incoming students possess solid Java programming skills and practical hands-on Java experience. This class is geared for experienced Java developers who are new to Spring, who wish to understand how and when to use Spring in Java and JEE applications. Overview Working in a hands-on learning environment, led by our expert practitioner, students will: Explain the issues associated with complex frameworks such as JEE and how Spring addresses those issues Understand the relationships between Spring and JEE, AOP, IOC and JDBC. Write applications that take advantage of the Spring container and the declarative nature of assembling simple components into applications. Understand how to configure the Spring Boot framework Understand and work on integrating persistence into a Spring application Explain Spring's support for transactions and caching Work with Spring Boot to facilitate Spring setup and configuration Apply Aspect Oriented Programming (AOP) to Spring applications Become familiar with the conditionally loading of bean definitions and Application Contexts Understand how to leverage the power of Spring Boot Use Spring Boot to create and work with JPA repositories Introduction to Spring Boot | Spring Boot Quick Start is a hands-on Spring training course geared for experienced Java developers who need to understand what the Spring Boot is in terms of today's systems and architectures, and how to use Spring in conjunction with other technologies and frameworks. This leading-edge course provides added coverage of Spring's Aspect-Oriented Programming and the use of Spring Boot. Students will gain hands-on experience working with Spring, using Maven for project and dependancy management, and, optionally, a test-driven approach (using JUnit) to the labs in the course. The Spring framework is an application framework that provides a lightweight container that supports the creation of simple-to-complex components in a non-invasive fashion. Spring's flexibility and transparency is congruent and supportive of incremental development and testing. The framework's structure supports the layering of functionality such as persistence, transactions, view-oriented frameworks, and enterprise systems and capabilities. This course targets Spring Boot 2 , which includes full support for Java SE 11 and Java EE 8. Spring supports the use of lambda expressions and method references in many of its APIs. The Spring Framework Understand the value of Spring Explore Dependency Injection (DI) and Inversion of Control (IoC) Introduce different ways of configuring collaborators Spring as an Object Factory Initializing the Spring IoC Container Configuring Spring Managed Beans Introduce Java-based configuration The @Configuration and @Bean annotations Define bean dependencies Bootstrapping Java Config Context Injection in Configuration classes Using context Profiles Conditionally loading beans and configurations Bean Life-Cycle Methods Defining Bean dependencies Introduce Spring annotations for defining dependencies Explore the @Autowired annotation Stereotype Annotations Qualifying injection points Lifecycle annotations Using properties in Java based configuration The @Value annotation Using the Candidate Components Index Introduction to Spring Boot Introduce the basics of Spring Boot Explain auto-configuration Introduce the Spring Initializr application Bootstrapping a Spring Boot application Working with Spring Boot Provide an overview of Spring Boot Introduce starter dependencies Introduce auto-configuration @Enable... annotations Conditional configuration Spring Boot Externalized Configuration Bootstrapping Spring Boot Introduction to Aspect Oriented Programming Aspect Oriented Programming Cross Cutting Concerns Spring AOP Spring AOP in a Nutshell @AspectJ support Spring AOP advice types AspectJ pointcut designators Spring Boot Actuator Understand Spring Boot Actuators Work with predefined Actuator endpoints Enabling Actuator endpoints Securing the Actuator Developing in Spring Boot Introduce Spring Boot Devtools Enable the ConditionEvaluationReport Debugging Spring Boot applications Thymeleaf Provide a quick overview of Thymeleaf Introduce Thymeleaf templates Create and run a Spring Thymeleaf MVC application Additional course details: Nexus Humans Spring Boot Quick Start | Core Spring, Spring AOP, Spring Boot 2.0 and More (TT3322) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Spring Boot Quick Start | Core Spring, Spring AOP, Spring Boot 2.0 and More (TT3322) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Spring Boot Quick Start | Core Spring, Spring AOP, Spring Boot 2.0 and More (TT3322)
Delivered OnlineFlexible Dates
Price on Enquiry

Python Django Training

4.7(160)

By Janets

Elevate your web development skills with our Python Django Training. Master the Django framework and unleash the power of Python for building robust, scalable, and feature-rich web applications. Join our comprehensive training program to gain hands-on experience, expert guidance, and propel your career in the world of web development. Start your journey today!

Python Django Training
Delivered Online On Demand11 hours
£9.99

Data Science 101: Methodology, Python, and Essential Math

By Packt

Start your data science journey with this carefully constructed comprehensive course and get hands-on experience with Python for data science. Gain in-depth knowledge about core Python and essential mathematical concepts in linear algebra, probability, and statistics. Complete data science training with 13+ hours of content.

Data Science 101: Methodology, Python, and Essential Math
Delivered Online On Demand14 hours 49 minutes
£41.99

C# Programming - Beginner to Advanced

By SkillWise

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 C# Programming 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 the professional training that employers are looking for in today's workplaces. The C# Programming Course is one of the most prestigious training offered at Skillwise and is highly valued by employers for good reason. This C# Programming 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 C# Programming Course, like every one of Skillwise'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 Skillwise, we don't just offer courses; we also provide a valuable teaching process. When you buy a course from Skillwise, you get unlimited Lifetime access with 24/7 dedicated tutor support. Why buy this C# Programming? Unlimited access to the course forever Digital Certificate, Transcript, and student ID are all included in the price Absolutely no hidden fees Directly receive CPD Quality Standard-accredited qualifications after course completion Receive one-to-one assistance 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 C# Programming 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 free. Original Hard Copy certificates need to be ordered at an additional cost of £8. Who is this course for? This C# Programming 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 skills. Prerequisites This C# Programming does not require you to have any prior qualifications or experience. You can just enroll and start learning. This C# Programming was made by professionals and it is compatible with all PCs, Macs, 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 a bonus, you will be able to pursue multiple occupations. This C# Programming is a great way for you to gain multiple skills from the comfort of your home.  

C# Programming - Beginner to Advanced
Delivered Online On Demand
£29