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

186 Notebook courses

Machine Learning for Predictive Maps in Python and Leaflet

4.9(27)

By Apex Learning

Overview This comprehensive course on Machine Learning for Predictive Maps in Python and Leaflet will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Machine Learning for Predictive Maps in Python and Leaflet comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Machine Learning for Predictive Maps in Python and Leaflet. It is available to all students, of all academic backgrounds. Requirements Our Machine Learning for Predictive Maps in Python and Leaflet is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 9 sections • 33 lectures • 05:59:00 total length •Introduction: 00:10:00 •Python Installation: 00:04:00 •Creating a Python Virtual Environment: 00:07:00 •Installing Django: 00:09:00 •Installing Visual Studio Code IDE: 00:06:00 •Installing PostgreSQL Database Server Part 1: 00:03:00 •Installing PostgreSQL Database Server Part 2: 00:09:00 •Adding the settings.py Code: 00:07:00 •Creating a Django Model: 00:10:00 •Adding the admin.py Code: 00:21:00 •Creating Template Files: 00:10:00 •Creating Django Views: 00:10:00 •Creating URL Patterns for the REST API: 00:09:00 •Adding the index.html code: 00:04:00 •Adding the layout.html code: 00:19:00 •Creating our First Map: 00:10:00 •Adding Markers: 00:16:00 •Installing Jupyter Notebook: 00:07:00 •Data Pre-processing: 00:31:00 •Model Selection: 00:20:00 •Model Evaluation and Building a Prediction Dataset: 00:11:00 •Creating a Django Model: 00:04:00 •Embedding the Machine Learning Pipeline in the Application: 00:42:00 •Creating a URL Endpoint for our Prediction Dataset: 00:06:00 •Creating Multiple Basemaps: 00:09:00 •Creating the Marker Layer Group: 00:10:00 •Creating the Point Layer Group: 00:12:00 •Creating the Predicted Point Layer Group: 00:07:00 •Creating the Predicted High Risk Point Layer Group: 00:12:00 •Creating the Legend: 00:09:00 •Creating the Prediction Score Legend: 00:15:00 •Resource: 00:00:00 •Assignment - Machine Learning for Predictive Maps in Python and Leaflet: 00:00:00

Machine Learning for Predictive Maps in Python and Leaflet
Delivered Online On Demand5 hours 59 minutes
£12

How to turn your creative passion into a career: first steps

5.0(5)

By The Arienas Collective

How to turn your creative passion into a career: take your first steps on this relaxed and welcoming workshop at The Arienas Collective in Edinburgh led by Laura Ogilvie Jones coaching

How to turn your creative passion into a career: first steps
Delivered In-PersonJoin Waitlist
£60

Python Programming for Non Programmers Level 5

4.5(3)

By Studyhub UK

