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

1113 Statistics courses delivered Online

Hands-on Data Analysis with Pandas (TTPS4878)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is geared for Python-experienced attendees who wish to be equipped with the skills you need to use pandas to ensure the veracity of your data, visualize it for effective decision-making, and reliably reproduce analyses across multiple datasets. Overview Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Understand how data analysts and scientists gather and analyze data Perform data analysis and data wrangling using Python Combine, group, and aggregate data from multiple sources Create data visualizations with pandas, matplotlib, and seaborn Apply machine learning (ML) algorithms to identify patterns and make predictions Use Python data science libraries to analyze real-world datasets Use pandas to solve common data representation and analysis problems Build Python scripts, modules, and packages for reusable analysis code Perform efficient data analysis and manipulation tasks using pandas Apply pandas to different real-world domains with the help of step-by-step demonstrations Get accustomed to using pandas as an effective data exploration tool. Data analysis has become a necessary skill in a variety of domains where knowing how to work with data and extract insights can generate significant value. Geared for data team members with incoming Python scripting experience, Hands-On Data Analysis with Pandas will show you how to analyze your data, get started with machine learning, and work effectively with Python libraries often used for data science, such as pandas, NumPy, matplotlib, seaborn, and scikit-learn. Using real-world datasets, you will learn how to use the powerful pandas library to perform data wrangling to reshape, clean, and aggregate your data. Then, you will be able to conduct exploratory data analysis by calculating summary statistics and visualizing the data to find patterns. In the concluding lessons, you will explore some applications of anomaly detection, regression, clustering, and classification using scikit-learn to make predictions based on past data. Students will leave the course armed with the skills required to use pandas to ensure the veracity of their data, visualize it for effective decision-making, and reliably reproduce analyses across multiple datasets. Introduction to Data Analysis Fundamentals of data analysis Statistical foundations Setting up a virtual environment Working with Pandas DataFrames Pandas data structures Bringing data into a pandas DataFrame Inspecting a DataFrame object Grabbing subsets of the data Adding and removing data Data Wrangling with Pandas What is data wrangling? Collecting temperature data Cleaning up the data Restructuring the data Handling duplicate, missing, or invalid data Aggregating Pandas DataFrames Database-style operations on DataFrames DataFrame operations Aggregations with pandas and numpy Time series Visualizing Data with Pandas and Matplotlib An introduction to matplotlib Plotting with pandas The pandas.plotting subpackage Plotting with Seaborn and Customization Techniques Utilizing seaborn for advanced plotting Formatting Customizing visualizations Financial Analysis - Bitcoin and the Stock Market Building a Python package Data extraction with pandas Exploratory data analysis Technical analysis of financial instruments Modeling performance Rule-Based Anomaly Detection Simulating login attempts Exploratory data analysis Rule-based anomaly detection Getting Started with Machine Learning in Python Learning the lingo Exploratory data analysis Preprocessing data Clustering Regression Classification Making Better Predictions - Optimizing Models Hyperparameter tuning with grid search Feature engineering Ensemble methods Inspecting classification prediction confidence Addressing class imbalance Regularization Machine Learning Anomaly Detection Exploring the data Unsupervised methods Supervised methods Online learning The Road Ahead Data resources Practicing working with data Python practice

Hands-on Data Analysis with Pandas (TTPS4878)
Delivered OnlineFlexible Dates
Price on Enquiry

Building Web Applications with Django and PostgreSQL

5.0(10)

By Apex Learning

