*VIRTUAL* – An Introduction to “Python for Data Science”

Request info

Online Python for Data Science Training Course

COURSE MATERIAL

The lecture notes will be sent in advance and Python Programmes will be made all available after the course.

ABOUT THE COURSE

This two-day course requires no previous knowledge of Data Science; however, some familiarity with programming would be helpful. It will first introduce “Data Science” as a subject and the corresponding careers in the current and future market. The second step will a be short Python bootcamp to cover the basic functions and those that are related mainly to Data Science. The heart of the course will then start to cover Initial Data Analysis (IDA) and Exploratory Data Analysis (EDA), e.g., data analytics and Visualisation. To achieve this, main Python libraries for Data Science will be explored such as NumPy, Pandas, Matplotlib and Seaborn. All topics will encompass real and large datasets.

PROGRAMME AND TIMINGS – 9am- 4.30pm BST(GMT+1)

Day 1:

•Intro to Data Science
•Short Python Bootcamp
•Introduction to Pandas library
•Case Studies

Day 2:

•Initial Data Analysis – Missing Values, Duplicates, Outliers…
•Exploratory Data Analysis (EDA) – Data Analysis and Visualisation
•Introduction to Matplotlib and Seaborn libraries
•Case Studies

Who Should Attend

Attendees are assumed to have no previous knowledge in Data Science/Computer Science, however, basic skills in I.T. systems, Mathematics and Statistics are expected. Familiarity in programming is recommended.

The Tutor:

Dr Jad Abbass is a Lecturer in Data Science in the Department of Computer Science at Kingston University where his teaching duties are mainly dedicated to the MSc in Data Science programme. He has more than 15 years of experience of teaching computer science courses/modules. His research projects lie in the field of applying A.I. (Machine Learning/Deep Learning) in different real-life applications, in particular, in Computational Biology.

Duraton: 2 Days

Cost: £495 + Vat

SELECT wp_posts.*, wp_p2p.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_p2p WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'start_date' AND CAST(wp_postmeta.meta_value AS DATE) >= '2024-10-14' ) ) AND ((wp_posts.post_type = 'schedule' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND (wp_p2p.p2p_type = 'schedule_to_courses' AND wp_posts.ID = wp_p2p.p2p_from AND wp_p2p.p2p_to IN (SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (27759) AND ((wp_posts.post_type = 'courses' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) ORDER BY wp_posts.post_date DESC )) GROUP BY wp_posts.ID ORDER BY CAST(wp_postmeta.meta_value AS DATE) ASC