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

2694 Code courses delivered Online

Ultimate Guide to Raspberry Pi - Tips, Tricks, and Hacks

By Packt

This course will provide the information you need to master the Raspberry Pi 3 and Raspberry Pi 4. It walks you through everything you need to know to use the platform to the fullest and assumes no prior programming or electronics knowledge. The course also covers details about Raspberry Pi OS and Raspberry Pi Imager.

Ultimate Guide to Raspberry Pi - Tips, Tricks, and Hacks
Delivered Online On Demand4 hours 43 minutes
£68.99

Essential HSPA and HSPA+

5.0(3)

By Systems & Network Training

HSPA and HSPA+ training course description HSDPA (High Speed Downlink Packet Access) and HSUPA (High Speed Uplink Packet Access) provide speeds of upto 14Mbps downlink and 5Mbps uplink. This theory-based course provides an overview of the 3GPP R5 and R6 HSDPA/HSUPA standards and the technologies which are involved. The HSPA+ R7 enhancements are also covered. What will you learn Explain the relationship between HSPA and UMTS. Describe the benefits of HSPA/HSPA+ Explain the HSPA/HSPA+ technical enhancements. Explain packet flows in HSPA/HSPA+. Recognise the migration issues involved with HSPA/HSPA+ HSPA and HSPA+ training course details Who will benefit: Anyone working with HSPA. Prerequisites: Essential UMTS Duration 2 days HSPA and HSPA+ training course contents UMTS review UMTS architecture, components, interfaces, protocols, W-CDMA, standards, 3GPPr5, 3GPPr6, evolution to HSDPA and HSPA. HSPA basics What is HSDPA, what is HSUPA, key features, system capacities, data rates, delays. Key concepts: Adaptive modulation and coding (AMC), QPSK, 16QAM, HARQ, MAC-hs, multiplexing, subframes. HSPA channels Logical, transport, physical channels, dedicated vs. shared channels, HS-PDSCH, HS-SCCH, HS-DPCCH, code multiplexing, E-DCH, Enhanced DPCCH. MAC-architecture Controlling HS-DSCH, flow control, buffering, priority queues, packet scheduling, fast packet scheduling, Selecting modulation and coding. HARQ: Packet retransmissions, Incremental redundancy, comparison with ARQ, TFRC. MAC-d, MAC-c/sh, MAC-hs, MAC-es, MAC-e. HSPA migration HSDPA in the Radio Access Network (RAN), reuse of existing UMTS components, changes required, Impact on Iub/Iur interfaces, new and modified NBAP procedures, backwards compatibility. Packet flows Packet data session setup, simultaneous voice and data, QoS, TCP flow control, WCDMA packet scheduler, mobility procedures. HSPA phase 2 (3GPP r6) What is evolved HSPA? Speeds. Multiple Input Multiple Output (MIMO). Optional all IP architecture. R8 and LTE.

Essential HSPA and HSPA+
Delivered in Internationally or OnlineFlexible Dates
£2,477

PHP Crash Course: Learn PHP in 90 Minutes

By Packt

Learn PHP in less than 90 minutes with this fast-paced PHP guide

PHP Crash Course: Learn PHP in 90 Minutes
Delivered Online On Demand1 hour 16 minutes
£33.99

Python Coding for Beginners (Exam Included)

By Hudson

If you’re looking to start a career in Python coding, but don’t know where to begin, this might be for you. This course is aimed at absolute beginners that have never done any coding before. Early on in the course, you’ll learn what coding is, what certain types of languages are used for, specifically Python, and the types of careers available through learning Python.

Python Coding for Beginners (Exam Included)
Delivered Online On Demand
£954

Entity Framework Core - A Full Tour

By Packt

Dive into the comprehensive world of Entity Framework Core with this detailed course, designed to equip you with the skills to efficiently use EF Core in .NET applications.

Entity Framework Core - A Full Tour
Delivered Online On Demand10 hours 31 minutes
£59.99

The Ultimate HTML Developer 2020 Edition

By Packt

Learn HTML from scratch and get started as a web developer

The Ultimate HTML Developer 2020 Edition
Delivered Online On Demand6 hours 40 minutes
£127.99

Microsoft Excel Macros & VBA - Online classroom

By Microsoft Office Training