Course Overview: The demand for web developers is snowballing. According to the Bureau of Labor Statistics, employment of web developers is projected to grow 22 percent from 2020 to 2030, much faster than the average for all occupations. Are you eager to craft powerful web applications that captivate users and drive business growth? Look no further! This Building Web Applications with Django and PostgreSQL course will equip you with the essential skills to master Django, a versatile web framework, and PostgreSQL, a robust database management system. "Numbers don't lie" - the soaring popularity of Python-based web frameworks like Django is a testament to their relevance and demand in the industry. As you delve into this course, you'll be pleased to know that recent surveys have highlighted Django's dominance in the web development market. Gain a competitive edge as you learn from seasoned professionals, and dive into the world of web development with confidence.  Take advantage of this golden opportunity! Enrol now to embark on an exciting journey of learning and transformation. Key Features of the Course: Unleash your potential with a CPD certificate upon course completion, solidifying your expertise in web application development. Enjoy an uninterrupted learning experience with our 24/7 Learning Assistance, ensuring that you have the support you need whenever you need it. Embrace an interactive and engaging learning journey with captivating materials, real-world projects, and quizzes that inspire you. Who is This Course For? If you aspire to become a web developer, programming virtuoso, or IT enthusiast, this Building Web Applications with Django and PostgreSQL course is tailor-made. Whether you're just starting or an experienced developer looking to enhance your skill set, our course caters to learners of all levels, fostering an inclusive and supportive learning environment. What You Will Learn: Seamlessly set up Python and PyCharm IDE on diverse platforms. Unravel the architectural marvels of Django, and build your first Django app. Embrace the power of PostgreSQL for web applications and configure it flawlessly. Harness the potential of Django's built-in ORM for streamlined database interactions. Implement foolproof user authentication and authorisation mechanisms. Craft dynamic web pages using HTML, templates, and Bootstrap. Design visually stunning product card items to elevate your web applications. Why Enrol in This Course: Your success story begins with us, where you'll gain in-demand skills to create sophisticated web applications that thrive in today's digital landscape. Experience the best as you join our top-reviewed course, regularly updated to stay ahead of industry trends. With hands-on experience and industry-relevant skills, you'll elevate your employability and unlock doors to exciting opportunities. Requirements: A basic understanding of Python A computer with Python installed Career Path: Upon completion, embark on a rewarding career path in web development with diverse options, including: Web Developer - £35,000 to £55,000 per annum Full-Stack Developer - £40,000 to £65,000 per annum Django Developer - £45,000 to £70,000 per annum Python Developer - £40,000 to £65,000 per annum Frontend Developer - £30,000 to £50,000 per annum Backend Developer - £40,000 to £65,000 per annum Database Administrator - £35,000 to £55,000 per annum Certification: The crowning achievement of your learning endeavour awaits as you earn your well-deserved CPD certificate. Recognised and esteemed across industries, this certificate will validate your proficiency in building web applications with Django and PostgreSQL. Take the first step towards excellence and enrol in our course today! Course Curriculum 10 sections • 53 lectures • 04:52:00 total length •Introduction: 00:04:00 •Getting started on Windows, macOS, and Linux: 00:01:00 •How to ask great questions: 00:02:00 •FAQs: 00:01:00 •Installing Python: 00:07:00 •Installing PyCharm IDE for development: 00:12:00 •Creating the first Python project: 00:09:00 •Write and Run Hello World program: 00:05:00 •Command line basics: 00:06:00 •Installation and access pip command: 00:10:00 •Introduction to web framework and Django: 00:04:00 •Installing Django and setting up a project: 00:07:00 •Understanding Django architecture and structured: 00:08:00 •Creating a simple Django app: 00:06:00 •Introduction to PostgreSQL and its advantages for web applications: 00:04:00 •Installing PostgreSQL and setting up a database: 00:13:00 •pgAdmin Secure login and create database: 00:10:00 •Connection Django to PostgreSQL: 00:09:00 •Creating a Basic HTTP view method request: 00:04:00 •URL pattern on app: 00:05:00 •Include apps to project urls: 00:05:00 •Installing the psycopg2 module for DB connection: 00:05:00 •Defining models and creating database tables: 00:08:00 •Using Djangos built-in ORM to interact with the database: 00:06:00 •Migration to create DB tables: 00:06:00 •Assessment Test: 00:01:00 •Solution for an Assessment Test: 00:04:00 •Creating Superuser as Admin: 00:07:00 •Authentication and Authorization: 00:03:00 •User access permissions: 00:04:00 •Registering user models to the admin Dashboard: 00:04:00 •Creating data using CRUD functionality: 00:06:00 •View data on the PostgreSQL database table: 00:04:00 •Understanding the MVC: 00:05:00 •Creating views and handling HTTP requests and rendering templates: 00:10:00 •Creating a template with HTML page: 00:10:00 •Building dynamic form and handling: 00:10:00 •Creating Bootstrap template: 00:06:00 •Applying Bootstrap to Django form: 00:04:00 •Creating Stunning Product Card items: 00:09:00 •Creating model: 00:04:00 •Creating forms: 00:03:00 •Creating views: 00:07:00 •Applying ORM - migrations: 00:03:00 •Creating my_form template: 00:05:00 •Adding urls: 00:03:00 •Creating success_view template: 00:04:00 •Project urls update and adding Installed apps: 00:02:00 •Run project and submit data to database: 00:06:00 •Creating report_view method: 00:03:00 •Creating report_template: 00:03:00 •Update urls pattern: 00:02:00 •Run project and test reports: 00:03:00

