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

169 Binary courses in London delivered Online

Mastering Python Programming (TTPS4820)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This introductory-level Python course is geared for experienced users who want to use Python in web development projects, or system administrators and web site administrators who want to use Python to support their server installations, as well as anyone else who wants to automate or simplify common tasks with the use of Python scripts. Basic familiarity with any programming or scripting language would be helpful, along with a working, user-level knowledge of Unix/Linux, Mac, or Windows. Overview This course is approximately 50% hands-on, combining expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Throughout the hands-on course students, will learn to write essential Python scripts using the most current and efficient skills and techniques. Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Create working Python scripts following best practices Use python data types appropriately Read and write files with both text and binary data Search and replace text with regular expressions Get familiar with the standard library and its work-saving modules Use lesser known but powerful Python data types Create 'real-world', professional Python applications Work with dates, times, and calendars Know when to use collections such as lists, dictionaries, and sets Understand Pythonic features such as comprehensions and iterators Write robust code using exception handling Mastering Python Programming is an introductory and beyond-level practical, hands-on Python training course that leads the student from the basics of writing and running Python scripts to more advanced features such as file operations, regular expressions, working with binary data, and using the extensive functionality of Python modules. Extra emphasis is placed on features unique to Python, such as tuples, array slices, and output formatting. This comprehensive, practical course provides an in-depth exploration of working with the programming language, not an academic overview of syntax and grammar. Students will immediately be able to use Python to complete tasks in the real world. An overview of Python What is python? Python Timeline Advantages/Disadvantages of Python Getting help with pydoc The Python Environment Starting Python Using the interpreter Running a Python script Python scripts on Unix/Windows Editors and IDEs Getting Started Using variables Builtin functions Strings Numbers Converting among types Writing to the screen Command line parameters Flow Control About flow control White space Conditional expressions Relational and Boolean operators While loops Alternate loop exits Array types About array types (AKA sequences) Lists and list methods Tuples Indexing and slicing Iterating through a sequence Nested sequences Sequence functions, keywords, and operators List comprehensions Generator Expressions Working with files File overview Opening a text file Reading a text file Writing to a text file Reading and writing raw (binary) data Converting binary data with struct Dictionaries and Sets About dictionaries Creating dictionaries Iterating through a dictionary About sets Creating sets Working with sets Functions Defining functions Parameters Global and local scope Nested functions Returning values Sorting The sorted() function Alternate keys Lambda functions Sorting collections Using operator.itemgetter() Reverse sorting Errors and Exception Handling Syntax errors Exceptions Using try/catch/else/finally Handling multiple exceptions Ignoring exceptions Modules and Packages The import statement Module search path Creating Modules Using packages Function and Module aliases An Introduction to Python Classes About o-o programming Defining classes Constructors Methods Instance data Properties Class methods and data Regular Expressions RE syntax overview RE Objects Searching and matching Compilation flags Groups and special groups Replacing text Splitting strings Using the Standard Library The sys module Launching external programs Math functions Random numbers Reading CSV data Dates and Times Working with dates and times Translating timestamps Parsing dates from text Formatting dates Calendar data Working with the File System Paths, directories, and filenames Checking for existence Permissions and other file attributes Walking directory trees Creating filters with fileinput Using shutil for file operations Advanced Data Handling Defaultdict and Counter Prettyprinting data structures Compressed archives (zip, gzip, tar, etc.) Persistent data Network Programming Using requests Grabbing web content Sending email Using SSH for remote access Using FTP Writing real-life applications Reading input files a la Unix Parsing command-line options Detecting the current platform Implementing logging Additional course details: Nexus Humans Mastering Python Programming (TTPS4820) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Mastering Python Programming (TTPS4820) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Mastering Python Programming (TTPS4820)
Delivered OnlineFlexible Dates
Price on Enquiry

