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

172 Print courses in Ewell

Adobe Illustrator and Photoshop Training

By London Design Training Courses

Why Choose Adobe Illustrator and Photoshop Training Course? Click here for more info Master vector graphics, digital illustrations, photo manipulations, and more. Certified tutors provide personalized guidance and feedback. Flexible scheduling available. Receive a Certificate of Completion. Learn Adobe Creative Cloud. Duration: 10 hrs. Method: 1-on-1, Personalized attention. Schedule: Tailor your own schedule by pre-booking a convenient hour of your choice, available from Mon to Sat between 9 am and 7 pm. This comprehensive and hands-on course introduces you to digital design through Adobe Photoshop and Illustrator. Learn how these three programs seamlessly collaborate to create stunning designs. Gain insights into bitmap and vector graphics and discover the most suitable image file formats for different scenarios. 10-hour course outline for Adobe Photoshop and Illustrator: Module 1: Introduction to Adobe Photoshop (1 hour) Overview of Photoshop interface and tools Understanding bitmap graphics and resolution Basic image editing techniques (cropping, resizing, color adjustments) Layers and their importance in design Module 2: Essential Photoshop Tools (1 hour) Working with selection tools (Marquee, Lasso, Magic Wand) Understanding brushes and brush settings Introduction to the Pen tool for precise selections Working with layers and layer styles Module 3: Advanced Image Editing (1 hour) Advanced color adjustments (Curves, Levels, Hue/Saturation) Photo retouching and manipulation techniques Creating composite images using blending modes Filters and special effects for creative designs Module 4: Introduction to Adobe Illustrator (1 hour) Overview of Illustrator interface and tools Working with vector graphics and paths Basic shapes and drawing tools Understanding anchor points and handles Module 5: Creating Vector Artwork (1 hour) Using the Pen tool for precise vector illustration Creating and editing shapes and objects Working with gradients and patterns Understanding the Appearance panel Module 6: Illustrator Typography (1 hour) Text tools and formatting options Creating text effects and artistic typography Combining text with shapes and images Working with text on a path Module 7: Combining Photoshop and Illustrator (1 hour) Importing Illustrator files into Photoshop and vice versa Working with smart objects and vector shapes in Photoshop Creating custom brushes and patterns in Illustrator for use in Photoshop Designing posters and flyers combining elements from both software Module 8: Integration with InDesign (1 hour) Exporting assets from Photoshop and Illustrator for InDesign Designing layouts in InDesign using assets from both programs Understanding print and digital design considerations Preparing files for printing and online use Module 9: Advanced Techniques and Tips (1 hour) Creating custom actions and automation in Photoshop Mastering advanced selection techniques Utilizing Illustrator's advanced tools (Pathfinder, Shape Builder, etc.) Exploring creative design styles and trends Module 10: Final Projects and Portfolio (1 hour) Students work on individual or group projects incorporating Photoshop and Illustrator skills Review and feedback on the projects Preparing a portfolio showcasing their work Download Adobe Illustrator - Free Trial https://www.adobe.com/uk/illustrator Throughout the course, you will explore various processes, including design and layout, workspaces, tools and palettes, importing files, and preparing files for both on-screen and print outputs. Course Objectives: By the course's conclusion, you will have a solid understanding of the fundamentals of each software package and their individual functionalities. You will learn how to efficiently work with all three applications in tandem and skillfully assemble print and digital-ready designs, leveraging elements crafted in Photoshop and Illustrator and integrated using InDesign.

Adobe Illustrator and Photoshop Training
Delivered in London or OnlineFlexible Dates
£290

Introduction to Adobe Photoshop

By Platform Training

Adobe Photoshop has long been the go-to application for image editing of all kinds. It’s used for everything from enhancing or manipulating photographs for print to formatting images for social media and website use. During this beginners course at our central London studios you will learn how to utilise Photoshop's powerful image editing capabilities. You will receive expert training in using tools for resizing, retouching and enhancing images with selections and layers.

Introduction to Adobe Photoshop
Delivered In-PersonFlexible Dates
£215

Introduction to Adobe InDesign

By Platform Training

