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

5280 Writing courses in Chatham delivered Online

Create Your First Kindle Book

By iStudy UK

Want to know how to transfer books to Kindle and make money in the process? The Create Your First Kindle Book course designed for the individuals who want to learn all the myths, fables, rules and reviews about what it takes to write and publish a book. Initially, you will receive step by step guideline to start writing a book. The course will show you an astonishingly easy way, where you will get ideas for writing and have a book to share. Explore more about layout and formatting, following with learning a few fundamental text-formatting rules that will enable you to transform the pages of your script into a final book that looks attractive and professional. Last but not the least, you will learn how the technology of the iPhone can be effectively used to get your book started. What Will I Learn? Will know that they can actually write and share a book of their thoughts and ideas in a simple but powerful way. How to cultivate and live with a writer's 'state of mind.' that give us the power and confidence to achieve our goals. Know that you are not going to write a book as much as you are going to perform your story and solutions so a book can be written. Learn how the technology of the iPhone can be effectively used to get the book, your book, started. You will start to claim the term writer and enjoy the fun of being a book writer. Requirements They will need to have some idea of what they want to achieve in their life and business. Who is the target audience? Starting now, in life and business, your book will be your business card and your broadcast will be your brochure, so every aspiring professional and anyone who has had in any way an inclination that ,'perhaps I should try to write a book'. If you are not willing to be challenged in your ideas and beliefs you should not take this course because all of Stan Hustad's courses contain new and creative information combined with challenging ideas and a call to accept and take action on tough challenges. Create Your First Kindle Book Introduction to Creating Your First Book FREE 00:03:00 How To Start To Write Your First Book - Stan Hustad FREE 00:08:00 How To Make This Idea Work For You! 00:13:00 Our State of Mind Matters ... a lot! 00:15:00 A Writer Is a Capturer ... How To Do That! copy 00:13:00 You Are a Writer - Tools of The Trade - Power of The iPhone copy 00:16:00 Ready Set Run! copy 00:10:00 Start With Why, Who & What When Writing Your First Book copy 00:12:00 Image & Cover Matter - Keep your Energy Level High copy 00:10:00 This Is For You - Teach & Write -To Change the World! copy 00:08:00

Create Your First Kindle Book
Delivered Online On Demand1 hour 48 minutes
£25

MySQL for developers

5.0(3)

By Systems & Network Training