Welcome to 'Python Programming for Non Programmers Level 5,' a course specially designed for those new to the world of coding. This program starts with a comprehensive introduction to Python, a versatile programming language favored in numerous fields. Progressing to the second unit, participants will familiarize themselves with the initial steps of Python programming, setting a strong foundation for future learning. The course then advances to conditional branching in Python, an essential skill for logical problem-solving in coding. A highlight of this course is the practical project: building the game 'Rock Paper Scissors'. This engaging task not only consolidates learning but also adds a fun element to the process. The curriculum further includes critical topics like string operations, date and time functionalities, and the nuances of file handling in Python. Learners will navigate through the complexities of Python data structures-tuples, lists, and dictionaries-and learn to craft user functions, enhancing their coding capabilities. The course also covers email automation, ingenious import tactics, interfacing with operating systems, and handling exceptions with finesse. Furthermore, learners will get hands-on experience with package installation, scheduling tasks in Python, and managing databases using SQLite. The course wraps up with insights on running Python programs via command prompt and Jupyter Notebook, ensuring learners are well-equipped for real-world applications. Learning Outcomes Acquire foundational knowledge and setup skills in Python programming. Master conditional branching for effective problem-solving in code. Complete a practical coding project to solidify Python skills. Learn essential Python operations, including string handling and file management. Explore and apply advanced Python concepts for real-world applications. Why choose this Python Programming for Non Programmers Level 5 course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Python Programming for Non Programmers Level 5 course for? Beginners eager to learn Python from scratch. Non-technical professionals desiring to add coding skills to their portfolio. Educators keen to integrate Python into their teaching methodologies. Businesspersons interested in understanding coding fundamentals for tech-based solutions. Enthusiasts exploring programming as a new hobby or career path. Career path Entry-Level Python Programmer: £25,000 - £40,000 Python-Enabled Data Analyst: £28,000 - £45,000 Python Automation Engineer: £30,000 - £50,000 Technical Support Analyst with Python Skills: £22,000 - £35,000 Python Web Developer: £26,000 - £42,000 Quality Assurance Analyst with Python Expertise: £24,000 - £38,000 Prerequisites This Python Programming for Non Programmers Level 5 does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Python Programming for Non Programmers Level 5 was made by professionals and it is compatible with all PC's, Mac's, 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. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Unit 01: Introduction to Python Programming Section 01: Course Introduction 00:02:00 Unit 02: Getting Started with Python Section 01: Software Installation 00:02:00 Section 02: Hello World Program 00:06:00 Section 03: Input and Output 00:07:00 Section 04: Calculating Average of 5 Numbers 00:03:00 Unit 03: Conditional Branching with Python Section 01: If Loop In Python 00:06:00 Section 02: Program Using If Else part 1 00:03:00 Section 03: Program Using If Else part 2 00:08:00 Section 04: Program for Calculator 00:02:00 Section 05: Program Using For Loop 00:08:00 Section 06: For Table 00:05:00 Section 07: For loop and Mathematical Operator in Python 00:04:00 Section 08: Factorial of Number Using Python 00:06:00 Section 09: Program Using While 00:05:00 Section 10: While Loop Example 00:07:00 Section 11: Tasks for Practice 00:02:00 Unit 04: Importing external/internal library in python Section 01: Importing Library in Python 00:07:00 Unit 05: Project Rock Paper and Scissors Section 01: Rock Paper and Scissor Game 00:06:00 Unit 06: Strings Operation in Python Section 01: Program Using String part 1 00:05:00 Section 02: Program using String 2 00:06:00 Section 03: Program Using String 3 00:06:00 Section 04: Program Using String part 4 00:03:00 Unit 07: Date and time in Python Section 01: Use of Date and Time part 1 00:05:00 Section 02: Use of Date and Time part 2 00:05:00 Unit 08: File Handling, read and write using Python Section 01: File Handling Part 1 00:08:00 Section 02: File Handling Part 2 00:07:00 Unit 09: Data Storage Structures, Tuple, List and Dictionary Section 01: Tuple in Python Part 1 00:10:00 Section 02: Tuple in Python Part 2 00:07:00 Section 03: Using Lists part 1 00:07:00 Section 04: Using List part 2 00:12:00 Section 05: Using Lists part 3 00:06:00 Section 06: Using Lists part 4 00:08:00 Section 07: Using Lists part 5 00:02:00 Section 08: Use of Dictionary Part 1 00:04:00 Section 09: Use of Dictionary Part 2 00:05:00 Section 10: Use of Dictionary Part 3 00:08:00 Section 11: Use of Dictionary Part 4 00:07:00 Unit 10: Writing user functions in Python Section 01: Function in Python Part 1 00:06:00 Section 02: Function in Python Part 2 00:05:00 Section 03: Function in Python Part 3 00:04:00 Section 04: Function in Python Part 4 00:07:00 Section 05: Function in Python Part 5 00:08:00 Unit 11: Sending mail Section 01: Send Email 00:09:00 Unit 12: Import Tricks in Python Section 01: Import Study part 1 00:07:00 Section 02: Import Study part 2 00:03:00 Unit 13: Import Operating System and Platform Section 01: Importing OS 00:06:00 Section 02: Import Platform 00:05:00 Unit 14: Exceptions handling in python Section 01: Exception in Python part 1 00:11:00 Section 02: Exception in Python part 2 00:07:00 Section 03: Exception in Python part 3 00:05:00 Unit 15: Installing Packages and Scheduling In Python Section 01: Installing Packages using built in package manager 00:08:00 Section 02: Scheduler in Python 00:05:00 Unit 16: Data Base In Python using sqlite Section 01: Data Base 1 00:08:00 Section 02: Data Base 2 00:09:00 Section 03: Data Base 3 00:08:00 Section 04: Data base 4 00:07:00 Section 05: Data Base 5 00:06:00 Unit 17: Running Program from Command Prompt and jupyter Notebook Section 01: IDE_1 00:05:00 Section 02: IDE_2 00:07:00 Unit 18: Conclusion Section 01: Conclusion 00:02:00 Resources Resources - Diploma in Python Programming 00:00:00 Assignment Assignment - Diploma in Python Programming 00:00:00 Recommended Materials Workbook - Diploma in Python Programming 00:00:00