InDesign is the professional choice for creating brochures, posters, magazines, e-books and apps. Through this introductory course, based at our London studios, you will receive expert InDesign training in how to create documents and prepare them for print or export as a PDF. Professional colour management, typography and advanced graphics and effects are all explored. This course covers all you need to know to get started with the application.

Introduction to Adobe InDesign
Delivered In-PersonFlexible Dates
£215

Advanced Adobe Illustrator

By Platform Training

Designed with the experienced user in mind, this one day course offers those already familiar with Illustrator the chance to explore more of its complex creative options, and increase their productivity and output. Creating 3D type and shapes, advanced use of colour and bespoke brushes are just some of the advanced techniques you will learn for creating professional print and web-ready artwork.

Advanced Adobe Illustrator
Delivered In-PersonFlexible Dates
£215

Complete Python programming

5.0(3)

By Systems & Network Training

Complete Python training course description Python is an agile, robust, expressive, fully objectoriented, extensible, and scalable programming language. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. This course covers Python from the very basics of 'hello world!' through to object oriented programming and advanced topics such as multi threading. Hands on follows all the major sections in order to reinforce the theory. What will you learn Read Python programs. Write Python programs. Debug Python programs. Use Python's objects and memory model as well as its OOP features. Complete Python programming training course details Who will benefit: Anyone wishing to learn Python. Prerequisites: None. Duration 5 days Complete Python programming training course contents Welcome to Python: What is Python? Origins, features. Downloading and installing Python, Python manuals, comparing Python, other implementations. Getting started: Program output, the print statement, "hello world!", Program input, raw_input(), comments, operators, variables and assignment, numbers, strings, lists and tuples, dictionaries, indentation, if statement, while Loop, for loop. range(), list comprehensions. Files, open() and file() built-in functions. Errors and exceptions. Functions, Classes, Modules, useful functions. Python basics: Statements and syntax, variable assignment, identifiers, basic style guidelines, memory management, First Python programs, Related modules/developer tools. Python Objects: Other built-in types, Internal Types, Standard type operators, Standard type built-in functions, Categorizing standard types, Unsupported types. Numbers: Integers, Double precision floating point numbers, Complex numbers, Operators, Built-in and factory functions, Other numeric types. Sequences: strings, lists, and tuples: Sequences, Strings, Strings and operators, String-only operators, Built-in functions, String built-in methods, Special features of strings, Unicode, Summary of string highlights, Lists, Operators, Built-in functions, List type built-in methods, Special features of lists, Tuples, Tuple operators and built-in functions, Tuples special features, Copying Python objects and shallow and deep copies. Mapping and set types: Mapping Type: dictionaries and operators, Mapping type built-in and factory functions, Mapping type built-in methods, Dictionary keys, Set types, Set type operators, Built-in functions, Set type built-in methods. Conditionals and loops: If, else and elif statements, Conditional expressions, while, for, break, continue and pass statements, else statement . . . take two, Iterators and iter(), List comprehensions, Generator expressions. Files and input/output: File objects, File built-in functions [open() and file()], File built-in methods and attributes, Standard files, Command-line arguments, File system, File execution, Persistent storage modules. Errors and exceptions: What are exceptions? Detecting and handling exceptions, Context management, Exceptions as strings, Raising exceptions, Assertions, Standard exceptions, Creating Exceptions, Why exceptions, Exceptions and the sys module. Functions: Calling, creating and passing functions, formal arguments, variable-length arguments, functional programming, Variable scope, recursion, generators. Modules: Modules and files, Namespaces, Importing modules, Module import features, Module built-in functions, Packages, Other features of modules. Object-Oriented Programming (OOP): Classes, Class attributes, Instances, Instance attributes, Binding and method invocation, Static methods and class methods, Composition, Sub-classing and derivation, Inheritance, Built-in functions for classes, and other objects, Customizing classes with special methods, Privacy, Delegation, Advanced features of new-style classes (Python 2.2+), Related modules and documentation. Execution environment: Callable and code Objects, Executable object statements and built-in functions, Executing other programs. 'Restricted' and 'Terminating' execution, operating system interface. Regular expressions: Special symbols and characters, REs and Python, Regular expressions example. Network programming: Sockets: communication endpoints, Network programming in Python, SocketServer module, Twisted framework introduction. Internet client programming: What are internet clients? Transferring files, Network news, E-mail. Multithreaded Programming: Threads and processes Python, threads, and the global interpreter lock, The thread and threading Modules. GUI programming: Tkinter and Python programming, Tkinter Examples, Brief tour of other GUIs. Web programming: Web surfing with Python: creating simple web clients, Advanced Web clients, CGI: helping web servers process client data, Building CGI applications, Using Unicode with CGI, Advanced CGI, Web (HTTP) Servers. Database programming: Python database application programmer's interface (DB-API), ORMs. Miscellaneous Extending Python by writing extensions, Web Services, programming MS Office with Win32 COM, Python and Java programming with Jython.