Building Web Applications with Django and PostgreSQL
Delivered Online On Demand4 hours 52 minutes
£12

Data Entry Administrator

4.7(160)

By Janets

Register on the Data Entry Administrator today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The Data Entry Administrator is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Data Entry Administrator Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Data Entry Administrator, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Course Content Making Data Entry Jobs Easier Introduction to Data Entry 00:08:00 Using the Computer for Data Entry 00:08:00 Common Rules and Guidelines for Data Entry 00:16:00 Using Excel for Efficient Data Entry 00:10:00 Using Excel's Flash Fill and Autofill to Automate Data Entry 00:13:00 How to Create a Data Entry Form in Excel? 00:33:00 Using Statistics Packages in Data Entry 00:16:00 Getting Started with Microsoft Office Excel 2016 Navigate the Excel User Interface 00:28:00 Use Excel Commands 00:10:00 Create and Save a Basic Workbook 00:19:00 Enter Cell Data 00:12:00 Use Excel Help 00:05:00 Performing Calculations Create Worksheet Formulas 00:15:00 Insert Functions 00:17:00 Reuse Formulas and Functions 00:17:00 Modifying a Worksheet Insert, Delete, and Adjust Cells, Columns, and Rows 00:10:00 Search for and Replace Data 00:09:00 Use Proofing and Research Tools 00:07:00 Formatting a Worksheet Apply Text Formats 00:16:00 Apply Number Format 00:08:00 Align Cell Contents 00:09:00 Apply Styles and Themes 00:12:00 Apply Basic Conditional Formatting 00:11:00 Create and Use Templates 00:08:00 Printing Workbooks Preview and Print a Workbook 00:10:00 Set Up the Page Layout 00:09:00 Configure Headers and Footers 00:07:00 Managing Workbooks Manage Worksheets 00:05:00 Manage Workbook and Worksheet Views 00:07:00 Manage Workbook Properties 00:06:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Data Entry Administrator
Delivered Online On Demand6 hours 1 minutes
£25

Data Entry Administrator Training

4.7(160)

By Janets

Register on the Data Entry Administrator Training today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The Data Entry Administrator Training is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Data Entry Administrator Training Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Data Entry Administrator Training, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16.  Course Content Making Data Entry Jobs Easier Introduction to Data Entry 00:20:00 Using the Computer for Data Entry 00:15:00 Common Rules and Guidelines for Data Entry 00:30:00 Using Excel for Efficient Data Entry 00:30:00 Using Excel's Flash Fill and Autofill to Automate Data Entry 00:30:00 How to Create a Data Entry Form in Excel? 00:45:00 Using Statistics Packages in Data Entry 00:45:00 Getting Started with Microsoft Office Excel 2016 Navigate the Excel User Interface 00:28:00 Use Excel Commands 00:10:00 Create and Save a Basic Workbook 00:19:00 Enter Cell Data 00:12:00 Use Excel Help 00:05:00 Performing Calculations Create Worksheet Formulas 00:15:00 Insert Functions 00:17:00 Reuse Formulas and Functions 00:17:00 Modifying a Worksheet Insert, Delete, and Adjust Cells, Columns, and Rows 00:10:00 Search for and Replace Data 00:09:00 Use Proofing and Research Tools 00:07:00 Formatting a Worksheet Apply Text Formats 00:16:00 Apply Number Format 00:08:00 Align Cell Contents 00:09:00 Apply Styles and Themes 00:12:00 Apply Basic Conditional Formatting 00:11:00 Create and Use Templates 00:08:00 Printing Workbooks Preview and Print a Workbook 00:10:00 Set Up the Page Layout 00:09:00 Configure Headers and Footers 00:07:00 Managing Workbooks Manage Worksheets 00:05:00 Manage Workbook and Worksheet Views 00:07:00 Manage Workbook Properties 00:06:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Data Entry Administrator Training
Delivered Online On Demand7 hours 52 minutes
£25