Python Programming for Non Programmers Level 5
Delivered Online On Demand5 hours 58 minutes
£10.99

Diploma in Python Programming - Level 5 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Diploma in Python Programming - Level 5 (QLS Endorsed)
Delivered Online On Demand6 hours
£15

The Ultimate Hands-On Hadoop

By Packt

This course will show you why Hadoop is one of the best tools to work with big data. With the help of some real-world data sets, you will learn how to use Hadoop and its distributed technologies, such as Spark, Flink, Pig, and Flume, to store, analyze, and scale big data.

The Ultimate Hands-On Hadoop
Delivered Online On Demand14 hours 39 minutes
£134.99

Out of Bounds: Creative inroads into the boarding school experience

By Rachel Godfrey

A series of six creative writing for wellbeing workshops offering ex-boarders and their partners/spouses inroads towards achieving a better understanding of the boarding school experience.

Out of Bounds: Creative inroads into the boarding school experience
Delivered OnlineFlexible Dates
£80 to £100

Silver Etching Workshop Sunday 13th October 10-5pm

5.0(21)

By Workshop 925

This is a full day intensive workshop which will teach you the processes involved in photo etching, including preparing the metal for etching, transferring the designs onto the metal using press and peel (P&P) paper and how to use specific etching solutions to cut the designs into the metal. This course will allow you to broaden your design process so that you can add some intricate textures to your copper and silver jewellery designs. You will be provided with a set amount of materials including copper sheet to practice the process and a 4cm by 4cm piece of silver sheet to create a silver textured pendant during your session. WHEN: Sunday 13th October 10-5pm WHERE:  Workshop 925 based at The Mayford Centre, just outside of Woking and very close to Guildford. Unit F9 The Mayford Centre, Mayford Green Woking, Surrey  GU22 0PP TUTOR: Krista Thomson WHAT DOES THE DAY INVOLVE? This is a full day intensive workshop which will teach you the processes involved in photo etching, including preparing the metal for etching, transferring the designs onto the metal using press and peel (P&P) paper and how to use specific etching solutions to cut the designs into the metal. This course will allow you to broaden your design process so that you can add some intricate textures to your copper and silver jewellery designs. You will be provided with a set amount of materials including copper sheet to practice the process and a 4cm by 4cm piece of silver sheet to create a silver textured pendant during your session. If you would like to create additional designs, you are welcome to bring along your own additional flat silver sheet, it must be no thinner than 0.6mm. This is a great opportunity to stock pile some great patterned silver for us with future projects. On the day you will be provided with some patterns to etch, if you have a set pattern in mind, please send us the artwork in good time for your class. Designs must be black and white only and please note smaller patterns work better than larger ones. Please email it to us at hello@workshop925.com. Alternatively instruction on where to purchase P&P paper and how to print your own designs onto it will be sent out prior to your course date to those of you who wish to etch your own designs. You will be etching the majority of the day, however if you would like to create a finished design, we can accommodate this, you can do some etching in the morning and create a design in the afternoon. EXPERIENCE REQUIRED: None, all abilities are welcomed. This course is a great introduction to etching for those who have a vast experience in jewellery making but have not yet tried this technique as well as beginners looking to create beautiful textural pieces of jewellery. Our small classes mean we are able to provide each student with the support they require. CLASS SIZE: 6 WHAT IS INCLUDED? All tools and consumables are supplied Please bring refreshments as we are no longer able to provide them The cost of this course includes copper sheet to practice the technique and a 4cm by 4cm section of silver sheet. The price also includes a selection of patterns printed on P&P paper to use during your course.  WHAT TO BRING: For safety reasons, during each class, you are required to wear appropriate footwear, we request that no open toed shoes are worn within Workshop 925. Long hair should also be tied back when working with the equipment. You may also wish to bring a notebook. We have handouts for many demonstrations, but there are always many tips and tricks given verbally by the tutor, which some might like to keep note of. Please bring any PPE, snacks and drinks to each session. We regret we can’t offer tea and coffee at the moment due to Coronavirus. PAYMENT OPTIONS: You can pay via our website or in our workshop in person using our card machine. If you prefer to pay directly, you can email us on hello@workshop925.com and we can invoice you manually to arrange a bank transfer. For classes over £80, instalment options are also available. Please email us on hello@workshop925.com to arrange. Gift Voucher – if you have a voucher to redeem, please email us before booking on hello@workshop925.com Please check your dates carefully before booking a class as we are unable to offer refunds. See our Terms & Conditions for full details.