Complete Python programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Microsoft Excel Introduction (trainer led live online classes)

By Microsoft Office Training

Course Objectives This course aims to provide delegates with a foundation for Excel knowledge and skills. ' Customer Feedback Great course and excellent trainer. Thanks Tracy Preston - Western Power Distribution Very helpful course. Would definitely take another one. Pedro was very patient and made it fun and engaged with us all. Laura Smith - James Grant Very professional and well mannered, fun and pleasant at the same time. I learnt a lot Carolina Foster - CNN 1 year email support service Take a look at the consistent excellent feedback from trainees visiting our site ms-officetraining co uk With more than 20 years experience, we deliver courses on all levels of the Desktop version of Microsoft Office and Office 365; ranging from Beginner, Intermediate, Advanced to the VBA level. Our trainers are Microsoft certified professionals with a proven track record with several years experience in delivering public, one to one, tailored and bespoke courses. Tailored in company training courses: You can choose to run the course exactly as they are outlined by us or we can customise it so that it meets your specific needs. A tailored or bespoke course will follow the standard outline but may be adapted to your specific organisational needs. Please visit our site (ms-officetraining co uk) to get a feel of the excellent feedback our courses have had and look at other courses you might be interested in. What is Excel? The Excel Interface Ribbon, Tabs and Groups Microsoft Office Backstage view Working with Workbooks Create a blank Workbook Create a Workbook using a Template Opening and saving Files Working with worksheets Worksheet navigation Select one or multiple Worksheets Insert, Move, Copy or Delete a Worksheet Working with Cells, Rows & Columns Cell References How to select cells or ranges Different types of data Move, Copy and Delete cells Pasting Options Find and Replace Working with Rows and Columns Overview of formulas in Excel Autocalculation The parts of an Excel formula Using calculation operators in Excel formulas The difference between Absolute, Relative and Mixed references Using Excel functions; Sum, Average, Max and Min Cell Formatting Font Format options Number Format options Change the Fill and Borders Cell Alignment An Introduction to Charts Create a simple Chart Format your chart Page Layout and Print Page Layout and Page Break View Change the Page Orientation Set Page Margins Headers and Footers in a worksheet Print a worksheet or workbook Who is this course for? Who is this course for? For those who want to explore in more detail formulas and functions, data analysis and data presentation. Requirements Requirements General knowledge of the Windows OS Career path Career path Excel know-how can instantly increase your job prospects as well as your salary. 80 percent of job openings require spreadsheet and word-processing software skills

Microsoft Excel Introduction (trainer led live online classes)
Delivered in London or OnlineFlexible Dates
£225

Introduction to Adobe InDesign Online

By Platform Training

InDesign is the professional choice for creating brochures, posters, magazines, e-books and apps. Through this Zoom delivered, online introductory course, you will receive expert InDesign training in how to create documents and prepare them for print or export as a PDF. Professional colour management, typography and advanced graphics and effects are all explored. This course covers all you need to know to get started with the application.

Introduction to Adobe InDesign Online
Delivered OnlineFlexible Dates
£192

Adobe InDesign Course One-to-One Online or In-Person

By Real Animation Works

Indesign face to face training customised and bespoke. One to One Online or Face to Face

Adobe InDesign Course One-to-One Online or In-Person
Delivered in London or OnlineFlexible Dates
£400

Photoshop Evening Training

By London Design Training Courses

