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

28 Educators providing Programming courses in Leeds delivered Online

Empower UK Employment Training

empower uk employment training

5.0(1)

Bradford

Welcome to Empower UK Employment Training, where your professional growth is our mission. We are a leading provider of bespoke education, offering tailored courses designed to meet the unique needs of every learner. Our team of skilled counsellors are dedicated to providing expert career guidance, helping you navigate your career path with confidence. WE WORK WITH LEADING INTERNATIONAL BRANDS AND BUSINESSES At Empower UK, we understand the importance of continuous professional development. That’s why our courses are designed to not only equip you with the skills you need today but also to foster your long-term career progression. Join us at Empower UK Employment Training and take the next step in your professional journey. WHY CHOOSE US? INTERACTIVE LEARNING SESSIONS AND COURSE PLANS One of the greatest advantages of joining Empower UK’s courses is the opportunity for knowledge acquisition and skill enhancement. Our courses are rich sources of industry-relevant information, perfect for those seeking to upskill. As your career guides, we understand your needs. CPD PROGRESSION Our courses are designed to aid you in your continuous professional development. EFFORTLESS ELEARNING EXPERIENCE Empower UK offers an engaging and informative platform for all learners, new and seasoned, delivering valuable content that will refine your skills. It’s an excellent way to build relationships with your peers, increase your knowledge, and create awareness of your professional potential. OPTIMISED FOR ANY DEVICE Our innovative learning platform is designed with your convenience in mind. Whether you're using a mobile, laptop, or tablet, you can access our courses anytime, anywhere. It's a strategic approach to learning, tailored to your goals and flexible to your lifestyle. AUDIENCE ENGAGEMENT We believe in nurturing our learners, helping them to continually develop their skills and knowledge. ASK US ANY QUESTION This might seem straightforward, but we encourage our learners to ask questions anytime. This not only enriches your learning experience but also fosters a deeper connection with the Empower UK community. Dive into our engaging courses and start your journey towards career advancement today.

Healthy Human

healthy human

Leeds

Healthy Human was first established in 2018.  At the time both Nicky and Alison were in practice and looking for a partner to help them create a 360 method to supporting clients back to better health and happiness. In 2019 they found each other and 'Healthy Human 360' was born.  As lockdown hit Nicky and Alison decided to move their programmes online so that anyone could access them, despite the current restrictions.  This move turned out to beneficial in even more ways, for example for those who didn't live in the region where Alison and Nicky practice, for clients with busy lives who needed to fit a programme in around their schedule.  An online and on demand course was giving clients total flexibility to go at a pace to suit them and their lives.  They enjoyed that they could repeat or dip back into lessons as often as they liked; and for some the icing on the cake was they didn't have to expose themselves to a gym or weight watching club, which can sometimes feel a bit overwhelming or scary.  You're in good hands   Nicky and Alison's evidence based health programmes are crafted from years of experience and specialist knowledge.  The 360 method ensures a higher success rate; with easy to follow and progressive steps, clients are able to move from being stuck and unhappy to a better place of health, in better shape, and with a whole new mindset.   Both partners also continue practices in their respective areas of specialism.  For a bit more of an insight into your therapists, Alison and Nicky, read on... -------------------------------------------------------------------------------- ALISON BRAITHWAITE MSC, CIPD Alison has been working in the wellbeing sector for nearly 20 years and is a qualified holistic therapist and life coach, with a deep understanding of mental health having worked in that sector of the NHS since 2007.  During her time with the NHS Alison has provided coaching and mentorship for numerous NHS staff within the Yorkshire and Humber region, as part of a volunteer scheme run by the NHS Leadership Academy. In her practice and courses she combines traditional coaching with a range of holistic therapies (including Reiki and aromatherapy) and with psychotherapy approaches (including meditative hypnosis, Cognitive Behavioural Therapy (CBT), Neuro Linguistic Programming (NLP), and Emotional Freedom Technique (EFT)), this is both powerful and unique.   Alison qualified with the Chartered Institute of Personnel and Development (CIPD) in 2003 as a trainer, and today is an experienced trainer, facilitator, and course designer.   Continuing to keep a presence in mental health, wellbeing, equality and diversity; Alison holds a part time position within the NHS, working across the country's health and care system as the Deputy Director for a small and impactful team called Thrive by Design [https://www.thrivebydesign.org.uk/] You can also take Reiki and crystal courses with Alison through the British Reiki Circle [https://british-reiki-circle.cademy.co.uk/] -------------------------------------------------------------------------------- NICOLA SAINTY DIP. NT, SON Nicky is a professional therapist specialising in nutrition; she is a tutor for the School of Health and a consultant for NutriAdvanced [https://www.nutriadvanced.co.uk/nutritional-experts-at-nutri-advanced].   Over the years Nicky has undertaken accredited programmes in Kinesiology techniques, Phytobiophysics, Blood Type, SWAMI and genetic DNA analysis programme Opus 23.   She has successfully improved the lives of countless clients through her unique mix of nutritional based techniques; from getting a good nights sleep, easing pain, relieving anxiety and getting rid of that unwanted fat in a simple and easy to apply way.   Nicky is a regular at events talking about nutrition and you'll often hear her on the early morning shows on Radio Humberside. 