Silver Etching Workshop Sunday 13th October 10-5pm
Delivered In-PersonFlexible Dates
£150

Silver Etching Workshop Sunday 3rd November 10-5pm

5.0(21)

By Workshop 925

This is a full day intensive workshop which will teach you the processes involved in photo etching, including preparing the metal for etching, transferring the designs onto the metal using press and peel (P&P) paper and how to use specific etching solutions to cut the designs into the metal. This course will allow you to broaden your design process so that you can add some intricate textures to your copper and silver jewellery designs. You will be provided with a set amount of materials including copper sheet to practice the process and a 4cm by 4cm piece of silver sheet to create a silver textured pendant during your session. WHEN: Sunday 3rd November 10-5pm WHERE:  Workshop 925 based at The Mayford Centre, just outside of Woking and very close to Guildford. Unit F9 The Mayford Centre, Mayford Green Woking, Surrey  GU22 0PP TUTOR: Krista Thomson WHAT DOES THE DAY INVOLVE? This is a full day intensive workshop which will teach you the processes involved in photo etching, including preparing the metal for etching, transferring the designs onto the metal using press and peel (P&P) paper and how to use specific etching solutions to cut the designs into the metal. This course will allow you to broaden your design process so that you can add some intricate textures to your copper and silver jewellery designs. You will be provided with a set amount of materials including copper sheet to practice the process and a 4cm by 4cm piece of silver sheet to create a silver textured pendant during your session. If you would like to create additional designs, you are welcome to bring along your own additional flat silver sheet, it must be no thinner than 0.6mm. This is a great opportunity to stock pile some great patterned silver for us with future projects. On the day you will be provided with some patterns to etch, if you have a set pattern in mind, please send us the artwork in good time for your class. Designs must be black and white only and please note smaller patterns work better than larger ones. Please email it to us at hello@workshop925.com. Alternatively instruction on where to purchase P&P paper and how to print your own designs onto it will be sent out prior to your course date to those of you who wish to etch your own designs. You will be etching the majority of the day, however if you would like to create a finished design, we can accommodate this, you can do some etching in the morning and create a design in the afternoon. EXPERIENCE REQUIRED: None, all abilities are welcomed. This course is a great introduction to etching for those who have a vast experience in jewellery making but have not yet tried this technique as well as beginners looking to create beautiful textural pieces of jewellery. Our small classes mean we are able to provide each student with the support they require. CLASS SIZE: 6 WHAT IS INCLUDED? All tools and consumables are supplied Please bring refreshments as we are no longer able to provide them The cost of this course includes copper sheet to practice the technique and a 4cm by 4cm section of silver sheet. The price also includes a selection of patterns printed on P&P paper to use during your course.  WHAT TO BRING: For safety reasons, during each class, you are required to wear appropriate footwear, we request that no open toed shoes are worn within Workshop 925. Long hair should also be tied back when working with the equipment. You may also wish to bring a notebook. We have handouts for many demonstrations, but there are always many tips and tricks given verbally by the tutor, which some might like to keep note of. Please bring any PPE, snacks and drinks to each session. We regret we can’t offer tea and coffee at the moment due to Coronavirus. PAYMENT OPTIONS: You can pay via our website or in our workshop in person using our card machine. If you prefer to pay directly, you can email us on hello@workshop925.com and we can invoice you manually to arrange a bank transfer. For classes over £80, instalment options are also available. Please email us on hello@workshop925.com to arrange. Gift Voucher – if you have a voucher to redeem, please email us before booking on hello@workshop925.com Please check your dates carefully before booking a class as we are unable to offer refunds. See our Terms & Conditions for full details.