Why Choose Photoshop Evening Training Course? Click here for more info Become proficient in Photoshop, the premier photo editing software, with our London Software Training course. Gain essential skills in photo editing, enabling independent navigation of the interface for successful edits and graphic creation. Duration: 10 hours Approach: 1-on-1 guidance, Customized instruction. Schedule: Tailor your own hours, available from Mon to Sat between 9 am and 7 pm.Or Call 02077202581 or WhatsApp 07970325184. Participate in our Photoshop Evening Training Course, hosted at the UK's largest training school. Whether you're a beginner or an expert, our course is tailored to suit your level, offered both live online and in person. Adobe Photoshop Course Highlights: Embark on your design journey with our Adobe Photoshop course, conducted at the UK's leading Adobe Training Centre. Acquire proficiency in Adobe's premier digital imaging software, crucial for digital content creation. Our courses prioritize hands-on exercises, ensuring practical learning experiences. Whether you're new to Photoshop or an experienced user seeking efficiency, our diverse courses cater to your needs. Join us to master Photoshop and unleash your creative potential. Course Details: Duration: 10 hours Approach: Personalized 1-on-1 guidance, customized instruction. Schedule: Flexible hours available from Mon to Sat between 9 am and 7 pm. For inquiries, call 02077202581 or WhatsApp 07970325184. Evening Adobe Photoshop - 10-Hour Training Course Module 1: Introduction to Photoshop (1 hour) Overview of Photoshop interface and tools Understanding file formats and resolution Navigating the workspace and customizing preferences Essential keyboard shortcuts for efficient workflow Module 2: Working with Layers (1 hour) Mastering the concept of layers and their importance Organizing and managing layers effectively Applying layer styles for creative effects Utilizing blend modes for stunning compositions Module 3: Selection Techniques (1 hour) Understanding different selection tools and their uses Precise selections using the Marquee, Lasso, and Magic Wand tools Advanced selections with Quick Selection and Refine Edge Creating masks for non-destructive editing Module 4: Image Editing and Retouching (1 hour) Essential photo retouching techniques for portraits and landscapes Correcting exposure, color, and tone with Adjustment Layers Using the Healing Brush and Clone Stamp for seamless repairs Removing distractions and blemishes with Content-Aware tools Module 5: Typography and Text Effects (1 hour) Working with text layers and formatting options Creating eye-catching text effects using Layer Styles Manipulating text along paths and shapes Designing typographic compositions Module 6: Advanced Image Manipulation (1 hour) Combining images with layer masks and blending modes Creating composite images and surreal artwork Applying transformations and distortions for creative effects Working with Smart Objects for non-destructive editing Module 7: Filters and Special Effects (1 hour) Exploring various filters for artistic and practical purposes Applying blur, sharpening, and distortion filters Creating artistic effects with the Filter Gallery Using smart filters for flexible editing Module 8: Drawing and Vector Graphics (1 hour) Working with shape layers and vector tools Creating custom shapes and icons Utilizing the Pen tool for precise illustrations Designing logos and scalable graphics Module 9: Advanced Color Correction (1 hour) Mastering color adjustments with Curves and Levels Using Adjustment Layers for selective color control Understanding color spaces and profiles Creating duotones and split-tones Module 10: Designing for Web and Print (1 hour) Preparing images for web and social media platforms Understanding resolution and color modes for print Exporting files in various formats for different purposes Final project: Designing a digital artwork or print-ready composition Learning Outcome refers to what students are expected to know, understand, or be able to do at the end of a learning experience, such as a course, training program, or educational module. Learning outcomes are usually specific, measurable, and achievable objectives that demonstrate the effectiveness of the learning process. For example, learning outcomes for a Photoshop course could include: Participants will be proficient in using essential Photoshop tools and features. Participants will demonstrate the ability to apply advanced image editing and retouching techniques. Participants will be able to create visually appealing designs using layers, typography, and special effects. Participants will understand and utilize different file formats and color modes for various output requirements. Participants will produce a final project showcasing their skills and creativity in Adobe Photoshop.

Photoshop Evening Training
Delivered in London or OnlineFlexible Dates
£300

InDesign Evening Classes

By ATL Autocad Training London

