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

92 Numbers courses in London

Learn to Swing Dance in a Day Workshop

5.0(17)

By SwingdanceUK

Learn to Swing Dance in a Day! with Simon Selmon Learn the foundations of Lindy Hop, this popular 1940s partner dance. You will learn both the 6 and 8 count Lindy Hop plus some Lindy Charleston. By the end of this session we guarantee you will be able to dance a whole song - and smile at the same time! This workshop with Simon is for absolute beginners and those who have been dancing 6 months or less. No experience necessary or partner required.

Learn to Swing Dance in a Day Workshop
Delivered In-Person in London + more
£30 to £60

Monday Lindy Hop

5.0(1)

By SwingdanceUK

Beginners & Intermediate Lindy Hop Classes with Simon

Monday Lindy Hop
Delivered In-Person in London + more
£10 to £15

Spanish Conversational Club!

By Spanglish Languages and Culture

Please read the full description!  Spanish Conversational Club.  Club de conversación en ESPAÑOL How does it work? The Spanglish club is for all people wanting to improve their Spanish outside of a class room. Depending on numbers, there are going to be groups of max 6 people, the group will be Beginners (A2), Intermediate and Advance. Each group will have a Spanish native speaker who can help you with your Spanish :) We will first meet our table amig@s and socialise, then we will make a fun and interesting activity for you to have a better Spanish speaking experience. Please book only if you are 100% sure to attend as there will be other Spanglishers waiting for you.  Where? Time? Royal Festival Hall, Riverside Bar (inside) Southbank Centre, Belvedere Rd, London SE1 8XX 19:30 to 21:00 Note: We will be at the second floor inside front of the Riverside Bar. Although, this might change depending on tables’ availability. Please look for Spanglish Flag/t-shirt or simply call us +447870776718, this is a public space, we don't have a private room.  Why should I come?  You should come if you want to be immersed in a Spanish conversation with native speakers for 90 mins and more! You should also come if you want to make new friends and learn about different cultures at the same time. Can we have a drink during the session?  Of course, it is all about feeling comfortable and we all know that a drink help us with fluency, there is a coffee shop and a bar at the center. Can I suggest topics or just make an open suggestion?  Of course, just bring your suggestions to the session or send us an email. Your event planner will ensure your suggestion has the right execution. We are here to help and provide you guys with the best environment possible for you to have fun and improve your Spanish speaking. Note: This event is not suggested for beginners A1 Zero Spanish learners. Please get in touch if you need some lessons. Suggestions or Qs Just drop me a WhatsApp, message or email. Our events are advertised on different platforms. For this event we expect around 12 people. Whatsapp, Calls or MSNs +447870776718 Instagram and Facebook as @spanglishlc We have more events and great teachers to enhance your learning, check all our events and teachers.

Spanish Conversational Club!
Delivered In-Person in London + more
£10

Improvers Balboa Workshop

5.0(17)

By SwingdanceUK

Improver Balboa Workshop with Simon Selmon Join Simon and increase your vocabulary, frame and connection skills. Class will include getting comfortable with the basics, small variations to spice up your footwork, underarm turns, free spins, paddles etc. Suitable for those who have danced Balboa before and want to move up to the next level.

Improvers Balboa Workshop
Delivered In-Person in Ruislip + more
£60

Fast Beginners Lindy Hop Workshop

5.0(17)

By SwingdanceUK

Fast Beginners Lindy Hop Workshop with Simon Selmon This workshop is all about mastering technique, building strong connection, and packing in as many exciting moves as possible! Simon's goal is to have you dancing with confidence and style in record time—and he's famous for making even the toughest steps feel effortless! No partner required and whilst no experience is necessary, the class will move at a faster pace than absolute beginners but is also suitable for those with some experience.

Fast Beginners Lindy Hop Workshop
Delivered In-Person in London + more
£30

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

Complete Perl programming

5.0(3)

By Systems & Network Training

