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

2521 Character courses in Cardiff delivered Online

Game Design Training: 3ds Max and Unity 3D Personalized

By Real Animation Works

Game design training face to face training customised and bespoke.

Game Design Training: 3ds Max and Unity 3D Personalized
Delivered in London or OnlineFlexible Dates
£1,800

Existential Dialogue 2025: "Character" with Prof. Robert Romanyshyn

By Therapy Harley Street

To understand psychopathology, one must learn a foreign language, lend an ear as it were to a language that is complex and symbolic. We aim to explore the lived experiences on irregular perceptions of reality with an open mind. Each Saturday includes: a live dialogue between Prof. Ernesto Spinelli and an International Existential Therapist; a moment to share your thoughts and feelings with the teachers; and a final integration facilitated by Bárbara Godoy. This series of ten dialogues set out to explore the multifaceted dimentions and complexities associated with Existential Therapies. It attempts to engage with various interpretations of insanity through the lens of patients often painful, confounding, and deeply unsettling life experiences. Character- between Prof. Ernesto Spinelli and Prof. Robert Romanyshyn “I begin with the term psychopathology to emphasize that the word is about the logos—the thinking/speaking—about the sufferings of the psyche. To understand psychopathology, one must learn a foreign language, lend an ear as it were to a language that is complex, symptomatic, symbolic, and embodied. As complex, psychopathology reveals and conceals the sufferings of psyche. As symptomatic, psychopathology reminds one of things too important to forget but which are forgotten because they are too painful to remember. As symbolic, psychopathology is neither about facts nor ideas but about images, alchemical vessels that not only hold and contain psyche’s sufferings, but also cooks them. As embodied, psyche’s sufferings are inscribed in the flesh, etched as lines of character. To practice psychotherapy as an existential therapist situates therapist and patient in a dialogical field that is complex, symptomatic, symbolic, and embodied as a gestural field between them.” Prof. Robert Romanyshyn. Prof. Robert D. Romanyshyn, an Affiliate Member of The Inter-Regional Society of Jungian Analysts, a Fellow of the Dallas Institute of Humanities and Culture, and a Professor Emeritus of Clinical Psychology at Pacifica Graduate Institute, was recently awarded the Distinguished Lifetime Contributions to Humanistic Psychology Award from the Society for Humanistic Psychology APA Division 32. He has published eight books and numerous articles in psychology, philosophy, education, and literary journals. He is also a published poet and has written a one-act play about Frankenstein. In 2009 he created a multi-media DVD entitled Antarctica: Inner journeys in the Outer World, which offers a psychological reflection on the melting polar ice. In addition to online seminars and interviews, he has given lectures and workshops at universities and professional societies in the U.S., Europe, Australia, South Africa, Canada, and New Zealand. Prof. Ernesto Spinelli was Chair of the Society for Existential Analysis between 1993 and 1999 and is a Life Member of the Society. His writings, lectures and seminars focus on the application of existential phenomenology to the arenas of therapy, supervision, psychology, and executive coaching. He is a Fellow of the British Psychological Society (BPS) as well as an APECS accredited executive coach and coaching supervisor. In 2000, he was the Recipient of BPS Division of Counselling Psychology Award for Outstanding Contribution to the Profession. And in 2019, Ernesto received the BPS Award for Distinguished Contribution to Practice. His most recent book, Practising Existential Therapy: The Relational World 2nd edition (Sage, 2015) has been widely praised as a major contribution to the advancement of existential theory and practice. Living up to the existential dictum that life is absurd, Ernesto is also the author of an on-going series of Private Eye novels. Date and Time: Saturday 3 May from 2 pm to 3 pm – (UK time) Individual Dialogue Fee: £70 Venue: Online Zoom FULL PROGRAMME 2025: 25 January “Knots” with Prof. Ernesto Spinelli and Bárbara Godoy 22 February “Healing” with Dr. Michael Guy Thompson and Prof. Ernesto Spinelli 22 March “Difference” with Prof. Tod DuBose and Prof. Ernesto Spinelli 12 April “Polarisation” with Prof. Kirk Schneider and Prof. Ernesto Spinelli 3 May “Character” with Prof. Robert Romanyshyn and Prof. Ernesto Spinelli 21 June “Opening” with Dr. Yaqui Martinez and Prof. Ernesto Spinelli 19 July “Meaning” with Dr. Jan Resnick and Prof. Ernesto Spinelli 25 October “Invention” with Dr. Betty Cannon and Prof. Ernesto Spinelli 15 November “Hallucination” with Prof. Simon du Plock and Prof. Ernesto Spinelli 13 December “Hysteria” with Bárbara Godoy and Prof. Ernesto Spinelli Read the full programme here > Course Organised by:

Existential Dialogue 2025: "Character" with Prof. Robert Romanyshyn
Delivered OnlineFlexible Dates
£70

Computer Vision: Python OCR and Object Detection Quick Starter

By Packt

This course is a quick starter for anyone looking to delve into optical character recognition, image recognition, object detection, and object recognition using Python without having to deal with all the complexities and mathematics associated with a typical deep learning process.

Computer Vision: Python OCR and Object Detection Quick Starter
Delivered Online On Demand4 hours 41 minutes
£93.99

Oracle SQL foundation

5.0(3)

By Systems & Network Training

Oracle SQL training course description The Oracle SQL course is designed to give delegates practical experience in writing SQL statements and scripts using Oracle SQL. The basic SELECT statement, the use of SQL functions and the basic table and view handling statements are introduced. What will you learn Create SQL statements to query database tables. Use standard aggregate functions and related SELECT statement clauses. Join Tables. Use basic subqueries and the set operators. Use numeric, character and date functions. Use conversion and other miscellaneous functions. Use SQL parameters. Use complex subqueries. Create and alter tables and views. Insert, update and delete rows in database tables. Manage sequences and synonyms. Oracle SQL training course details Who will benefit: Anyone who needs to use and understand Oracle SQL to query and update data in an Oracle database. Prerequisites: None. Duration 3 days Oracle SQL training course contents Retrieving data with the SELECT statement The SELECT statement, The SELECT and FROM clauses, Conditions and the WHERE clause, Other conditional operators, Logical operators, The ORDER BY clause, Column aliases, Arithmetic expressions, Precedence of operators. Aggregate functions Overview of built In aggregate functions, The GROUP BY clause, The HAVING clause. Joining tables Overview of table joins, Inner joins, Table aliases, Outer joins, Self joins, ANSI standard joins. Basic subqueries and set operators Overview of subqueries, Basic subqueries, Set operators, The union, intersect and ,minus operators. Numeric, character and data functions Function types, Using the table dual to try out functions, Numeric functions, Character functions, String concatenation, Date arithmetic and date functions. Conversion and miscellaneous functions Conversion functions, The NVL and NVL2 functions, The DECODE function, CASE expressions, The COALESCE and NULLIF functions. SQL parameters Command line substitution parameters, The accept command, The define and undefine commands. Complex subqueries Subqueries usage, In-line views, Top-N queries, Subqueries with joins, Multi column subqueries, Correlated subqueries, Subquery rules, Using the ANY, ALL and SOME operators. Managing data Inserting rows, Updating rows, Deleting rows, Verifying updates, Transaction control, Commit and rollback, Savepoints, Commits and constraints, Amending data in SQL developer. Managing tables Creating tables, Specifying constraints, Altering tables, columns and constraints, Dropping tables, columns and constraints, Recovering dropped tables, Copying tables. Managing indexes and views Creating indexes, Dropping indexes, Listing indexes, Creating and using views, Dropping views, Listing views. Managing sequences and synonyms Create a sequence, View sequence details, Create a synonym, List synonyms.

Oracle SQL foundation
Delivered in Internationally or OnlineFlexible Dates
£2,367

Learn Animation Skill using Moho Studio

4.9(27)

By Apex Learning