Python 3 Essentials

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Experienced Programmers and Systems Administrators. Overview Throughout the course students will be led through a series of progressively advanced topics, where each topic consists of lecture, group discussion, comprehensive hands-on lab exercises, and lab review. This course is ?skills-centric?, designed to train attendees in core Python and web development skills beyond an intermediate level, coupling the most current, effective techniques with best practices. Working within in an engaging, hands-on learning environment, guided by our expert Python practitioner, students will learn to: ? Create working Python scripts following best practices ? Use python data types appropriately ? Read and write files with both text and binary data ? Search and replace text with regular expressions ? Get familiar with the standard library and its work-saving modules ? Use lesser-known but powerful Python data types ? Create 'real-world', professional Python applications ? Work with dates, times, and calendars ? Know when to use collections such as lists, dictionaries, and sets ? Understand Pythonic features such as comprehensions and iterators ? Write robust code using exception handling An introductory and beyond-level practical, hands-on Python training course that leads the student from the basics of writing and running Python scripts to more advanced features. An Overview of Python What is python? 1 -- An overview of Python What is python? Python Timeline Advantages/Disadvantages of Python Getting help with pydoc The Python Environment Starting Python Using the interpreter Running a Python script Python scripts on Unix/Windows Editors and IDEs Getting Started Using variables Built-in functions Strings Numbers Converting among types Writing to the screen Command line parameters Flow Control About flow control White space Conditional expressions Relational and Boolean operators While loops Alternate loop exits Sequences About sequences Lists and list methods Tuples Indexing and slicing Iterating through a sequence Sequence functions, keywords, and operators List comprehensions Generator Expressions Nested sequences Working with files File overview Opening a text file Reading a text file Writing to a text file Reading and writing raw (binary) data Converting binary data with struct Dictionaries and Sets About dictionaries Creating dictionaries Iterating through a dictionary About sets Creating sets Working with sets Functions Defining functions Parameters Global and local scope Nested functions Returning values Sorting The sorted() function Alternate keys Lambda functions Sorting collections Using operator.itemgetter() Reverse sorting Errors and Exception Handling Syntax errors Exceptions Using try/catch/else/finally Handling multiple exceptions Ignoring exceptions Modules and Packages The import statement Module search path Creating Modules Using packages Function and Module aliases Classes About o-o programming Defining classes Constructors Methods Instance data Properties Class methods and data Regular Expressions RE syntax overview RE Objects Searching and matching Compilation flags Groups and special groups Replacing text Splitting strings The standard library The sys module Launching external programs Math functions Random numbers The string module Reading CSV data Dates and times Working with dates and times Translating timestamps Parsing dates from text Formatting dates Calendar data Working with the file system Paths, directories, and filenames Checking for existence Permissions and other file attributes Walking directory trees Creating filters with fileinput Using shutil for file operations 17 ? Advanced data handling Defaultdict and Counter Prettyprinting data structures Compressed archives (zip, gzip, tar, etc.) Persistent data Advanced data handling Defaultdict and Counter Prettyprinting data structures Compressed archives (zip, gzip, tar, etc.) Persistent data Network services Grabbing web content Sending email Using SSH for remote access Using FTP Writing real-life applications Parsing command-line options Detecting the current platform Trapping signals Implementing logging Python Timeline Advantages/Disadvantages of Python Getting help with pydoc

Python 3 Essentials
Delivered OnlineFlexible Dates
Price on Enquiry

Gender Identity: What does LGBTQIA+ mean?

5.0(1)

By Enspark

Inclusive organizations are ones where members of the LGBTQAI+ community thrive. Providing a welcoming environment means ensuring that all employees have an understanding about respecting sexual identity. The acronym used to refer to this large segment of the population continues to grow to represent the identities of others. This video outlines the meaning behind 'LGBTQIA' and is intended to provide employees with further cultural competency. Length: 5:14 Learning Objectives Define and explain the components of the LGBTQIA+ acronym, including lesbian, gay, bisexual, transgender, queer, intersex, asexual, aromantic, agender, non-binary, and genderqueer identities.;Recognize the distinction between sexual orientation and gender identity, emphasizing the importance of respecting both aspects of an individual's identity.;Understand the significance of recognizing and supporting diverse gender and sexual identities, fostering inclusivity, and becoming an ally within the LGBTQIA+ community.

Gender Identity: What does LGBTQIA+ mean?
Delivered Online On Demand5 minutes
£4.95

A Practical Guide to Introducing Agile

By IIL Europe Ltd

A Practical Guide to Introducing Agile "Don't throw your baby out with the bath Water(fall)". This is not a deep conversation about Agile v Waterfall or where to use them (that is for other talks and much deeper thinkers /agile purists). Instead, this talk acknowledges that the world we are living in is complex, where every delivery is different and not binary, i.e., Agile or Waterfall. This talk is aimed at "Non Agilists" and focuses on how they shouldn't be scared of agile and that it isn't about throwing away everything you have learnt from delivering in a more traditional/Waterfall way. It is about building on them and embracing the true mindset and heart and soul of Agile. The key takeaways of the session include: An introduction to some of the basic concepts of agile and which to focus on first How to start your journey from "Non Agilist" to a person that can deliver irrespective of environment Some of the real-life examples and approaches that have been successfully used kick start the journey for both individuals and teams

