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

27717 Development courses in Edinburgh delivered Online

Helping people speak up and engage in meetings

5.0(3)

By The Self Leadership Initiative

Design meetings that get people participating

Helping people speak up and engage in meetings
Delivered Online
ÂŁ10

GLOBALIZATION AND THE GLOBAL POLITICAL ECONOMY | Live Online | Learning University-Level Course (Non-Credit)

By Gada Academy

Master Globalization and the Global Economy 🌍💡 Discover the forces driving our interconnected world in this live online course. Explore the interplay of politics and economics through key theories, global trade, finance, and governance. Perfect for aspiring policymakers, business leaders, and global thinkers—enroll today to unlock the skills to navigate the global political economy!

GLOBALIZATION AND THE GLOBAL POLITICAL ECONOMY | Live Online | Learning University-Level Course (Non-Credit)
Delivered Online + more
€119 to €352

GLOBALIZATION AND THE GLOBAL POLITICAL ECONOMY | Live Online | Learning University-Level Course (Non-Credit)

By Gada Academy

This course offers a dynamic introduction to Globalization and the Global Political Economy (GPE), exploring the intricate relationship between political actors and the global economic marketplace. Through a theoretically rich and historically grounded lens, you’ll examine the development, operations, and future trajectory of the global political economy. You’ll learn to apply diverse theoretical frameworks to critically analyze global economic processes. The course begins with an in-depth look at foundational GPE perspectives—mercantilism, liberalism, and structuralism—each built on distinct assumptions that shape our understanding of global economic events. From there, we’ll investigate the international "structures" of production, trade, finance, and knowledge, addressing critical questions: Who controls these structures, and to what end? What rules govern international trade? How do institutions like the IMF, World Bank, and multinational corporations shape global flows of goods and investment? Who benefits from controlling knowledge? The course culminates with an exploration of 21st-century global governance, highlighting the rise of new economic and political power centers and their evolving roles in the world. The course concludes with an exploration of 21st-century global governance, spotlighting the emergence of new economic and political power centers, such as BRICS, and their evolving roles in the world. We’ll also examine how the United States under Donald Trump shifted from traditional liberal internationalism toward more transactional and bilateral approaches, reshaping global relationships and challenging established norms Learning Outcomes By the end of this course, you will be able to: Analyze the major political themes in the historical evolution of the international economy. Understand debates surrounding the emergence and impacts of a globalized economy, including patterns of inequality. Evaluate key GPE theories and perspectives in both historical and contemporary contexts. Apply theoretical insights to explain the causes and effects of international trade, capital flows, monetary relations, and globalization debates. Recognize the vital role of human and environmental security in political economy studies. Demonstrate strong analytical and critical thinking skills when assessing political phenomena. Why Study Global Political Economy? Global Political Economy (GPE), also known as International Political Economy (IPE), untangles the complex interplay between global politics and economics. It’s an ideal field for anyone eager to understand how international policies, trade, finance, and institutions shape the world’s economic landscape. Whether you’re aiming for a career in policymaking, international relations, or a related field, this course equips you with essential tools to navigate the complexities of the global economic system and its profound influence on our world. Who Should Take This Course? This course is perfect for professionals, academics, and students interested in international relations, the global economy, or related disciplines. Whether your focus is policymaking, economic analysis, or global studies, you’ll gain valuable insights and analytical skills to deepen your understanding. Take the Next Step Don’t miss out—register today to secure your spot and immerse yourself in the fascinating world of globalization and political economy!

GLOBALIZATION AND THE GLOBAL POLITICAL ECONOMY | Live Online | Learning University-Level Course (Non-Credit)
Delivered Online + more
€119 to €352

Mastering Management Fundamentals

5.0(12)

By DCo - The Development Company UK Ltd

The ‘Mastering Management Fundamentals Open Programme’ is a 5 module online course that is designed to improve your management success and performance. It will give you the practical tools and insight to be able to make changes and directly improve your management skills over a 5-6 month period.

Mastering Management Fundamentals
Delivered Online + more
ÂŁ3,000

Annual Safeguarding Update for Governors: Understanding the Latest Developments, Risks and Statutory Requirements

By Brightcore Consultancy

This session will provide a clear update for governors as to the latest developments in terms of risk, updates on statutory guidance and KCSIE requirements from the governance perspective, and an overview of what the safeguarding team should be working on.