Sage 50 Payroll for Beginners

4.5(3)

By Studyhub UK

Become an invaluable asset to your company's future and take charge of its finances almost immediately by learning to use Sage software. Sage 50 Payroll is today's trusted benchmark in money handling, and we can train you to use it without any prior experience. No matter whether you are staring as an accountant in a large company, or having to pay salaries in a private firm, this learning experience can take your career and business to the next level. By taking our intensive course, specifically designed by experts to educate beginners, you'll soon be setting up complex routines and reports involving basic salary details and tax codes. Not only that, but you will also be able to quickly produce and retrieve professional records, useful historical reports, and critical employee information. You will be given everything you'll need to hit the money-managing ground running and make a name for yourself as a person that can solve any payroll difficulties that your organisation may experience. No prior knowledge of Sage or accounting is needed for this learning experience, just the desire to learn. Sage 50 Payroll for Beginners Become skilled with setting up the basics of a payroll infrastructure and link it safely to company accounts Learn all the necessary legislation for business accounting and ensure all necessary administration is performed Gain the ability to change employee details in the company's database effortlessly. Become utterly comfortable with the process of applying key updates and crucial changes to payroll information. Know how to build and maintain pension schemes for all members of the company staff. Exhibit full confidence and skill in the regular housekeeping of an organisation's payroll structure. Have the enviable skill to produce accurate reports concerning any data for finance and employee statistics. Become fully prepared to deal with complex time-driven events like Christmas and the end of the financial year 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 completing the MCQ assessment, you will qualify for the CPD Certificate from Studyhub, as proof of your continued professional development. Certification is available in PDF format, for £9, or a hard copy can be sent to you via post, for just £15. Who is This course for? This course is ideally suited for ambitious individuals who are just starting in finance and administration for a high-performing organisation. It may also be beneficial as a useful introduction to Sage 50 Payroll for established accountants or consultants, or as a recommended step for those looking for associated work in the business sector. Requirements Our Sage 50 Payroll for Beginners is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning.  Career Path The education offered by the Sage 50 Payroll for Beginners course will benefit anybody who is just starting to work with the accounting software or is planning to do so. This will help any individual with the following roles: Office Administrators Accountants Payroll Managers HR staff Financial Consultants Course Curriculum Module 1: Payroll Basics Payroll Basics 00:10:00 Module 2: Company Settings Company Settings 00:08:00 Module 3: Legislation Settings Legislation Settings 00:07:00 Module 4: Pension Scheme Basics Pension Scheme Basics 00:06:00 Module 5: Pay Elements Pay Elements 00:14:00 Module 6: The Processing Date The Processing Date 00:07:00 Module 7: Adding Existing Employees Adding Existing Employees 00:08:00 Module 8: Adding New Employees Adding New Employees 00:12:00 Module 9: Payroll Processing Basics Payroll Processing Basics 00:11:00 Module 10: Entering Payments Entering Payments 00:12:00 Module 11: Pre-Update Reports Pre-Update Reports 00:09:00 Module 12: Updating Records Updating Records 00:09:00 Module 13: e-Submissions Basics e-Submissions Basics 00:09:00 Module 14: Process Payroll (November) Process Payroll (November) 00:16:00 Module 15: Employee Records and Reports Employee Records and Reports 00:13:00 Module 16: Editing Employee Records Editing Employee Records 00:07:00 Module 17: Process Payroll (December) Process Payroll (December) 00:12:00 Module 18: Resetting Payments Resetting Payments 00:05:00 Module 19: Quick SSP Quick SSP 00:09:00 Module 20: An Employee Leaves An Employee Leaves 00:13:00 Module 21: Final Payroll Run Final Payroll Run 00:07:00 Module 22: Reports and Historical Data Reports and Historical Data 00:08:00 Module 23: Year-End Procedures Year-End Procedures 00:09:00 Mock Exam Mock Exam - Payroll 00:20:00 Final Exam Final Exam - Payroll 00:20:00