MySQL for developers training course description This MySQL Developers training course is designed for MySQL Developers who have a good understanding of a MySQL database and experience of using SQL commands. The course provides further practical experience in more advanced MySQL commands and SQL statements including Stored Routines, Triggers and Event Scheduling. What will you learn Provide the skills needed to write more advanced queries and database maintenance statements on a MySQL database. Use advanced features of the MySQL Client. Use advanced data types. Manage the structure of databases and tables. Manage and using indexes. Write complex SQL query statements. Use advanced SQL expressions. Use advanced SQL functions. Perform advanced Insert, Update, Delete, Replace and Truncate Operations. Use user variable syntax and properties. Import and export data from within MySQL. Import and export data from the command line. Perform complex joins to access multiple tables. Perform complex subqueries. Create, manage and us views. Use prepared statements. Create and use stored routines. Create and use triggers. Obtain database metadata. Optimize queries. Work with the main storage engines. Debug MySQL applications. MySQL for developers training course details Who will benefit: MySQL Developers who have a basic understanding of a MySQL database and SQL commands as covered on the Introduction to MySQL course. Prerequisites: MySQL foundation Duration 5 days MySQL for developers training course contents Introduction Administration and Course Materials, Course Structure and Agenda, Delegate and Trainer Introductions. Client/server concepts MySQL client/server architecture, Server modes, Using client programs, Logging in options, Configuration files, Precedence of logging in options Hands on Using client/server The MySQL client program Using MySQL interactively, The MySQL prompts, Client commands and SQL statements, Editing, Selecting a database, Help, Safe updates, Using script files, Using a source file, Redirecting output into a file, Command line execution, Mysql output formats, Overriding the defaults, Html and xml output, MySQL Utilities. Hands on Using the MySQL client program Data types Bit data type, Numeric data types, Auto_increment, Character string data types, Character sets and collation, Binary string data types, Enum and Set data types, Temporal data types, Timezone support, Handling Missing Or Invalid Data Values, SQL_MODE options. Hands on Using data types Identifiers Using Quotes with identifier naming, Case sensitivity in Identifier naming, Qualifying columns with table and database names, Using reserved words as identifiers, Function names Hands on Using identifiers Databases Database properties, Creating a database, Selecting a database, Altering databases, Dropping databases, Obtaining database metadata, The SHOW command, The INFORMATION_SCHEMA database, The SHOW CREATE command Hands on Using databases Tables and indexes Table properties, Creating tables, Create table using Select or Like, Temporary tables and memory tables, Altering tables, Adding columns, Changing column widths and types, Renaming columns, Dropping columns, Adding constraints, Dropping constraints, Renaming tables, Change the table storage engine, Multiple alterations, Dropping tables, Emptying tables, Obtaining table metadata, Show create table, The information_schema, Index introduction, Structure of a mysql index, Creating and dropping indexes, Creating an index, Altering a table to add an index, Specifying index type, Dropping indexes, Obtaining Index Metadata. Hands on Creating, altering and dropping tables/indexes Querying for data The SQL select statement and MySQL differences, Advanced order by, Order by and collation, Order by with enum datatype, Order by with Set datatype, Ordering with distinct and group by Special features of union, Limit and order by clauses, Group By clause, Group_concat, Using Rollup in a Group By clause. Hands on Querying for data SQL Expressions and functions Components of expressions, Nulls, Numeric expressions, String expressions, Temporal expressions, Comparison functions, Flow control functions, Numeric functions, String functions, Temporal functions. Hands on Using expressions and functions Updating data Update operations and privileges, Inserting rows, Insert using a set clause, Inserting duplicate values, Replacing rows, Updating rows, Update using the order by and limit clauses, Deleting rows, The delete and truncate statements. Exercise: Inserting, updating, replacing and deleting data Connectors MySQL client interfaces, MySQL connectors, Oracle and community conectors, Connecting to MySQL server using Java and PHP connectors, MySQL and NoSQL, Innodb integration with memcached. Obtaining database metadata What is metadata?, The mysqlshow utility, The show and describe commands, Describing tables, The information_schema, Listing tables, Listing columns, Listing views, Listing key_columns_usage. Hands on Obtaining database metadata Debugging Mysql error messages, The show statement, Show errors, Show count(*) errors, Show warnings, Show count(*) warnings, Note messages, The perror utility. Hands on Debugging Joins Overview of inner joins, Cartesian product, Inner joins with original syntax, Non equi-join, Using table aliases to avoid name clashes, Inner Joins With ISO/ANSI Syntax, Outer Joins, Left outer joins, Right outer joins, Full outer joins, Updating multiple tables simultaneously, Updating rows in one table based on a condition in another, Updating rows in one table reading data from another, Deleting from multiple tables simultaneously, Deleting rows in one table based on a condition in another. Hands on Coding joins Subqueries Types of subquery, Multiple-column subqueries, Correlated subqueries, Using the ANY, ALL and SOME operators, Using the EXISTS operator, Subqueries as scalar expressions, Inline views, Converting subqueries to joins, Using subqueries in updates and deletes. Hands on Coding subqueries Views Why views are used, Creating views, View creation restrictions, View algorithms, Updateable views, Altering and dropping views, Displaying information about views, Privileges for views. Hands on Using views Import and Export Exporting using SQL, Privileges required to export data, Importing using SQL, Messages when loading data, Privileges required to load data, Exporting from the command line, Mysqldump main options, Importing from the command line, Mysqlimport main options. Hands on Importing and exporting User variables and prepared statements Creating User variables, User variables in a select, Prepared statements, The prepare statement, The execute statement, The deallocate statement, Using prepared statements in code, with connectors. Hands on Using variables and prepared statements Introduction to stored routines Types of stored routines, Benefits of stored routines, Stored routine features, Differences between procedures and functions, Introduction to the Block, Declaring variables and constants, Assigning values to variables, Definer rights and invoker rights, Using SELECT in stored routines, Altering and dropping stored routines, Obtaining stored routine metadata, Stored routine privileges and execution security. Hands on Writing simple stored routines Stored routines - program logic The IF .. THEN .. ELSEIF construct, The CASE statement, The basic loop, The while loop, The repeat loop, The iterate statement, Nested loops. Hands on Writing stored routines with program logic Stored routines - exception handlers and cursors Dealing with errors using Exception handlers, Cursors, What is a cursor?, Cursor operations, Declaring cursors, Opening and closing cursors, Fetching rows, Status checking. Hands on Writing stored routines with program logic Procedures with parameters Creating procedures with parameters, Calling Procedures With Parameters. Hands on Writing stored routines with parameters Functions What is a function?, The create function statement, Executing functions, Executing functions from code, Executing functions from SQL statements, The deterministic and SQL clauses. Hands on Writing functions Triggers Trigger creation, Restrictions on triggers, The create trigger statement, Using the old and new qualifiers, Managing triggers, Destroying triggers, Required privileges. Hands on Writing triggers Basic optimizations Normalisation of data to third normal form, Using indexes for optimization, General query enhancement, Using Explain to analyze queries, Choosing an INNODB or MYISAM storage engine, Using MySQL Enterprise Monitor in query optimization. Hands on Making use of basic optimizations More about indexes Indexes and joins Hands on Investigating indexes and joins