Course Objectives At the end of this course you will be able to: Record and edit a Macro Assign macros to keyboard shortcuts, Quick Access Toolbar, Buttons and Shape objects. Use the Visual Basic Editor; change the properties of an object; add a module to a project; write the code for a procedure and then run it; and use the Object Browser to search procedures Manipulate data by declaring variables of different data types; combine data by using expressions; use functions to accept input and display output; and declare variables and procedures with the appropriate scope Use decision structures to create procedures that make decisions; and use loop structures to perform repetitive tasks Create an error handling routine in case things go wrong with VBA code ' 1 year email support service Take a closer look at the consistent excellent feedback from our growing corporate clients visiting our site ms-officetraining co uk Customer Feedback Best Training Ever! Just finished a bespoke 1-1 training course in Excel Advanced, Macros & VBA. Pedro is an excellent trainer, imparting his skills and knowledge in the best way - appropriately to audience skills, knowledge and ability. Pedro is always approachable, encouraging and supportive, giving delegates the optimum learning environment. I would not hesitate to recommend Pedro as a trainer, whatever your level of ability. Amanda Morris - Treasury & Systems Accountant at Reall - Real Equity for All The trainer was very knowledgeable, kept everyone involved and was enthusiastic. A great experience.. Simon Harper - Lloyd's of London My learning experience was awesome. Perdinand Reagan - Subsea7 Very nice and relaxed approach to teaching. Was definitely a good learning experience. Jerome Pupe - S5 Agency World The Trainer – Very positive + patient + helpful + thorough Agnes Souza - Direct Wines ' With more than 20 years experience, we deliver courses on all levels of the Desktop version of Microsoft Office and Office 365; ranging from Beginner, Intermediate, Advanced to the VBA level. Our trainers are Microsoft certified professionals with a proven track record with several years experience in delivering classroom, one to one, tailored and bespoke courses. Tailored In Company training: You can choose to run the course exactly as they are outlined by us or we can customise it so that it meets your specific needs. A tailored or bespoke course will follow the standard outline but may be adapted to your specific organisational needs. Introduction to Macros and VBA Introducing Visual Basic for Applications Recording a Macro Naming conventions for Macro Procedures Running a Macro Absolute or Relative Cell Referencing Saving and Opening Files with Macros Making macros always available Adding Macros to Keyboard Shortcuts, Quick Access Toolbar, Buttons and Shapes Editing a Macro in the Visual Basic Editor Understanding the Development Environment Customising the Editor Tips for General Typing in VBA Using Visual Basic Help Working with Procedures Program Design Understanding Modules Naming Rules Creating a Module Understanding Procedures Programming Macro Concepts Creating a Subroutine Creating a Function Understanding Arguments Exiting Procedures Calling Procedures Objects, Properties, Methods and Events Understanding Objects Properties, Methods, and Events Navigating the Object Hierarchy Understanding Collections Accessing a Member of a Collection Understanding Hierarchy Using the Object Browser Using the With Statement Working with Properties Working with Methods Creating an Event Procedure Reserved Macro Names Using Expressions, Variables and Intrinsic Functions Understanding Expressions and Statements Declaring Variables Understanding Data Types Determining the Value of Variables Working with Variable Scope Using Built-in VBA Functions Understanding Constants Using Message Boxes Controlling the Answer to a Message Box Using Input Boxes Declaring and Using Object Variables Controlling Program Execution Understanding Control-of-Flow Structures Using the If...End If Decision Structures Nested If Statements Using the Select Case ... End Select Structure Using the Do ... Loop Structure Using the For ... Next Structure Using the For Each ... Next Structure Guidelines for Use of Control-of-Flow Structures Debugging and Handling Errors Understanding Errors Using Debugging Tools Setting Breakpoints and Using Break Mode Stepping Through Code Trapping Errors with the On Error Statement Understanding the Err Object Working with Inline Error Handling Writing an Error-Handling Routine Working with Forms and Controls Understanding UserForms Creating a Form Displaying and Removing a Form Aligning and Sizing Controls Using the Toolbox Working with a Form's Properties, Methods, and Events Working with Form and Control Properties, Methods and Event Setting the Tab Order Populating a Control Who is this course for? Who is this course for? This course is designed to give proficiency in the Visual Basic Editor (VBE), predominantly making use of Excel objects, understanding Object's Properties, Events and Methods, basic VBA Object oriented programming, event handling, control structures, and debugging tools. Requirements Requirements Preferably, delegates should have attended the Excel Advanced course. Career path Career path Excel know-how can instantly increase your job prospects as well as your salary. 80 percent of job openings require spreadsheet and word-processing software skills Certificates Certificates Certificate of completion Digital certificate - Included

Microsoft Excel Macros & VBA - Online  classroom
Delivered OnlineFlexible Dates
£550

Oracle Certification: Mastering Java for Beginners and Experts

By Packt

Java is one of the most popular programming languages. Companies such as Facebook, Microsoft, and Apple all want Java.

Oracle Certification: Mastering Java for Beginners and Experts
Delivered Online On Demand5 hours 45 minutes
£134.99

jQuery Level 1

By OnlineCoursesLearning.com

jQuery Certification Level 1 JQuery is a subset of Javascript. It's consistently ideal to discover something that can make life somewhat less difficult, without settling on quality. In web programming, JQuery is a stage that makes the website architecture world a cycle easier. JQuery, does what Javascript does, yet with less measure of work - or coding. Also, JQuery works on a ton of the muddled components of Javascript with an API that is not difficult to utilize. To place it into point of view, one line of JQuery can here and there approach 10-15 lines of Javascript code. JQuery likewise takes into account a ton of innovative adaptability, for example, adding enlivened impacts, making picture slideshows, and adding dropdown menus, to give some examples. In this course, you will gain proficiency with the nuts and bolts of JQuery coding and a portion of the principle includes that set JQuery apart from other comparable coding libraries. What you will gain from this course: The contrast among JQuery and Javascript Instructions to add a coding library Instructions to fuse different label functionalities, for example, blurring in and out and the cover up and show highlight. Comprehend the distinction between the 'id' and 'class' label gatherings See how to code and recognize the utilization of catches on a page The most effective method to appropriately flip in web programming The advantages of taking this course You will realize how to enter html language and what required labels should be utilized You will see how to do essential coding and how to set up a code in Javascript You will actually want to code for activity You will be comfortable with jsbin.com - a free coding library stage that assists with idealizing coding abilities You will actually want to distinguish the different codes and the similitudes and contrasts they have with respect to yield You will realize how to function inside switch boundaries and will comprehend a JQuery climate

jQuery Level 1
Delivered Online On Demand
£50

Python for Everybody: The Ultimate Python 3 Bootcamp

By Packt

This course focuses on Python 3 and uses modern Python 3.7 and Python 3.8. It is designed to support Python application development on Windows, macOS, and Linux. As Python 2 is no longer maintained by the Python development team, and there are no more security updates, the focus has now shifted to using Python 3.

Python for Everybody: The Ultimate Python 3 Bootcamp
Delivered Online On Demand9 hours 20 minutes
£52.99