Overview This comprehensive course on Learn Animation Skill using Moho Studio will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Learn Animation Skill using Moho Studio 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 Learn Animation Skill using Moho Studio. It is available to all students, of all academic backgrounds. Requirements Our Learn Animation Skill using Moho Studio 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 5 sections • 27 lectures • 08:39:00 total length •How to cartoon a head: 01:00:00 •Getting Familiar with Moho Studio: 00:15:00 •Character Preparation 1: 00:20:00 •Character Preparation 2: 00:18:00 •Bone Mouth Boning: 00:28:00 •Mouth Expressions: 00:44:00 •Boning Head Turn: 00:29:00 •Bone Mouth Boning Error Note: 00:08:00 •Head up Boning: 00:17:00 •Head down Boning: 00:06:00 •Creating Animation 1: 00:28:00 •Creating Animation 2: 00:25:00 •Creating Animation 3: 00:25:00 •Creating Animation 4: 00:21:00 •Creating Animation 5: 00:24:00 •Creating Animation 6: 00:22:00 •Creating Animation 7: 00:19:00 •Creating Animation 8: 00:29:00 •creating animation 9: 00:20:00 •Creating Animation 10: 00:16:00 •Creating Animation 11: 00:02:00 •Creating Animation 12: 00:07:00 •Creating Animation 13: 00:16:00 •Rukq Man's Face cartooning Template: 00:19:00 •Final Render: 00:01:00 •Resource: 00:00:00 •Assignment -Learn Animation Skill using Moho Studio: 00:00:00

Learn Animation Skill using Moho Studio
Delivered Online On Demand8 hours 39 minutes
£12

Draw Cartoon Characters

5.0(1)

By Course Gate

In this competitive job market, you need to have some specific skills and knowledge to start your career and establish your position. This Draw Cartoon Characters will help you understand the current demands, trends and skills in the sector. The course will provide you with the essential skills you need to boost your career growth in no time. The Draw Cartoon Characters will give you clear insight and understanding about your roles and responsibilities, job perspective and future opportunities in this field. You will be familiarised with various actionable techniques, career mindset, regulations and how to work efficiently. This course is designed to provide an introduction to Draw Cartoon Characters and offers an excellent way to gain the vital skills and confidence to work toward a successful career. It also provides access to proven educational knowledge about the subject and will support those wanting to attain personal goals in this area. Learning Objectives Learn the fundamental skills you require to be an expert Explore different techniques used by professionals Find out the relevant job skills & knowledge to excel in this profession Get a clear understanding of the job market and current demand Update your skills and fill any knowledge gap to compete in the relevant industry CPD accreditation for proof of acquired skills and knowledge Who is this Course for? Whether you are a beginner or an existing practitioner, our CPD accredited Draw Cartoon Characters is perfect for you to gain extensive knowledge about different aspects of the relevant industry to hone your skill further. It is also great for working professionals who have acquired practical experience but require theoretical knowledge with a credential to support their skill, as we offer CPD accredited certification to boost up your resume and promotion prospects. Entry Requirement Anyone interested in learning more about this subject should take this Draw Cartoon Characters. This course will help you grasp the basic concepts as well as develop a thorough understanding of the subject. The course is open to students from any academic background, as there is no prerequisites to enrol on this course. The course materials are accessible from an internet enabled device at anytime of the day. CPD Certificate from Course Gate At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path The Draw Cartoon Characters will help you to enhance your knowledge and skill in this sector. After accomplishing this course, you will enrich and improve yourself and brighten up your career in the relevant job market. Course Curriculum Loosen your hand Introduction 00:04:00 Lesson 1:Loosen your hand to start drawing 00:07:00 Lesson 2: How to draw perspective using a sphere 00:27:00 Lesson 3: How to draw cubes in perspective to draw cartoony legs 00:19:00 Draw advanced cartoon character - An Elephant Different approaches to draw a cartoon elephant 00:43:00 Draw advanced cartoon character in different poses - Part 1, Happy Elephant 00:30:00 Draw poses of a cartoon elephant - Part 2 Sad Emotions 00:26:00 Draw a cat Draw different cat designs - a cartoon cat with defined features 00:18:00 Draw a stylized cat 00:14:00 Draw cartoon cat with more human-like features 00:19:00 Draw cartoon cat with evil look 00:19:00 How to bring to life even a very simplistic character 00:51:00 Emotions and Facial expression Draw a advanceed cartoon bunny 00:14:00 Prepare some general facial expressions 00:13:00 Happy Bunny 00:22:00 Sad, angry Bunny 00:21:00 Cheeky Bunny 00:12:00 How to do a Turnaround and keep the character's proportion Draw a Turnaround 00:22:00 Bonus: How to Draw proportions when posing the character 00:18:00 Draw cartoon hands Draw your own hands 00:09:00 Bonus - How to draw cartoony Fox How to draw cartoony Fox 00:05:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Draw Cartoon Characters
Delivered Online On Demand6 hours 53 minutes
£11.99