A Practical Guide to Introducing Agile
Delivered Online On Demand45 minutes
£15

Gender Identity: Understanding Gender-Neutral Restrooms in the Workplace

5.0(1)

By Enspark

Inclusivity is something a lot of organizational leaders say they want, but what about restrooms? Gender-neutral restrooms are a great way to make sure that everyone feels welcome, understood, and respected in your organization. There are multiple approaches to making the change, and while some take more effort than others, it is worth it for the inclusion benefits it provides. This video is great for HR professionals, managers, and decision-makers in a company. Length: 3:39 Learning Objectives Acknowledge the importance of gender-neutral restrooms in promoting inclusivity and understanding the needs of transgender, non-binary, and diverse individuals in the workplace.;Recognize how gender-neutral restrooms are designed to prioritize safety, privacy, and comfort for all users, with an emphasis on individual stalls and appropriate signage.;Develop strategies to address objections and encourage open dialogue, ultimately fostering a more inclusive and accepting workplace that respects the diverse needs and experiences of all individuals.

Gender Identity: Understanding Gender-Neutral Restrooms in the Workplace
Delivered Online On Demand5 minutes
£4.95

C Programming Language for Beginners on Linux

4.5(3)

By Studyhub UK

Unleash the power of programming with our course, 'C Programming Language for Beginners on Linux.' Imagine a journey where you seamlessly transition from a novice to a proficient coder, all within the Linux environment. In Lesson 01, delve into the fundamentals, laying a robust foundation for your coding expedition. As you progress through each lesson, unravel the intricacies of loops, variables, and control flow, gaining mastery over the essential building blocks of C programming. Picture yourself navigating the world of pointers, dynamic memory allocation, and file handling, equipping yourself with skills that transcend basic coding. Learning Outcomes Master the fundamentals of C programming, from basic setup to advanced compiler flags. Develop proficiency in working with loops, variables, and control flow for efficient coding. Explore hexadecimal and binary notations, unraveling the mysteries of static variables. Gain hands-on experience with pointers, dynamic memory allocation, and file handling. Extend your coding capabilities by understanding structures, type definitions, and command line arguments. Why choose this C Programming Language for Beginners on Linux course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this C Programming Language for Beginners on Linux course for? Aspiring programmers eager to delve into the world of C coding. Students and beginners seeking a comprehensive guide to C programming on Linux. Tech enthusiasts keen on mastering the fundamentals of coding in a Linux environment. Those looking to enhance their programming skills with a focus on C language. Individuals interested in understanding file handling, pointers, and dynamic memory allocation in C. Career path Junior C Programmer: £25,000 - £30,000 Linux Systems Developer: £30,000 - £40,000 Embedded Software Engineer: £35,000 - £45,000 Systems Analyst: £28,000 - £35,000 C Software Developer: £30,000 - £40,000 Linux Kernel Developer: £40,000 - £50,000 Prerequisites This C Programming Language for Beginners on Linux does not require you to have any prior qualifications or experience. You can just enrol and start learning.This C Programming Language for Beginners on Linux was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum C Programming Language for Beginners on Linux Lesson 01: Explore the Basics and Setup 00:31:00 Lesson 02: Loops, Printing to Screen, Floating Point Variables 00:31:00 Lesson 03: Hexadecimal and Binary Notation, Static Variables 00:31:00 Lesson 04: Methods, Parameters, Strings 00:30:00 Lesson 05: Get Input from User, Compare Strings, Control Flow 00:28:00 Lesson 06: Pointers, Addresses, Printing Patterns to the Screen 00:32:00 Lesson 07: Structures, Dynamic Memory Allocation, Type Definition 00:31:00 Lesson 08: Read and Write Files, Command Line Arguments, Compiler Flags 00:28:00

C Programming Language for Beginners on Linux
Delivered Online On Demand4 hours 2 minutes
£10.99

RACISM – ACKNOWLEDGING AND UNDERSTANDING

By Inclusive Solutions