Courses matching "Programming"

Show all 2375

55337 Introduction to Programming

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for anyone who is new to software development and wants, or needs, to gain an understanding of programming fundamentals and object-oriented programming concepts. They will typically be high school students, post-secondary school students, or career changers, with no prior programming experience. They might want to gain an understanding of the core programming fundamentals before moving on to more advanced courses such as Programming in C#. Overview Explain core programming fundamentals such as computer storage and processing. Explain computer number systems such as binary. Create and use variables and constants in programs. Explain how to create and use functions in a program. Create and use decisions structures in a computer program. Create and use repetition (loops) in a computer program. Explain pseudocode and its role in programming. Explain the basic computer data structures such as arrays, lists, stacks, and queues. Implement object-oriented programming concepts. Create and use classes in a computer program. Implement encapsulation, inheritance, and polymorphism. Describe the base class library (BCL) in the .NET Framework. Explain the application security concepts. Implement simple I/O in a computer program. Identify application errors and explain how to debug an application and handle errors. Identify the performance considerations for applications. In this 5-day course, students will learn the basics of computer programming through the use of Microsoft Visual Studio 2022 and the Visual C# and Visual Basic programming languages. The course assumes no prior programming experience and introduces the concepts needed to progress to the intermediate courses on programming, Programming in C#. The focus will be on core programming concepts such as computer storage, data types, decision structures, and repetition by using loops. The course also covers an introduction to object-oriented programming covering classes, encapsulation, inheritance, and polymorphism. Coverage is also included around exception handling, application security, performance, and memory management. 1 - Introduction to Core Programming Concepts Computer Data Storage and Processing Application Types Application Lifecycle Code Compilation 2 - Core Programming Language Concepts Syntax Data Types Variables and Constants 3 - Program Flow Introduction to Structured Programming Concepts Introduction to Branching Using Functions Using Decision Structures Introducing Repetition 4 - Algorithms and Data Structures Understand How to Write Pseudocode Algorithm Examples Introduction to Data Structures 5 - Error Handling and Debugging Introduction to Program Errors Introduction to Structured Error Handling Introduction to Debugging 6 - Introduction to Object-Oriented Programming Introduction to Complex Structures Introduction to Structs Introduction to Classes Introducing Encapsulation 7 - More Object-Oriented Programming Introduction to Inheritance Introduction to Polymorphism Introduction to .NET and the Base Class Library 8 - Introduction to Application Security Authentication and Authorization Code Permissions on Computers Introducing Code Signing 9 - Core I/O Programming Using Console I/O Using File I/O 10 - Application Performance and Memory Management Value Types vs Reference Types Converting Types The Garbage Collector Additional course details: Nexus Humans 55337 Introduction to Programming 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 55337 Introduction to Programming 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.

55337 Introduction to Programming
Delivered OnlineFlexible Dates
£2,975

Ruby Programming For Everyone

By Packt

In this course, you'll learn the Ruby programming language from absolute beginner to advanced - in no time at all!

Ruby Programming For Everyone
Delivered Online On Demand1 hour 44 minutes
£29.99

Python Programming

By Packt

You will master the fundamentals and more advanced principles of Python programming in this beginner's tutorial. This Python course covers every Python fundamental, including installation and more complex material such as Python data science.

Python Programming
Delivered Online On Demand6 hours 40 minutes
£41.99

Python Programming For Everyone

By Packt

Learn Python 3 programming fast!

Python Programming For Everyone
Delivered Online On Demand1 hour 58 minutes
£93.99

Project-Based Python Programming For Kids and Beginners

By Packt

Learn Python programming by developing robust GUIs and games