MySQL for developers
Delivered in Internationally or OnlineFlexible Dates
£2,797

15th July Marilia Savvides #Agent121. Looking for: ADULT FICTION

5.0(3)

By I Am In Print

LOOKING FOR: ADULT FICTION Marilia Savvides founded The Plot Agency in 2024. She began her career in publishing at Peters Fraser and Dunlop, where she spent eight years, first as International Rights Agent, and later as Literary Agent, building her own list of authors. In 2019, she joined 42MP, where she worked as Literary Agent for four years, helping to launch and set up the Book Division. She is particularly interested in fiction that is beautifully written and cleverly constructed, but still accessible to a wide readership. She is often drawn to darker tales that weave together excellent characters and an impossible-to-put-down story, from immersive book club novels with a splash of suspense, crime and thrillers, accessible horror, and speculative, genre-bending or dystopian stories. She also adores smart, witty contemporary rom-com in the style of Emily Henry. In the thriller, crime and mystery space she is interested in most areas, except military thrillers and organised crime/ mafia / mob stories. Big hooks and clever set ups are a big bonus! She adores Karin Slaughter (especially her standalone novels) and Gillian Flynn. In the book club / reading group space, she’s particularly drawn to fiction in the vein of Jodi Picoult, Liane Moriarty and Celeste Ng, and absolutely fell in love with Bright Young Women by Jessica Knoll, both for the incredible voice, and the exquisite use of structure and time. Complicated family dynamics, empathetic and smart approaches to controversial issues, stand out protagonists (like Elizabeth Zott in Lessons in Chemistry or Bernadette in Where D’You Go Bernadette), long buried secrets, complicity, the road to justice, and impossible decisions, are all themes she finds herself drawn to. In the horror space, she’s a sucker for amazing female-centric stories in the vein of Yellowjackets, and the kind of contemporary, accessible horror that Stephen King always nails. She wants to get lost in a world that feels within reach of ours. In the speculative and dystopian spaces, she’s interested in genius ideas that set up big questions or reflect the most broken (and sometimes hidden) parts of society. She loves Octavia Butler, Margaret Atwood, George Orwell, and also adored The Leftovers, Station Eleven, Wanderers, and The Power. The what-ifs of life and fiction fascinate her. In the grounded sci-fi space, she’d love to find a smart, immersive, and accessible story like The Martian. She doesn’t represent fantasy or romantasy. In regards to sci-fi, unless it’s very grounded and has crossover potential to a mainstream audience, it’s not for her. In the romance space, she’s particularly drawn to smart, complex and witty characters, where the chemistry is jumping off the page. She loves contemporary settings and all the tropes, though the voice and characters must come first to make the reading experience fully immersive. She wants to be cackling, and rooting for the characters with all her heart. She is very hands-on editorially, and loves working with her authors to shape their manuscripts, and brainstorm ideas. The best part of the job is discovering debut authors, and helping them find a home for their books. Marilia 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, Marilia is kindly offering one free session for low income/underrepresented 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: Tuesday 8th July 2025