In this course we deepen participants understanding of systemic racism and the spectrum of privilege. It challenges the participants to examine their behaviours and take close looks at some of the views they have held since a very young age, e.g. this area is a “bad” area, because it has a high proportion of black/brown people living in it, or that young black men in tracksuits are “thugs”. We think about where these messages come from and how people are indoctrinated by the media. Course Category Inclusion Team Building Leadership Emotional needs Description In this course we deepen participants understanding of systemic racism and the spectrum of privilege. It challenges the participants to examine their behaviours and take close looks at some of the views they have held since a very young age, e.g. this area is a “bad” area, because it has a high proportion of black/brown people living in it, or that young black men in tracksuits are “thugs”. We think about where these messages come from and how people are indoctrinated by the media.  We explore the reasons why white people are so defensive when it comes to talking about race. We discuss having racial biases and the implications of them, such as unconsciously insulting people around us in the workplace. When we become aware of how our behaviours can affect people, we then look for solutions.  The course is designed for groups of professionals to come together as a team to try and take responsibility for the racism that goes on in their workplace – empowering the leadership to have difficult conversations with team members and create a paradigm shift across the entire organisation.  Please come with an open mind, and you might be surprised at what you find out. We are striving for a world where racism is an open conversation and not a topic that we shy away from.  Testimonials “That was a really insightful session and thought provoking. I would love to attend more sessions on racism. Thank you for the engaging questions and delivery” “Lots of things to reflect on!” Learning Objectives Participants will: Confront their own racism and unconscious biases Become aware of the ways they treat people differently based on race Think about practical changes they can make in their workplaces Who Is It For? Leadership teams seeking guidance and reflection Educators who want to get it right People who have had not had much contact with people outside their own race People who believe they are “not racist” Course Content Background – brief history of systemic racism Racism as a binary – the problem with thinking only “bad” people can be racist Trust – how do we feel around people we don’t trust? Difference – how do we act when we feel different? What do Good Manners look like around people of different cultures? What does Good Allyship look like in the workplace? Why don’t we talk about race? What does your race mean to you? Examining our privilege – activity Interracial friendship video Visioning – what does the ideal workplace look like? Setting Actions – what achievable actions can we set to bring us closer to our dream future?

RACISM – ACKNOWLEDGING AND UNDERSTANDING
Delivered in UK Wide Travel Costs or OnlineFlexible Dates
£1,800 to £2,500

Understanding Gender and Gender Identity

5.0(1)

By Enspark

Respecting gender identity is an important part of creating an inclusive workplace environment. Because it is a new concept to some, it is helpful and even crucial to provide periodic training on the appropriate way to discuss the topic at work and how to prevent misunderstandings and even harassment. This video outlines what gender identity is, the importance of appropriate and respectful language, the harm caused by misgendering, and several best practices for creating a workplace that is respectful to people of all gender identities. Length: 4:39 Learning Objectives Distinguish between gender identity and sexual orientation, recognizing that gender identity pertains to a person's intrinsic sense of self within a gendered context, while sexual orientation relates to one's attraction to others.;Gain an understanding of the fluidity of gender identity, including concepts like transgender, gender-fluid, genderqueer, and non-binary, to appreciate the diverse ways individuals identify and express their gender.;Learn practical strategies to promote respect for gender identity in the workplace, such as using gender-neutral language, avoiding misgendering, and understanding the importance of names and pronouns in supporting individuals' gender identities.

Understanding Gender and Gender Identity
Delivered Online On Demand5 minutes
£4.95

Computer Programming Diploma - CPD Certified

4.7(47)

By Academy for Health and Fitness