Silver Etching Workshop Sunday 3rd November 10-5pm
Delivered In-PersonFlexible Dates
£150

One to One Stone Cutting Workshop: Cabochons and Rough Form Stones (Farnham Workshop) Weekends or Weekdays – Flexible Booking (4 hour session)

5.0(21)

By Workshop 925

In this unique course with tutor Sarah Reece you will learn how to cut two shapes of stones: The first will be a free form shape with a flat edges as shown in the images. The second the focus will be how to create a traditional cabochon. This stone will be have a flat base with a rounded top. This will be cut from rough stone which you can each select from Sarahs beautiful collection. You can decide the shape and size and which part of the stone you wish to use. The class size is limited to just 1 student. So you do not breathe in harmful rock dust during the process, you will be cutting the stone while it is in water. With this in mind, please wear older clothes, and waterproof shoes – wellies are advised as it is not a clean or dry activity. Water sprays from the rotating wheels as you are working. We will provide you with a waterproof apron. This course is an excellent introduction to stone cutting. It allows you to step into the world of Lapidary where you can cut and create any shaped stone you desire, you won’t be beholden to the shop bought stone. This means your projects and settings can become completely unique as per your designs. You will be working with a Cab King 6″ and the Diamond Pacific Pixie Cabbing Machine. We have factored in a 30 minute break for lunch during our Saturday sessions. Full info below… When: Sarah is available at weekends and during the week. If you decide to book a stone cutting course, there is flexibility for your booking. We will contact you to find a suitable session. Length: The session will last 4 hours Where:  THIS WORKSHOP COURSE IS BASED IN FARNHAM NOT OUR WOKING WORKSHOP Weydon Farm House Weydon Farm Lane GU9 8QJ There is parking on site. Tutor: Sarah Reece What does the session involve? In this unique course with tutor Sarah Reece you will learn how to cut two shapes of stones: The first will be a free form shape with flat edges (as shown in the images). The second the focus will be how to create a traditional cabochon. This stone will have a flat base with a rounded top. This will be cut from rough stone which you can select from Sarah’s beautiful collection. You can decide the shape and size and which part of the stone you wish to use. You will be cutting the stone while it is in water so you do not inhale harmful dusts. With this in mind, please wear older clothes, and waterproof shoes – wellies are advised as it is not a clean or dry activity. Water sprays from the rotating wheels as you are working. We will provide you with a waterproof apron. This course is an excellent introduction to stone cutting. It allows you to step into the world of Lapidary where you can cut and create any shaped stone you desire, you won’t be beholden to the shop bought stone. This means your projects and settings can become completely unique as per your designs. You will be working with a Cab King 6″ and the Diamond Pacific Pixie Cabbing Machine. The class size is limited to just 1 student. This Instagram post gives you a preview of what to expect from your session Experience required: None, all abilities are welcomed. We support you throughout the session and provide demonstrations to show you the techniques and steps needed to create your project. With one to one sessions, you will gain a large amount of support in this intensive introduction to stone cutting Class size: 1 What is included? All tools and consumables are supplied The stones you will carve are NOT INCLUDED in the price of the course – This is something you can choose on the day so you can select something you would like to work with. Sarah has priced up different varies in generous sizes ranging from £3-£20. If you would rather not buy stone to work with, no problem, Sarah has plenty of beautiful flint that you can use instead. What to bring: For safety reasons, during each class, you are required to wear appropriate footwear, we request that no open toed shoes are worn within the workshop. Wellies or older waterproof shoes advised. Long hair should also be tied back when working with the equipment. You may also wish to bring a notebook. There are always many tips and tricks given verbally by the tutor, which some might like to keep note of. Also pack your own snacks and drinks for the session if required.