15th July Marilia Savvides #Agent121. Looking for: ADULT FICTION
Delivered Online + more
£72

Python for network engineers

5.0(3)

By Systems & Network Training

Python training course description This Python course focusses on teaching Python for use in network automation and network DevOps. We focus on getting delegates up and running with Python and network automation as quickly as possible rather than making them great programmers. In other words we concentrate on enabling delegates to use network automation libraries such as netmiko, NAPALM and Nornir, and APIs such as NETCONF and RESTCONF rather than enabling delegates to produce object oriented programs. Hands on sessions use Cisco and Juniper devices. What will you learn Run Python programs. Read Python programs. Write Python programs. Debug Python programs. Automate network tasks with Python programs. Configure network devices with Python. Collect data from network devices with Python. Python training course details Who will benefit: Network engineers. Prerequisites: TCP/IP Foundation Duration 5 days Python training course contents What is Python? Programming languages, Why Python? Python in interactive mode, Python scripts, ipython, Python version 2 versus version 3. A simple Python script. Comments. Hands on Installing Python, Hello world. A network example On box vs off box Python. telnet, ssh, NETCONF, HTTP, APIs, manufacturers and API support, analysis of a simple telnetlib program. Hands on Using Python to retrieve the configuration from a network device. Using wireshark to analyse the actions. Python basics I/O, operators, variables and assignment, types, indentation, loops and conditionals. Hands on Modifying the telnet program, changing configurations on a network devices. Functions, classes and methods What are functions, calling functions, builtin functions, useful builtin functions, file handling, classes, objects, creating instances. Hands on Storing configurations in files, configuring devices from files, using an inventory file to work on multiple devices. Libraries and modules Modules, files and packages, import, from-import, Python standard library, other packages, pip install, executing other programs. Managing python libraries. Hands on Using pip, installing and using ipaddress, subprocess to access netsnmp. For the more advanced, using the sockets library. Paramiko and netmiko SSH, enabling SSH on devices, keys. Paramiko versus netmiko, example scripts. pexpect. Hands on Configuring VLANs from Python. pySNMP Gathering facts using previous methods, SNMP review, pySNMP GET, pySNMP and SNMPv3. easySNMP library. Hands on Walking a MIB from Python. NETCONF What is NETCONF? Enabling NETCONF on devices, A first ncclient script, device handlers, get_config, edit_config, copy_config, delete_config, commit, validate, pyEZ, utils_config, utils.sw. Hands on Configuration using ncclient and PyEZ. This session is expanded for those interesting in JunOS automation. Manipulating configuration files Builtin functions, string handling. Unicode. Sequences, strings, lists, tuples. Dictionaries. TextFSM. Regular expressions. JSON, YAML, XML, YANG, Jinja2, templates. Hands on Jinja2 templating with Python to configure network devices. NAPALM Getters, configuration operations, supported devices, NAPALM transport, Config-replace, Config-merge, Compare config, Atomic changes, rollback. Example NAPLAM scripts. Hands on Using NAPALM to gather facts, Using NAPALM for configuration management REST and RESTCONF What is REST, HTTP methods, GET, POST, cURL, Postman, Python requests library. RESTCONF, a RESTCONF example. Hands on Modifying a configuration using RESTCONF. Scapy What is scapy, Scapy in interactive mode, Scapy as a module. Hands on Packet crafting from Python. Warning Errors and exceptions, Exception handling, try, except. Memory management. Garbage collection. Context management, With. Hands on Improving Python code. Nornir What is Nornir? A network automation framework, inventories, connection management and parallelization. Nornir architecture and other libraires. Hands on Setting up nornir, nornir fact gathering, nornir tasks. Optional Writing your own functions, Writing your own classes. pyntc. Hands on Writing reusable code.