Annual Safeguarding Update for Governors: Understanding the Latest Developments, Risks and Statutory Requirements
Delivered Online
ÂŁ80

Contextual Safeguarding and Extra-Familial Harms, including CCE, CSE & County Lines

By Brightcore Consultancy

This masterclass will enable you to gain comprehensive awareness and be a supportive guide for Key Staff through fully understanding recent changes and developments in one of the fastest growing categories of safeguarding concerns.

Contextual Safeguarding and Extra-Familial Harms, including CCE, CSE & County Lines
Delivered Online + more
ÂŁ80

CPD Accredited Train the Trainer, Speaking & Presenting Skills Level 3 (3 days)

5.0(43)

By Ask Sonia Limited

CPD accredited Level 3 Train the Trainer, Speaking & Presenting Skills course. Delivered online (Zoom) by a live tutor. Exam and Certificate fee included in the price.

CPD Accredited Train the Trainer, Speaking & Presenting Skills Level 3 (3 days)
Delivered Online + more
ÂŁ420

Global Power Shifts and China's Evolving Role in Africa | Live Online Learning

By Gada Academy

Explore China’s growing influence in Africa through this in-depth course. Weekly themes blend history, trends, and analysis to unpack the economic, political, and social layers of this evolving relationship. Gain a nuanced view of its impact on Africa’s global role

Global Power Shifts and China's Evolving Role in Africa | Live Online Learning
Delivered Online + more
€119 to €352

Real Estate Investor (Advanced Development Cash Flow Modelling in Excel)

4.3(5)

By Bayfield Training

The Real Estate Investor course primarily focuses on financial modelling and commercial considerations in the real estate industry across various sectors, geographies, and project types.

Real Estate Investor (Advanced Development Cash Flow Modelling in Excel)
Delivered in person or Online + more
ÂŁ2,000

Software development fundamentals

5.0(3)

By Systems & Network Training

Software development training course description This three-day MTA Training course helps you prepare for Microsoft Technology Associate Exam 98-361, and build an understanding of these topics: Core programming, Object-Oriented programming, general software development, web applications, desktop applications, and databases. This course leverages the same content as found in the Microsoft Official Academic Course (MOAC) for this exam. What will you learn Describe core programming. Explain Object Oriented programming. Describe general software development. Describe Web applications. Describe desktop applications. Explain how databases work. Software development training course details Who will benefit: Anyone looking to learn the fundamentals of software. Prerequisites: None. Duration 3 days Software development training course contents Core programming Computer storage and data types How a computer stores programs and the instructions in computer memory, memory stacks and heaps, memory size requirements for the various data storage types, numeric data and textual data. Computer decision structures Various decision structures used in all computer programming languages; If decision structures; multiple decision structures, such as If…Else and switch/Select Case; reading flowcharts; decision tables; evaluating expressions. Handling repetition For loops, While loops, Do...While loops and recursion. Understand error handling Structured exception handling. Object-oriented programming Classes Properties, methods, events and constructors; how to create a class; how to use classes in code. Inheritance Inheriting the functionality of a base class into a derived class. Polymorphism Extending the functionality in a class after inheriting from a base class, overriding methods in the derived class. Encapsulation Creating classes that hide their implementation details while still allowing access to the required functionality through the interface, access modifiers. General software development Application life cycle management Phases of application life cycle management, software testing. Interpret application specifications Application specifications, translating them into prototypes, code, select appropriate application type and components. Algorithms and data structures Arrays, stacks, queues, linked lists and sorting algorithms; performance implications of various data structures; choosing the right data structure. Web applications Web page development HTML, CSS, JavaScript. ASP.NET web application development Page life cycle, event model, state management, client-side versus server-side programming. Web hosting Creating virtual directories and websites, deploying web applications, understanding the role of Internet Information Services. Web services Web services that will be consumed by client applications, accessing web services from a client application, SOAP, WSDL. Desktop applications Windows apps UI design guideline categories, characteristics and capabilities of Store Apps, identify gestures. Console-based applications Characteristics and capabilities of console- based applications. Windows Services Characteristics and capabilities of Windows Services. Databases Relational database management systems Characteristics and capabilities of database products, database design, ERDs, normalisation concepts. Database query methods SQL, creating and accessing stored procedures, updating and selecting data. Database connection methods Connecting to various types of data stores, such as flat file; XML file; in-memory object; resource optimisation.

Software development fundamentals
Delivered in Internationally or OnlineFlexible Dates
ÂŁ2,367