Sage 50 Payroll for Beginners
Delivered Online On Demand4 hours 21 minutes
£10.99

HR & Employment Law Course

By iStudy UK

Any organisation's main expenses are its labour, and that is why there is a need to find the perfect match in order to minimize costs. This part of the job falls under the Human Resources team of the given company, where the HR managers have to match skills against the job available. If these things interest you then you are in luck, as this Level 2 Certificate in HR & Employment Law can teach you more on the subject. The course is divided into two sections, one focusing on Human Resource Management and the other on employment laws. In the first section you will learn about how modern day human resource management works, recruiting, interviewing, retention and orientation. You will discover more about following up with new employees, health and safety, discrimination and much more. Next you look into employment law by learning about immigration, rights, termination, transfers and such. The course covers multiple disciplines as you learn about management and UK employment law, which in turn could be extremely useful for you since you will stand out from the competition in your employer's eyes. Employment Law Course Highlights HR & Employment Law Course is an award winning and the best selling course that has been given the CPD Qualification Standards & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed HR & Employment Law Course into 42 modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 1 day, 8 hours hours and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. Why You Should Choose HR & Employment Law Course Lifetime access to the course No hidden fees or exam charges CPD Qualification Standards certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? HR & Employment Law Course is CPD Qualification Standards and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our HR & Employment Law Course is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD Qualification Standards and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. HR & Employment Law Course (Updated Version) Human Resource Management Introduction to Human Resources 00:17:00 Employee Recruitment and Selection Procedure 00:32:00 Employee Training and Development Process 00:22:00 Performance Appraisal Management 00:19:00 Employee Relations 00:15:00 Motivation and Counselling 00:19:00 Ensuring Health and Safety at the Workplace 00:16:00 Employee Termination 00:15:00 Employer Records and Statistics 00:11:00 Essential UK Employment Law 00:38:00 Employment Law Basics of Employment Law 00:24:00 Legal Recruitment Process 00:40:00 Employment Contracts 00:21:00 Employee Handbook 00:20:00 Disciplinary Procedure 00:21:00 National Minimum Wage & National Living Wage 00:33:00 Parental Right, Sick Pay & Pension Scheme 00:44:00 Discrimination in the Workplace 00:49:00 Health & Safety at Work 00:15:00 Dismissal, Grievances and Employment Tribunals 00:33:00 Workplace Monitoring & Data Protection 00:11:00 HR & Employment Law Course (Old Version) Human Resource Management Module One - Getting Started FREE 00:30:00 Module Two - Human Resources Today FREE 01:00:00 Module Three - Recruiting and Interviewing 01:00:00 Module Four - Retention and Orientation 01:00:00 Module Five - Following Up With New Employees 01:00:00 Module Six - Workplace Health & Safety 01:00:00 Module Seven - Workplace Bullying, Harassment, and Violence 01:00:00 Module Eight - Workplace Wellness 01:00:00 Module Nine - Providing Feedback to Employees 01:00:00 Module Ten - Disciplining Employees 01:00:00 Module Eleven - Terminating Employees 01:00:00 Module Twelve - Wrapping Up 00:30:00 Employment Law Introduction FREE 01:00:00 Immigration Requirements FREE 01:00:00 Contractual Terms 01:00:00 Rights During Employment 02:00:00 Termination of Employment 02:00:00 Discrimination 02:00:00 Business Transfers 01:00:00 Collective Rights 01:00:00 Useful Websites 00:30:00 Mock Exam Mock Exam- HR & Employment Law Course 00:30:00 Final Exam Final Exam- HR & Employment Law Course 00:30:00