SOLD OUT! 6th August Ciara Finan #Agent121. Looking for: ADULT FICTION / NON-FICTION

5.0(3)

By I Am In Print

LOOKING FOR: ADULT FICTION / NON-FICTION Upon joining Curtis Brown in 2018, Ciara Finan worked with senior agents Jonny Geller and Sheila Crowley on their lists of bestselling and prize-winning authors such as Lisa Jewell, Susanna Clarke, David Nicholls, Jojo Moyes and Nigella Lawson. Now as an agent she is representing a wide range of fiction and non-fiction writers. Ciara would consider her reading tastes to be quite broad and ever-growing, but is constantly drawn to books that have a decisive voice, unforgettable characters, an unexpected story, or can subvert and reconstruct the conventional narratives of love, friendship, family, loss and coming-of-age. In particular, she is looking for Adult and YA fantasy and romantasy, rom-coms and book club romance. In the wider fantasy genre, Ciara is keen on finding romantasy, cozy fantasy, dark/light academia, and anything with political intrigue. She seeks novels that will keep her reading into the early hours of the morning. She wants to be consumed by the world, the plot and the characters. Think authors like Leigh Bardugo, Tamsyn Muir, R.F. Kuang, Sangu Mandanna, Hannah Nicole Maehrer, Deborah Harkness, Chloe Gong, Ava Reid or Sabaa Tahir. In romcoms and romance, Ciara is looking for something that explores the complicated nature of romantic relationships - think Seven Days in June by Tia Williams, The Dead Romantics by Ashley Poston or anything by Taylor Jenkins Reid. She would love to find a brilliantly witty workplace romance or anything that will leave her in tears. Ciara would like you to submit a covering letter, 1 -2 page synopsis and the first 5,000 words of your completed manuscript in a single word document. (In addition to the paid sessions, Ciara is kindly offering one free session for low income/under-represented writers. Please email agent121@iaminprint.co.uk to apply, outlining your case for this option which is offered at the discretion of I Am In Print).  By booking you understand you need to conduct an internet connection test with I Am In Print prior to the event. You also agree to email your material in one document to reach I Am In Print by the stated submission deadline and note that I Am In Print take no responsibility for the advice received during your agent meeting. The submission deadline is: Wednesday 30th July 2025

SOLD OUT! 6th August Ciara Finan #Agent121. Looking for: ADULT FICTION / NON-FICTION
Delivered Online + more
£72

Unreal Engine 5 - Create A Zombie Survivor FPS Game

By Packt

Develop a Zombie Survivor FPS game from the beginning. Learn to create the zombie game step-by-step and set up your personally designed characters, weapons, animations, effects, and more. Create game modes with a complete game scenario with all the assets to build the game included in this course.

Unreal Engine 5 - Create A Zombie Survivor FPS Game
Delivered Online On Demand6 hours 6 minutes
£41.99

MySQL foundation

5.0(3)

By Systems & Network Training

