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

790 Other courses in Cowdenbeath

Manager Management 1 Day Training Dunfermline

5.0(1)

By Mangates

Manager Management 1 Day Training in Dunfermline

Manager Management 1 Day Training Dunfermline
Delivered In-Person + more
£595 to £795

Manager Management 1 Day Training Edinburgh

5.0(1)

By Mangates

Manager Management 1 Day Training in Edinburgh

Manager Management 1 Day Training Edinburgh
Delivered In-Person + more
£595 to £795

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in Dunfermline

5.0(1)

By Mangates

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in Dunfermline

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in Dunfermline
Delivered In-Person + more
£1,195 to £1,295

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in Edinburgh

5.0(1)

By Mangates

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in Edinburgh

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in Edinburgh
Delivered In-Person + more
£1,195 to £1,295

Conflict Management 1 Day Training in Edinburgh

By Mangates

Conflict Management 1 Day Training in Edinburgh

Conflict Management 1 Day Training in Edinburgh
Delivered In-Person + more
£595 to £795

Emotional intelligence 1 Day Training in Edinburgh

By Mangates

Emotional Intelligence 1 Day Training in Edinburgh

Emotional intelligence 1 Day Training in Edinburgh
Delivered In-Person + more
£595 to £795

10th August FREE MAKE YOUR DREAMS BLOOM: CREATE YOUR DREAM CATCHER

5.0(43)

By Art and Spirituality CIC

Be realistic! Be practical! Ever had someone throw those words at you when you're sharing your biggest dreams? Yeah, we've all been there. The thing is, other people's words and actions can seriously mess with your creative visualization power – they basically clip your manifestation wings and hold you back from what you really want. Once that seed of doubt gets planted, insecurity and fear don't just grow – they become these massive forests that feel impossible to navigate. But here's what we're gonna do about it. Through some deep meditation work, you're gonna release all that stress and those blocks from your past months. You'll start feeling how your feet on the ground can actually be amazing support – not for staying small, but for planting your roots and feeling truly grounded in your power. Your ability to create the life you want comes down to one thing: believing before you can see. It's literally the opposite of "seeing is believing" – and that's where the magic happens. So yeah, I'm gonna ask you to close your eyes and dive into a guided creative visualization of your dreams. This is creation at its most raw and beautiful: when you learn to use your mind to create "something" from "nothing," you can literally achieve and manifest anything. You'll discover how to use your inner compass and understand that every single manifestation is up to you. No one else – just you. And then comes the Making Time – the creative part where you'll craft your beautiful Dream Catcher. We'll explore the origins of this Native American ritual and you'll see how this spiritual tool represents your life through its sacred circle. Making something with your hands is gonna show you that transformation isn't some mysterious thing – it's literally accessible in the palms of your hands. Ready to make your dreams bloom? This class is sponsored by Community Fund, Awards for All and run by Giada Gaslini, from School of Shamanism It is FREE and is aimed at adults, women, etnic minorities, any individuals from low-income background. Suitable for all levels experience. By attending this class you release the teacher, Giada Gaslini and Art and Spirituality Cic, from any liability arising out of any personal injuries, emotional or physical release, death, physical reaction, expectations of results, theft in the venue or damages that may happen to people and objects while attending. Pictures will be taken during the workshop, if you prefer not to be in them, please inform the teacher.

10th August FREE MAKE YOUR DREAMS BLOOM: CREATE YOUR DREAM CATCHER
Delivered In-Person in Edinburgh
FREE

Networking Microsoft Systems

5.0(3)

By Systems & Network Training

Networking Microsoft Systems course description A hands-on course covering the network aspects of Microsoft systems. The course progresses from basic TCP/IP tools and configuration settings through to advanced security considerations finishing with an overview of Exchange and IIS. Hands on sessions are based on a choice of Windows Server 2003 or Windows 2000 server and Windows XP or Windows 2000 professional. Customised versions with other Microsoft platforms are also available. What will you learn Design networks with consideration for Microsoft issues such as logons. Design, configure and troubleshoot TCP/IP, DNS, WINS and DHCP. Configure security features such as PKI and IPSec. Describe the Windows TCP/IP implementation details. Networking Microsoft Systems course details Who will benefit: Anyone working with Microsoft systems. Prerequisites: TCP/IP foundation for engineers Supporting Windows ( XP or 2000 or 2003) Duration 5 days Networking Microsoft Systems course contents Configuring network cards PnP, resources, Ethernet cards, wireless cards, dial up networking, other cards, Ethernet settings, layer 2 QoS. Configuring and supporting IP Basic IP settings, advanced IP settings, advanced TCP settings, DrTCP and registry settings, security DHCP DHCP server, authorising the DHCP service, DHCP client, DHCP relays, Address pools, options, lease duration's, Integrating with DNS. Microsoft networking overview Workgroups and domains, Domain controllers, the logon process in a network, the role of Active Directory, synchronisation, protocol stacks and bindings. Accessing file and print resources Shared folders, permissions, network printers, browsing, NetBIOS, SMB. WINS Servers, clients, Client registration, renewing and releasing of names. NetBIOS node types. DNS1 Overview, Primary and secondary servers, DDNS, zones, resource records. The browser service Master, backup and other browser roles, elections, announcements, recovery from failure, Inter subnet browsing. TCP/IP implementation details Dead gateway detection, Multi homing, multicasting, MTU path discovery, registry settings, QOS and RSVP, Windows as a router, performance implications of Microsoft services. Internet Access Options, NAT, Firewall capabilities and Proxy server, Internet Authentication Service. Remote Access Installing, RAS servers. RAS process, protocols Security: PKI PPTP, L2TP, What is IPSec, configuring IPSec. Security: VPNs PPTP, L2TP, What is IPSec, configuring IPSec. Other Microsoft networking services & tools Netmeeting, instant messaging, white boarding, document collaboration, video conferencing Microsoft Exchange, IIS, Directory replication, SNMP, Net Monitor, integration with other platforms.

Networking Microsoft Systems
Delivered in Internationally or OnlineFlexible Dates
£3,697

The Art of Staying Calm: Anger Management in Action 1 Day Workshop in Dunfermline

By Mangates

Anger Management 1 Day Training in Dunfermline

The Art of Staying Calm: Anger Management in Action 1 Day Workshop in Dunfermline
Delivered In-Person + more
£595 to £795

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