The technology industry is thriving, and computer science is currently one of the most in-demand industries in the UK. It is also one of the top ten most lucrative expertise in the UK. So if you want to be a part of this rising business and prepare for the appropriate job market, we have the right thing for you. Join us in our comprehensively designed Computer Programming at QLS Level 5 course specially designed to improve your employability skills in the related job market. In this course, you will get a complete overview of the binary system. You will learn how to analyze and sort algorithms. In addition, this course will cover the fundamentals of arrays, linked lists, stacks, queues, and much more. Many firms in the UK value computer programming because of the multiple transferable and adaptive skills it provides, especially for non-developer professions. Furthermore, with the 2020 events causing rapid and altering work patterns, programming is more vital than ever. So, why are you wasting your time? Check out the Computer Programming at QLS Level 5 course right now, and you will be reaping the advantages of it in no time. Learning Outcomes Upon completion of the Computer Programming at QLS Level 5 course, you will be able to, Get an overview of the binary system. Discover how to create and analyze algorithms. Learn the steps of creating arrays. Improve your understanding of linked lists. Know in detail about the steps of sorting algorithms. Overall, increase your skills based on trees and heaps. Why Choose Computer Programming Diploma? Opportunity to earn a certificate endorsed by the Quality Licence Scheme and another certificate accredited by CPD Get a free student ID card! (£10 postal charge will be applicable for international delivery) Innovative and engaging content. Free assessments 24/7 tutor support. Take a step toward a brighter future! *** Course Curriculum *** Here is the curriculum breakdown of the course: Module 01: Introduction Module 02: Analyzing Algorithms Module 03: Arrays Module 04: Linked Lists Module 05: Stacks and Queues Module 06: Sorting Algorithms Module 07: Trees Module 08: Heaps Module 09: Conclusion Assessment Process You have to complete the assignment questions given at the end of the course and score a minimum of 60% to pass each exam.Our expert trainers will assess your assignment and give you feedback after you submit the assignment. After passing the Diploma in Computer Programming at QLS Level 5 exam, you will be able to request a certificate at an additional cost that has been endorsed by the Quality Licence Scheme. CPD 150 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone interested in learning more about the topic is advised to take this Computer Programming Diploma. This course is open to everybody. Requirements You will not need any prior background or expertise to enrol in this course. Career path If you want to opt for computer programming, this course will improve the value of your CV and make you a desirable candidate for jobs such as: Computer Programmer. IT Manager. Computer Specialists. Computer Maintenance Staff. Computer programmers get an entry-level salary of £26,000 per year, with most experienced experts earning up to £38,000 per year. Certificates Certificate Accredited by CPDQS Digital certificate - £10 Diploma in Computer Programming at QLS Level 5 Hard copy certificate - £119 Show off Your New Skills with a Certificate of Completion After successfully completing the Diploma in Computer Programming at QLS Level 5, you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme. The certificate will be home-delivered, with a pricing scheme of - 119 GBP inside the UK 129 GBP (including postal fees) for international delivery Certificate Accredited by CPDQS Upon finishing the Computer Programming Diploma, you need to order to receive a CPDQS accredited certificate that is accepted all over the UK and also internationally. The pricing schemes are - 10 GBP for Digital Certificate 29 GBP for Printed Hardcopy Certificate inside the UK 39 GBP for Printed Hardcopy Certificate outside the UK (international delivery)

Computer Programming Diploma - CPD Certified
Delivered Online On Demand3 weeks
£12

Certified Penetration Testing Professional (CPENT)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for Ethical Hackers, Penetration Testers, Network Server Administrators, Firewall Administrators, Security Testers, System Administrators and Risk Assessment Professionals, Cybersecurity Forensic Analyst, Cyberthreat Analyst, Cloud Security, Analyst Information Security Consultant, Application Security Analyst, Cybersecurity Assurance Engineer, Security Operations Center (SOC) Analyst, Technical Operations Network Engineer, Information Security Engineer, Network Security Penetration Tester, Network Security Engineer, Information Security Architect. Overview Upon successful completion of this course, students will master their Penetration Testing skills, perform the repeatable methodology, become committed to the code of ethics, and present analyzed results through structured reports. The main course outcomes include: 100% mapped with the NICE framework. Maps to the job role of a Penetration Tester and security analyst, based on major job portals. 100% methodology-based Penetration Testing program. Provides strong reporting writing guidance. Blended with both manual and automated Penetration Testing approaches. Gives a real-world experience through an Advanced Penetration Testing Range. Designed based on the most common Penetration Testing services offered by the best service providers in the market. Offers standard templates that can help during a Penetration test. This is a multidisciplinary course with extensive hands-on training in a wide range of crucial skills, including advanced Windows attacks, Internet of Things (IoT) and Operational Technology (OT) systems, filtered network bypass techniques, exploit writing, single and double pivoting, advanced privilege escalation, and binary exploitation. Course Outline Introduction to Penetration Testing Penetration Testing Scoping and Engagement Open Source Intelligence (OSINT) Social Engineering Penetration Testing Network Penetration Testing ? External Network Penetration Testing ? Internal Network Penetration Testing - Perimeter Devices Web Application Penetration Testing Wireless Penetration Testing IoT Penetration Testing OT/SCADA Penetration Testing Cloud Penetration Testing Binary Analysis and Exploitation Report Writing and Post-Testing Actions Additional course details: Nexus Humans Certified Penetration Testing Professional (CPENT) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Certified Penetration Testing Professional (CPENT) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Certified Penetration Testing Professional (CPENT)
Delivered OnlineFlexible Dates
Price on Enquiry
1...34567...17