MySQL foundation training course description The MySQL foundation course covers the basics of the SQL language as implemented by MySQL. The course is designed to give delegates practical experience in writing SQL statements using the MySQL client program and MySQL Workbench. The basic SQL statements, including the use of SQL functions and the basic table and view handling statements are introduced. What will you learn Create, alter and drop a MySQL database. Write SQL statements. Use SQL expressions and functions. Create and alter tables, indexes and views. Use transactions. Grant and revoke access privileges. Export and import data. MySQL foundation training course details Who will benefit: Anyone who needs to access and work with a MySQL Database. Prerequisites: An understanding of databases and exposure to information technology in general would be useful. Duration 3 days MySQL foundation training course contents Database concepts What is a database? database management systems, tables, rows and columns, indexes, primary keys, unique constraints and foreign keys, client-server architecture, supported data types, storage engines and table types, Information_Schema and MySQL Databases. Hands on using a database. Using the MySQL client What is the MySQL client? getting started and logging in, selecting a database, client commands, entering and executing SQL statements, retrieving previous commands, creating, editing and executing SQL files, redirecting output into a file, command line execution of MySQL scripts. Hands on Using the MySQL client. Basic SELECT The SQL SELECT statement, case sensitivity, quotes, statement terminator, syntax conventions, SELECT clause, FROM clause, conditions and the WHERE clause, logical operators, ORDER BY clause, column aliases, arithmetic expressions, precedence of operators. Hands on querying the sample database. LIMIT, UNION and AGGREGATE functions The LIMIT clause, UNION, UNION ALL, aggregate functions, GROUP BY clause, using Rollup with GROUP BY, HAVING clause. Hands on using limit, union and aggregate functions. Subqueries and joins Subqueries, cartesian products, table aliases, natural joins, join using, join on, multi-table joins. Hands on using subqueries and joins. Numeric and character functions Function types, testing functions, numeric functions character functions. Hands on using numeric and character functions. Data, time and other functions Date and time column types, date and time formats, Date format function, functions to return date time, functions to extract components from date time, date time arithmetic, miscellaneous functions. Hands on using date, time and other functions. Databases and tables Creating a database, selecting a database, creating tables, Auto_increment, show create table, column operations, constraint operations, copying tables, renaming tables, changing engine for tables, dropping tables, temporary tables. Hands on maintaining databases and tables. Indexes and views What is an index? creating an index, reviewing indexes, dropping indexes, what is a view? creating views, view restrictions, dropping views. Hands on maintaining indexes and views. Managing data Inserting rows, replacing rows, updating rows, deleting rows, Truncate statement, The COMMIT and ROLLBACK commands, savepoints, implicit commits. Hands on managing data. Access control Creating users, renaming users, dropping users, granting privileges, revoking privileges. Hands on creating users, granting and revoking. Import and export Exporting using SQL, importing using SQL, exporting from the command line, importing from the command line. Hands on export and import data.

MySQL foundation
Delivered in Internationally or OnlineFlexible Dates
£2,367

13th August Emily MacDonald #Agent121. Looking for: ADULT FICTION, NON-FICTION

5.0(3)

By I Am In Print

LOOKING FOR: ADULT FICTION, NON-FICTION Emily MacDonald joined 42 management and production company in 2019, working with Eugenie Furniss across her clients. She is now an agent in the Books Department, and is building her own list. Send Emily a story with characters that just won't leave her and a narrative that pulls her in, keeping her immersed in the world well after she has finished reading. She reads across a wide-range and has a particular interest in: book club, high-concept crime/thriller, upmarket and literary fiction. In fiction, Emily would love to find a crime/thriller set within a subcult: a modern retelling of British folklore (think Kamila Shamsie’s Home Fire); an unconventional love story; and a character led journey of self-discovery (especially one set within a diasporic community). Emily is also looking for narrative non-fiction which immerses the reader into an untold true story (personal or historical), exploring a new point of view, and providing a compelling social commentary, with an investigative twist. Think the obsessive vein of Kirk W. Johnson or personal/political dispatches of Aidan Hartley. Emily wants her horizons to expand while she reads. In both fiction and non-fiction, Emily loves stories woven into their surroundings, where the setting is as central a character as those who drive the narrative. In both spheres, she is keen to hear from Scottish and regional voices with stories to tell. Please note, Emily is not currently accepting submissions for Children's lit/YA and SFF. Emily would like you to submit a covering letter, 1 - 2 page synopsis and the first 5,000 words of your manuscript in a single word document. (In addition to the paid sessions, Emily is kindly offering one free session for low income/under-represented writers. Please email agent121@iaminprint.co.uk to apply, outlining your case for this option which is offered at the discretion of I Am In Print).  By booking you understand you need to conduct an internet connection test with I Am In Print prior to the event. You also agree to email your material in one document to reach I Am In Print by the stated submission deadline and note that I Am In Print take no responsibility for the advice received during your agent meeting. The submission deadline is: Wednesday 6th August 2025 at 12 noon UK BST

13th August Emily MacDonald #Agent121. Looking for: ADULT FICTION, NON-FICTION
Delivered Online + more
£72
1...56789...253