Project-Based Python Programming For Kids and Beginners
Delivered Online On Demand5 hours
£134.99

Ruby and Javascript Programming Bundle

By Packt

Learn the Ruby programming language and JavaScript coding from beginner to intermediate for web development - fast!

Ruby and Javascript Programming Bundle
Delivered Online On Demand4 hours
£37.99

Groovy Programming Fundamentals for Java Developers

By Packt

In this course, we take you step by step through the most common features and programming idioms of the Groovy programming language, enabling you to supercharge your developer productivity by harnessing the power of Groovy's lightweight and succinct programming syntax.

Groovy Programming Fundamentals for Java Developers
Delivered Online On Demand2 hours 36 minutes
£93.99

Complete SAS Programming

By Course Cloud

The comprehensive Complete SAS Programming has been designed by industry experts to provide learners with everything they need to enhance their skills and knowledge in their chosen area of study. Enrol on the Complete SAS Programming today, and learn from the very best the industry has to offer! This best selling Complete SAS Programming has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth Complete SAS Programming is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The Complete SAS Programming is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The Complete SAS Programming is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the Complete SAS Programming, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the Complete SAS Programming will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the Complete SAS Programming to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

Complete SAS Programming
Delivered Online On Demand
£319

Neuro-Linguistic Programming (NPL)

By Course Cloud

Course Overview The comprehensive Neuro-Linguistic Programming (NPL) has been designed by industry experts to provide learners with everything they need to enhance their skills and knowledge in their chosen area of study. Enrol on the Neuro-Linguistic Programming (NPL) today, and learn from the very best the industry has to offer! This best selling Neuro-Linguistic Programming (NPL) has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth Neuro-Linguistic Programming (NPL) is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The Neuro-Linguistic Programming (NPL) is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The Neuro-Linguistic Programming (NPL) is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the Neuro-Linguistic Programming (NPL), you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the Neuro-Linguistic Programming (NPL) will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the Neuro-Linguistic Programming (NPL) to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

Neuro-Linguistic Programming (NPL)
Delivered Online On Demand
£319

Computer Programming Fundamental Course

4.9(27)

By Apex Learning

Package Details: Number of Courses: 30 Courses Accreditation: CPD Quality Standards Free Certificates:PDF: 30Hardcopy: 30 (Delivery Charge Applicable) Courses Access: Lifetime Instalment Payment Available Basic Programming (C, Java, Python, SQL) Course 01: Diploma in Computer Programming Course 02: C# Programming - Beginner to Advanced Course 03: Master JavaScript with Data Visualization Course 04: SQL Programming Masterclass Course 05: Python Programming for Everybody Course 06: Javascript Programming for Beginners Course 07: jQuery: JavaScript and AJAX Coding Bible Structural Programming Course 01: Kotlin Programming : Android Coding Course 02: Sensors Course 03: Remote Sensing in ArcGIS Course 04: Linux Shell Scripting Course 05: Bash Scripting, Linux and Shell Programming Course 06: Coding with Scratch Course 07: CSS Coding Data Driven Programming Course 01: Quick Data Science Approach from Scratch Course 02: Secure Programming of Web Applications Course 03: A-Frame Web VR Programming Course 04: Complete AutoLISP Programming AutoCAD Programming Course 01: AutoCAD Programming using C# with Windows Forms Course 02: AutoCAD Programming using VB.NET with Windows Forms Programming for Computer Building Course 01: Building Your Own Computer Course 02: Neuro-linguistic Programming (NLP) Diploma Programming for Security Course 01: Cyber Security Incident Handling and Incident Response Course 02: Computer Networks Security Course 03: IT Asset Department IT Soft Skills Course 01: Functional Skills IT Course 02: CompTIA Healthcare IT Technician Course 03: Basic Google Data Studio Course 04: Data Analytics with Tableau Course 05: Recovering from a Job Loss in Technology Computer Programming Fundamental Course This Computer Programming Fundamental bundles' curriculum has been designed by Computer Programming Fundamental experts with years of Computer Programming Fundamental experience behind them. The Computer Programming Fundamental course is extremely dynamic and well-paced to help you understand Computer Programming Fundamental with ease. You'll discover how to master Computer Programming Fundamental skills while exploring relevant and essential topics. CPD 310 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Computer Programming Fundamental Course Requirements Computer Programming Fundamental Course Career path Computer Programming Fundamental Course

Computer Programming Fundamental Course
Delivered Online On Demand
£150