Python for network engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Screenwriting

By Compete High

Overview With the ever-increasing demand for Screenwriting in personal & professional settings, this online training aims at educating, nurturing, and upskilling individuals to stay ahead of the curve - whatever their level of expertise in Screenwriting may be. Learning about Screenwriting or keeping up to date on it can be confusing at times, and maybe even daunting! But that's not the case with this course from Compete High. We understand the different requirements coming with a wide variety of demographics looking to get skilled in Screenwriting . That's why we've developed this online training in a way that caters to learners with different goals in mind. The course materials are prepared with consultation from the experts of this field and all the information on Screenwriting is kept up to date on a regular basis so that learners don't get left behind on the current trends/updates. The self-paced online learning methodology by compete high in this Screenwriting course helps you learn whenever or however you wish, keeping in mind the busy schedule or possible inconveniences that come with physical classes. The easy-to-grasp, bite-sized lessons are proven to be most effective in memorising and learning the lessons by heart. On top of that, you have the opportunity to receive a certificate after successfully completing the course! Instead of searching for hours, enrol right away on this Screenwriting course from Compete High and accelerate your career in the right path with expert-outlined lessons and a guarantee of success in the long run. Who is this course for? While we refrain from discouraging anyone wanting to do this Screenwriting course or impose any sort of restrictions on doing this online training, people meeting any of the following criteria will benefit the most from it: Anyone looking for the basics of Screenwriting , Jobseekers in the relevant domains, Anyone with a ground knowledge/intermediate expertise in Screenwriting , Anyone looking for a certificate of completion on doing an online training on this topic, Students of Screenwriting , or anyone with an academic knowledge gap to bridge, Anyone with a general interest/curiosity Career Path This Screenwriting course smoothens the way up your career ladder with all the relevant information, skills, and online certificate of achievements. After successfully completing the course, you can expect to move one significant step closer to achieving your professional goals - whether it's securing that job you desire, getting the promotion you deserve, or setting up that business of your dreams. Course Curriculum Module 1_ Introduction to Screenwriting Introduction to Screenwriting 00:00 Module 2_ Story Structure Story Structure 00:00 Module 3_ Character Development Character Development 00:00 Module 4_ Scene Writing Scene Writing 00:00 Module 5_ Dialogue Dialogue 00:00 Module 6_ Writing Action and Visual Elements Writing Action and Visual Elements 00:00 Module 7_ World Building World Building 00:00 Module 8_ Rewriting and Polishing Rewriting and Polishing 00:00 Module 9_ Pitch and Submitting Your Script Pitch and Submitting Your Script 00:00

Screenwriting
Delivered Online On Demand9 hours
£4.99

Free Creative Writing Workshop - The Bridge

By London Writing School

A free creative writing workshop on the the theme of 'The Bridge'. Be guided through writing a scene on a bridge and explore why this setting is so useful for character and plot.

Free Creative Writing Workshop - The Bridge
Delivered Online On Demand1 hour 10 minutes
FREE

How to write a CV

By Course Cloud

In the business world, the first step in applying for employment is to submit a CV for the perspective to review. A CV (curriculum vitae) is usually one or two-page document, which gives a detailed but concise overview of your past employment skills and abilities, educational history, and your personal profile. Since the CV is the first thing your employer will see, it's really important to make sure your CV has a positive impact and shows exactly why they should employ you. In this course, we're going to learn how to put together an attractive CV from scratch. You'll learn about different parts that you will need to include in your CV and will also cover up some key phrases employers look for. Another useful thing we will be looking at is some of the common mistakes that people make, so you can avoid them and stand out from the crowd. This course will help you to develop a standout CV fit for any job. So, Good luck. This CV Writing training course consists of several modules that take around 1 hour to complete. The course is accompanied by instructional videos, helpful illustrations, how-to instructions and advice. The course is offered online at a very affordable price. That gives you the ability to study at your own pace in the comfort of your home. You can access the modules from anywhere and from any device.