Who is this for? InDesign Evening Classes. Refine your Adobe InDesign skills with expert tutors. Master layout creation, typography, and image manipulation. Design captivating brochures, magazines, and more. Choose between in-person or live online sessions. Earn a Certificate of Completion and enjoy lifetime email support. Explore our complimentary trial session. Check our Website Duration: 10 hours Approach: 1-on-1 sessions with tailored content. Schedule: 1-on-1 sessions, available Mon to Sat from 9 am to 7 pm. Course Title: Mastering Adobe InDesign Course Duration: 10 Hours Session 1: Introduction to Adobe InDesign (1 hour) Overview of Adobe InDesign interface Understanding tools and panels Setting up new documents and document properties Basic navigation and shortcuts Session 2: Mastering Page Layouts (1.5 hours) Working with master pages Creating and managing text frames and image placeholders Managing multiple pages and spreads Using grids and guides for precise layouts Session 3: Typography and Text Formatting (1.5 hours) Working with fonts, styles, and text formatting options Understanding text threading and linking Advanced text composition techniques Utilizing paragraph and character styles for consistency Session 4: Advanced Image Manipulation (1.5 hours) Importing and manipulating images and graphics Understanding image resolution and color modes Working with clipping paths and transparency Applying image effects and filters Session 5: Interactive Documents and Digital Publishing (2 hours) Creating hyperlinks and interactive buttons Embedding multimedia elements (audio, video) in documents Exporting documents for digital platforms (eBooks, PDF forms) Introduction to responsive design for various devices Session 6: Advanced Techniques and Special Effects (1 hour) Utilizing advanced drawing tools and shapes Applying special effects like drop shadows, transparency, and blending modes Working with tables and charts Introduction to data merge for personalized content Session 7: Printing and Prepress (1 hour) Understanding print terminology and specifications Preflighting documents for print readiness Color management and preparing files for different printing processes Exporting files for professional printing Session 8: Project Work and Review (0.5 hour) Participants work on a practical project applying learned skills Instructor-guided project review and feedback Session 9: Tips, Tricks, and Best Practices (0.5 hour) Time-saving shortcuts and productivity hacks Best practices for efficient workflow and file management Troubleshooting common issues and errors Session 10: Q&A and Certification (0.5 hour) Addressing participant queries and concerns Certificate distribution and course completion celebration This comprehensive 10-hour course aims to equip participants with advanced skills in Adobe InDesign, covering essential aspects of design, typography, interactivity, and print preparation. Participants will engage in hands-on activities, projects, and discussions to reinforce their learning throughout the course. By the end of this 10-hour advanced InDesign course, you will: Gain a comprehensive understanding of InDesign's most powerful features and advanced techniques. Create sophisticated page layouts with eye-catching special effects for professional-level designs. Efficiently manage fonts, colors, and shapes to enhance the visual appeal of your documents. Develop interactive PDFs with navigation, page transitions, and embedded video for engaging presentations. Master the use of character styles, paragraph styles, and word styles to streamline text formatting. Utilize advanced object styles and anchored objects for efficient layout design. Work effectively with Adobe Stock, Photoshop, Illustrator, and other Creative Cloud applications for seamless integration. Create PDF forms and implement interactive button-triggered animations for interactive documents. Optimize workflow with keyboard shortcuts, scripts, and advanced preferences for a smoother design process. Learn valuable tips and best practices from industry experts to boost your productivity and efficiency. Enhance your mastery of InDesign through our advanced program, meticulously designed to hone your skills. Explore intricate page layouts and seamlessly integrate captivating special effects into your projects. Our seasoned Adobe trainers, renowned for their approachable teaching style, will guide you through InDesign's powerful features, sharing invaluable insights derived from years of practical experience. This interactive course provides ample opportunities for hands-on practice, ensuring your confidence in harnessing InDesign's diverse technical capabilities. Key Course Highlights: In-depth exploration of InDesign's advanced functionalities. Individualized attention, fostering open discussions and encouraging questions. Expert trainers, small class sizes, and a supportive and collaborative learning environment. Comprehensive learning materials and resources, all inclusive. Continuous support for any post-course inquiries or concerns, ensuring your ongoing success. Enhance your InDesign proficiency, crafting polished designs effortlessly. Elevate your skills with our advanced course, ensuring: Thorough coverage of InDesign's technical capabilities. Personalized attention and ample opportunity for questions. Supportive, knowledgeable trainers in a comfortable learning environment. Comprehensive materials and resources for your learning journey. Continued assistance for post-course queries and concerns. Download InDesign

InDesign Evening Classes
Delivered in London or OnlineFlexible Dates
£348