HR & Employment Law Course
Delivered Online On Demand32 hours
£25

Do you want your dating to be an enjoyable and empowered experience? Would you like to develop a healthier, more intentional approach to dating? Sign up to Rachel's eight week course and get the tools you need to become more resilient and understand the psychological processes going on with dating.

Healthy Dating
Delivered OnlineJoin Waitlist
£150

HR Management Online Course

4.3(43)

By John Academy

Description: Matching the skills sets of thousands of people for a single open position could be exhausting. But you don't have to waste your time if you learn the tricks of how to filter the right people, with the help of this HR Management Online Course. First, this course will introduce you to the working mechanism of how HR management works. You will discover the processes of recruitment, interviewing, retention and orientation. You will also learn to manage health & safety, different sorts of harassment and much more. Next you focus on developing your leadership skills by learning to inspire your team, incentivize, improve charisma and authority. You will also be able to deal with crisis situations and dissident employees as well. Finally you will look at HR management from a psychological perspective, and learn different theories, motivating yourself along with the employees. Overall the course covers a lot of ground in HR management and also helps you stand out by improving your leadership skills. And getting this course now will also help you get recruited easily as you will learn to think like a HR manager. Who is the course for? Individuals looking to start a new career in human resources or recruitment People who want to improve their skills and develop their career further in HR management 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 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: HR Management Online Course is a useful qualification to possess and would be beneficial for any professions or career from any industry you are in such as: HR Manager Recruitment consultant HR Administrator HR Assistant HR Management Online Course - Updated Version Introduction to Human Resources 00:20:00 Employee Recruitment and Selection Procedure 00:35:00 Employee Training and Development Process 00:24:00 Performance Appraisal Management 00:22:00 Employee Relations 00:19:00 Motivation and Counselling 00:22:00 Ensuring Health and Safety at the Workplace 00:19:00 Employee Termination 00:18:00 Employer Records and Statistics 00:17:00 Essential UK Employment Law 00:30:00 HR Management Online Course - Old Version Human Resource Management Concepts Module One - Getting Started 00:30:00 Module Two - Human Resources Today 01:00:00 Module Three - Recruiting and Interviewing 01:00:00 Module Four - Retention and Orientation 01:00:00 Module Five - Following Up With New Employees 01:00:00 Module Six - Workplace Health & Safety 01:00:00 Module Seven - Workplace Bullying, Harassment, and Violence 01:00:00 Module Eight - Workplace Wellness 01:00:00 Module Nine - Providing Feedback to Employees 01:00:00 Module Ten - Disciplining Employees 01:00:00 Module Eleven - Terminating Employees 01:00:00 Module Twelve - Wrapping Up 00:30:00 Activities - Advanced Diploma in Human Resource Management 00:00:00 HR and Leadership Skills INTRODUCTION 00:30:00 WHAT MAKES A GREAT LEADER? 01:00:00 HOW TO INSPIRE YOUR TEAM 01:00:00 HOW TO INCENTIVIZE THE RIGHT WAY 01:00:00 HOW TO INCREASE YOUR CHARISMA AND AUTHORITY 01:00:00 HOW TO DEAL WITH A CRISIS 01:00:00 IS IT BETTER TO BE FEARED OR LIKED? 01:00:00 DEALING WITH DISSIDENTS 01:00:00 CREATING TEAMS AND ENCOURAGING TEAMWORK 00:30:00 UNDERSTANDING CHARACTERS AND CHOOSING THE RIGHT PERSON 00:30:00 THE 10 MOST POWERFUL TIPS FOR LEADERS 00:30:00 CONCLUSION 00:15:00 HR Management Module One - Getting Started 01:00:00 Module Two - A Psychological Approach 01:00:00 Module Three - Object-Oriented Theory 01:00:00 Module Four - Using Reinforcement Theory 01:00:00 Module Five - Using Expectancy Theory 01:00:00 Module Six - Personality's Role in Motivation 01:00:00 Module Seven - Setting Goals 01:00:00 Module Eight - A Personal Toolbox 01:00:00 Module Nine - Motivation on the Job 01:00:00 Module Ten - Addressing Specific Morale Issues 01:00:00 Module Eleven - Keeping Yourself Motivated 00:30:00 Module Twelve - Wrapping Up 00:30:00 HR Management: Employee Motivation- Activities 00:00:00 Mock Exam Mock Exam- HR Management Online Course 00:30:00 Final Exam Final Exam- HR Management Online Course 00:30:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