Perl training course description A hands on introduction to programming in Perl. What will you learn Write Perl programs. Use Perl modules. Debug Perl programs. Examine existing code and determine its function. Perl training course details Who will benefit: Anyone wishing to learn Perl. Prerequisites: None although experience in another high level language would be useful. Duration 5 days Perl training course contents Introduction to Perl What is Perl? When to use Perl, downloading Perl, installing Perl, documentation, perldoc, running Perl, the Perl environment. Perl under UNIX, Perl under Windows. "Hello world". Variables Scalars, data types, $_, strings and numbers, assignment, constants, strict, scope, STDIN. Operators Number operators, string operators, precedence and associativity, converting numbers and strings, shortcut operators. Flow control Blocks, if, else, elseif, unless, foreach, while, for do, until. Regular expressions What are regular expressions? Pattern matching, Perl as a filter, file editing. Strings Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. Subroutines Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. Arrays and hashes Working with arrays, element access, push(), pop(), shift(), unshift(), <STDIN> as an array, associative arrays, hashes of arrays, hash references, arrays of hashes, hashes of hashes. Files Simple file handling, open, close, <FILEHANDLE>, <>, file tests, directory access, directory handles, database access, packing and packing binary data. I/O STDIN, STDOUT and STDERR, Command line arguments,@ARGV. Perl debugging The built in debugger, running the debugger, debugger commands, graphical debuggers. Script syntax errors, single stepping, breakpoints, watches. Packages and modules CPAN, Finding modules, installing modules, using modules, scope. Report formatting Formats, defining a format, invoking a format, field holders. Process management System interaction, system(), exec(), signals. Security issues.

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

Fast Beginners Balboa Workshop

5.0(17)

By SwingdanceUK

Fast Beginners Balboa Workshop with Simon Selmon Learn this popular 1930s Swing dance. Join Simon, one of the first UK Balboa dancers of the Swing resurgence and learn the basics you need to dance the Balboa and how to incorporate it into your Lindy Hop or Jive. Class will include the Uphold, Downhold, Rock Step basics, Come Around, Grapevine and Lollies. Suitable for those who have tried couple of taster classes before or you have other dance experience.

Fast Beginners Balboa Workshop
Delivered In-Person in Ruislip
£60

Complete Ruby programming

5.0(3)

By Systems & Network Training

Complete Ruby programming training course description This course starts with a quick-start session and then explains the language in detail from the bottom up. Hands on sessions follow all the major sessions to reinforce the theory. What will you learn Read Ruby programs. Write Ruby programs. Debug Ruby programs. Complete Ruby programming training course details Who will benefit: Anyone wishing to program in Ruby. Prerequisites: Software development fundamentals Duration 3 days Complete Ruby programming training course contents Introduction A tour of Ruby, Try Ruby, A suduko solver in Ruby. The Structure and execution of Ruby Lexical structure, Syntactic structure, Files structure, Program encoding, Program execution. Datatypes and objects Numbers, text, Arrays, Hashes, Ranges, Symbols, True, false, and nil, Objects. Expressions and operators Literals and keyword literals, Variable references, Constant references, Method invocations, Assignments, Operators. Statements and control structures Conditionals, loops, Iterators and enumerable objects, Blocks, Altering flow control, Exceptions and exception handling, BEGIN and END, Threads, fibres and continuations. Methods, Procs, Lambdas and closures Defining simple methods, Method names, Methods and parentheses, Method arguments, Procs and lambdas, Closures, Method objects, Functional programming. Classes and modules Defining a simple class, Method visibility: public, protected, privates, Subclassing and inheritance, Object creation and initialization, Modules, Loading and requiring modules, Singleton methods and Eigenclass, Method lookup, Constant lookup. Reflection and metaprogramming Types, classes and modules, Evaluating strings and blocks, Variables and constants, Methods, Hooks, Tracing, ObjectSpace and GV, Custom control structures, Missing methods and missing constants, Dynamically creating methods, Alias chaining. The Ruby platform Strings, Regular expressions, Numbers and Math, Dates and times, Collections, Files and directories, Input/output, Networking, Threads and concurrency. The Ruby environment Invoking the Ruby interpreter, The Top-level environment, Practical extraction and reporting shortcuts, Calling the OS, Security.