One to One Stone Cutting Workshop: Cabochons and Rough Form Stones (Farnham Workshop) Weekends or Weekdays – Flexible Booking (4 hour session)
Delivered In-Person in WokingFlexible Dates
£150

SUMMER TERM: Wednesday Afternoon Silver Jewellery Class 24th July – 28th August (6 weeks) 12.30-2.30pm with Krista Thomson

5.0(21)

By Workshop 925

Time: Wednesday Afternoon 12.30-2.30pm Dates: 24th July – 28th August (6 weeks) Length: 2 hours each week, each term runs for 6 weeks Tutor: Krista Thomson Where:  Workshop 925 Unit F9 The Mayford Centre, Mayford Green Woking, Surrey GU22 0PP What does the term time course involve?  Our term time classes allow students of all abilities the opportunity to design and create their own jewellery while learning new skills along the way. During the first session your tutor will settle you all in and get to grips with what each student is aiming to complete or learn during the term. Your tutor will discuss your different aims and goals, whether that’s really focusing upon learning and practicing a certain skill, or if it is to finish a specific project. Any new starters will be given a tour of the workshop and you will be introduced to some basic techniques during the first session, so you feel comfortable within the workshop. You can then discuss your ideas for the term and your tutor will help you with how and where to order materials from for your project, we have a substantial list of good suppliers and discount codes to get you started. Soon enough you will have a good understanding of the essential jewellery making skills which you can then go on to develop further, there are many areas of jewellery making to explore. Throughout your time with us, your tutor and peers will help you develop the skills and knowledge required to bring your designs to life. Each student will be working on their own projects, everybody has different directions and design ideas and techniques they want to work on. However during our terms we run demonstrations which are relevant to student projects to help them complete aspects of their project- other students are welcome to watch these too, we also run demonstrations requested by students, this might be a repeat of something a student would like a refresher on, or maybe a technique they would like to learn for their next project and we will also provide demonstrations to strive to introduce you to new skills. We also like to keep you up to date with industry news, show you designer inspiration to help you learn methods to process new ideas and gain an understanding of design processes behind jewellery making. We are very much here to support your development. The more terms you complete with us, the more time you have to develop a wide range of skills and a good understanding of the industry as a whole. Jewellery making skills take time to practice and learn. Here is a Pinterest board to inspire new starters. Summer Terms:  Summer terms differ from our regular terms. Regular term time students are not given first refusal of spaces to allow a break in the year, and our schedule changes as summer holidays and children being off school affect tutor availability. Summer term allows others the opportunity to secure a place. Should a space be available on the regular term time classes they will be offered to those on our waiting list, please email us at hello@workshop925.com if you would like to be on our waiting list for September – The regular term timers enrolled in July will have first refusal of their space for September any spaces will then be offered to those waiting list. Experience required: This class is suitable for those with any level of experience. Some students on our termly courses, have been with us for many years, others are beginners. We run a very welcoming and supportive environment, so whatever level your skills are at, you will always feel encouraged and supported by all to develop your ability further. Class size: We have 9 jeweller’s wooden workbenches in our workshop, however our term time classes always run with 6/7 students. 2 CATCH UPS are permitted over summer terms, meaning if you miss any classes due to holidays, you can catch these up on other sessions – it is not guaranteed we will have sessions available, however most sessions run with a space to accommodate a student on a catch up. Please make us aware of absences in advance. What is included? All tools and consumables are supplied Light refreshments are provided The cost of this course does not include materials. What to bring: For safety reasons, during each class, you are required to wear appropriate footwear, we request that no open toed shoes are worn within Workshop 925. Long hair should also be tied back when working with the equipment. You may also wish to bring a notebook. We have handouts for many demonstrations, but there are always many tips and tricks given verbally by the tutor, which some might like to keep note of. Please bring any, snacks and drinks to each session if you require refreshments.

SUMMER TERM: Wednesday Afternoon Silver Jewellery Class 24th July – 28th August (6 weeks) 12.30-2.30pm with Krista Thomson
Delivered In-PersonFlexible Dates
£144