HR Management Online Course
Delivered Online On Demand36 hours
£21

Data Understanding and Data Visualization with Python

By Packt

This course first equips you with the fundamentals of Python and then progresses to teach you how to use various libraries such as NumPy, Pandas, Seaborn, Bokeh, and so on. This course contains several mini projects so that, by the end of this course, you will be equipped with the essential tools you need to become a visualization expert.

Data Understanding and Data Visualization with Python
Delivered Online On Demand15 hours 13 minutes
£59.99

Access to Sage 50 Accounts Training in London | Sage Courses Online

By Osborne Training

Course description Sage 50 Accounting / Bookkeeping Training - Fast Track Overview Want to open the door to working in Finance and Accountancy Industry? Starting Sage Line 50 Accounting Fast Track Training course will enhance your career potentials and give you the skills and knowledge you need to get started in Finance and Accountancy Industry. Get a new direction for your career in Accountancy, according to statistics, the average salary for Accountants is £50,000 (Source: Reed), it is the sector where the employability rate is higher than any other sector. With the right skills and practical experience, you would be able to fast track your career in Accountancy and exactly that's where Osborne Training can fill the gap. The intensive programmes include all the skills required to fast track your career in professional Accountancy. Duration 6 Weeks Study Options Classroom Based - Osborne Training offers Daytime or Weekend sessions for Sage 50 Bookkeeping Training Course from London Campus. Online Live - Osborne Training offers online Evening sessions for Sage 50 Bookkeeping Training Classes through the Virtual Learning Campus. Distance Learning - Self Study with Study Material and access to Online study Material through Virtual Learning Campus. Certification You will receive a certificate from Osborne Training once you finish the course. You have an option to get an IAB Certificate subject to passing the exams. What qualification will I gain? You could Gain the following IAB qualifications provided that you book and register for IAB exams and pass the exams successfully: IAB Level 1 Award in Computerised Bookkeeping (QCF) 500/9405/1 IAB Level 2 Award in Computerised Bookkeeping (QCF) 500/9261/3 IAB Level 3 Award in Computerised Bookkeeping (QCF) 500/9407/5 Awarding body International Association of Book-Keepers Sage 50 accounts Course Syllabus Creating a Chart of Accounts to Suit Company Requirements Sole Trader Accounts preparation The Trial Balance preparation Errors in the Trial Balance Disputed Items Use of the Journal Prepare and Process Month End Routine Contra Entries The Government Gateway and VAT Returns Bad Debts and Provision for Doubtful Debts Stock Valuation, Stock Control, Work in Progress and Finished Goods Prepare and Produce Final Accounts Extended Trial Balance Exporting Data including Linking to Other Systems Management Information Reports Making Decisions with Reports Using Sage Prepare and Process Year End Accounts and Archive Data Final Accounts for Partnerships including Appropriation Accounts The Fixed Asset Register and Depreciation Accruals and Prepayments Cash Flow and Forecast Reports Advanced Credit Control

Access to Sage 50 Accounts Training in London | Sage Courses Online
Delivered in Birmingham or OnlineFlexible Dates
Price on Enquiry