Complete Ruby programming
Delivered in Internationally or OnlineFlexible Dates
£2,367

Essential IP addressing and subnetting

5.0(3)

By Systems & Network Training

IP addressing and subnetting course description A course focusing purely on IP addressing and subnetting. The course assumes that delegates already have some knowledge of IP addressing. In particular delegates will be able to calculate subnet numbers in seconds without using binary. What will you learn Download and install Wireshark. Calculate subnet numbers in seconds Design IP addressing schemes. Troubleshoot IP address problems. Calculate CIDR prefixes in seconds IP addressing and subnetting course details Who will benefit: Anyone working with TCP/IP. Prerequisites: TCP/IP Foundation for engineers Duration 2 days IP addressing and subnetting course contents IP addressing review What is an IP address? What is a subnet? Classless IP addressing. The rules of IP addressing. Ways IP addresses are used: On hosts, in packets, in routing tables. Hands on Byte boundary subnetting. Configuring IP addresses Interfaces, Static vs. dynamic configuration. DHCP: Scopes, leases, relays, using multiple DHCP servers. Multihoming. Subnetting Default subnet masks, subnet notations. How to subnet without binary. VLSMs. Hands on Bit boundary subnetting. Address ranges and routing Routing tables, IP address spoofing, host specific routing, subnets in routing tables, supernets in routing tables. CIDR. Impact of choice of routing protocol. Hands on IP addressing plans. Allocations and assignments IAB, IANA, RIRs, RIPE, LIRs and ISPs. PI vs. PA addressing. Hands on Querying the RIPE database. Private addressing and NAT NAT, NAPT, NAT terms, private addresses, NAT operation, NAT architecture, NAT and security, why use NAT? NAT-ALG, Types of NAT, RSIP. Special use addresses Unicasts, broadcasts, multicasts, anycasts. Directed broadcasts. Allowing broadcasts through routers.

Essential IP addressing and subnetting
Delivered in Internationally or OnlineFlexible Dates
£1,727

Educators matching "Numbers"

Show all 40
Embrace Finance

embrace finance

London

Rachel provides training, mentoring and workshop facilitation for Embrace Finance. Director of Welbeck, an established accountancy and financial management practice providing services to the third sector. Rachel is a qualified chartered accountant and professional trainer. After qualifying, Rachel spent 12 years in senior roles within charities ranging from the British Tinnitus Association, to the Institute of Cancer Research. Rachel has over 20 years’ experience supporting a variety of social impact organisations from small charities to major research institutions. Key projects Rachel has worked on include developing and leading Charity Finance Group’s small charities training programme and writing NCVO’s Financial Management website resources. Finance trainer for the Association of Independent Examiners Finance mentor for the School of Social Entrepreneurs Finance trainer for Small Charities Coalition Our sector is fantastic at social stories In our sector, we are fantastic at social storytelling. We weave clear and simple stories from real world wicked problems and use those stories to solve those wicked problems. It's nothing short of remarkable. Our stories make people's lives better and communities stronger. They clean oceans and preserve habitats for endangered species. They move hearts and win minds. They make change happen. We are not, in our experience, as good, when it comes to our financial storytelling. All too often, the financial stories which we tell ourselves and those who wish to work with us, constrain our potential. Our lack of financial confidence - in our numbers and in our decision making - holds us back. But less so at financial stories Yet, we know that it is when changemakers really embrace the finances, own the numbers, understand the stories behind the numbers, use these stories to marry money with mission, they can extend their social impact and realise fully their social ambitions. We also know that for many changemakers, the biggest barrier to owning the numbers is not technical but attitudinal. We are told that keeping on top of the numbers can be boring, difficult, anxiety provoking. We help you find your financial story That is why we bring our love of numbers to all of our work. Our love of numbers, all numbers, enables us to bring the same clarity to your financial storytelling as you bring to the social storytelling. Our love of numbers helps you to take the fear out of finance. Our love of numbers means that we work with you to build your financial confidence while you build your social impact. Not all heroes wear capes. Some change the world with stories. And others do it with spreadsheets.