How to write a CV
Delivered Online On Demand
£25

Copywriting: Creative Writing with Proofreading and Copy Editing

5.0(3)

By School Of Health Care

Copywriting: Copywriting Course Online Unlock the Power of Copywriting: Copywriting Course: Enrol Now! Are you looking to start a copywriting career or do you want to improve your copywriting skills? Then this Copywriting: Copywriting Course will provide you with a solid foundation for becoming a confident copywriter and will assist you in developing your copywriting expertise. This Copywriting: Copywriting Course will take you on a step-by-step tour of the copywriter's role, covering all of the skills and knowledge required to succeed in this field. This Copywriting: Copywriting Course will help you quickly learn the skills you'll need to make a name for yourself in the commercial writing market. Through this Copywriting: Copywriting Course, you will learn the fundamentals of writing as well as how to create "eye-catching" headlines and "attention-grabbing" advertisements. Along with this, you will be taught how to constantly improve your writing style and how to adapt your material based on the expectations of your client or company. Main Course: Level 4 Copywriting course Free Courses included with Copywriting: Copywriting Course: Along with Copywriting Course you will get free Level 5 Proofreading & Copy Editing Along with Copywriting Course you will get free Creative Writing Special Offers of this Copywriting: Copywriting Course: This Copywriting: Copywriting Course includes a FREE PDF Certificate. Lifetime access to this Copywriting: Copywriting Course Instant access to this Copywriting: Copywriting Course 24/7 Support Available to this Copywriting: Copywriting Course Copywriting: Copywriting Course Online You will learn how to create a clear and convincing writing style by taking the Copywriting: Copywriting Course. You can connect emotionally with your audience with Copywriting: Copywriting Course while also comprehending email strategies and sales material. Also, this Copywriting: Copywriting Course covers the art of selling as well as effective methods for developing tempting offers. This Copywriting: Copywriting Course lesson covers objections and inspires readers to take the necessary action. Also, this Copywriting: Copywriting Course will teach you how to design successful direct mail campaigns. Who is this course for? Copywriting: Copywriting Course Online This Copywriting: Copywriting Course is ideal for those who want to be professional copywriters and want to engage in media writing. It may also benefit proofreaders or those seeking a specific writing role. Requirements Copywriting: Copywriting Course Online To enrol in this Copywriting: Copywriting Course, students must fulfil the following requirements: Copywriting: Good Command over English language is mandatory to enrol in our Copywriting Course. Copywriting: Be energetic and self-motivated to complete our Copywriting Course. Copywriting: Basic computer Skill is required to complete our Copywriting Course. Copywriting: If you want to enrol in our Copywriting Course, you must be at least 15 years old. Career path Copywriting: Copywriting Course Online This Copywriting: Copywriting Course is ideal for professional writers who want to pursue a career in copywriting or a related field. This is likely to include the following roles and careers: Copywriter Content writer Copywriter Interns Freelance Writer Advertising Staff

Copywriting: Creative Writing with Proofreading and Copy Editing
Delivered Online On Demand3 hours 24 minutes
£12

Ad Copywriting

5.0(1)

By LearnDrive UK

Ignite your advertising campaigns with the power of compelling copywriting. This course navigates through the essentials of crafting magnetic headlines, persuasive sales copy, and effective digital content. Step up your marketing game with advanced copywriting strategies that convert.

Ad Copywriting
Delivered Online On Demand1 hour
£5

Report Writing When Your Child is in Burnout

By LivePlayLearn

Reporting to the LA when your child is in burnout

Report Writing When Your Child is in Burnout
Delivered Online On Demand1 hour
£25