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

22 Python courses in Hertford

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

Python for network engineers

5.0(3)

By Systems & Network Training

Python training course description This Python course focusses on teaching Python for use in network automation and network DevOps. We focus on getting delegates up and running with Python and network automation as quickly as possible rather than making them great programmers. In other words we concentrate on enabling delegates to use network automation libraries such as netmiko, NAPALM and Nornir, and APIs such as NETCONF and RESTCONF rather than enabling delegates to produce object oriented programs. Hands on sessions use Cisco and Juniper devices. What will you learn Run Python programs. Read Python programs. Write Python programs. Debug Python programs. Automate network tasks with Python programs. Configure network devices with Python. Collect data from network devices with Python. Python training course details Who will benefit: Network engineers. Prerequisites: TCP/IP Foundation Duration 5 days Python training course contents What is Python? Programming languages, Why Python? Python in interactive mode, Python scripts, ipython, Python version 2 versus version 3. A simple Python script. Comments. Hands on Installing Python, Hello world. A network example On box vs off box Python. telnet, ssh, NETCONF, HTTP, APIs, manufacturers and API support, analysis of a simple telnetlib program. Hands on Using Python to retrieve the configuration from a network device. Using wireshark to analyse the actions. Python basics I/O, operators, variables and assignment, types, indentation, loops and conditionals. Hands on Modifying the telnet program, changing configurations on a network devices. Functions, classes and methods What are functions, calling functions, builtin functions, useful builtin functions, file handling, classes, objects, creating instances. Hands on Storing configurations in files, configuring devices from files, using an inventory file to work on multiple devices. Libraries and modules Modules, files and packages, import, from-import, Python standard library, other packages, pip install, executing other programs. Managing python libraries. Hands on Using pip, installing and using ipaddress, subprocess to access netsnmp. For the more advanced, using the sockets library. Paramiko and netmiko SSH, enabling SSH on devices, keys. Paramiko versus netmiko, example scripts. pexpect. Hands on Configuring VLANs from Python. pySNMP Gathering facts using previous methods, SNMP review, pySNMP GET, pySNMP and SNMPv3. easySNMP library. Hands on Walking a MIB from Python. NETCONF What is NETCONF? Enabling NETCONF on devices, A first ncclient script, device handlers, get_config, edit_config, copy_config, delete_config, commit, validate, pyEZ, utils_config, utils.sw. Hands on Configuration using ncclient and PyEZ. This session is expanded for those interesting in JunOS automation. Manipulating configuration files Builtin functions, string handling. Unicode. Sequences, strings, lists, tuples. Dictionaries. TextFSM. Regular expressions. JSON, YAML, XML, YANG, Jinja2, templates. Hands on Jinja2 templating with Python to configure network devices. NAPALM Getters, configuration operations, supported devices, NAPALM transport, Config-replace, Config-merge, Compare config, Atomic changes, rollback. Example NAPLAM scripts. Hands on Using NAPALM to gather facts, Using NAPALM for configuration management REST and RESTCONF What is REST, HTTP methods, GET, POST, cURL, Postman, Python requests library. RESTCONF, a RESTCONF example. Hands on Modifying a configuration using RESTCONF. Scapy What is scapy, Scapy in interactive mode, Scapy as a module. Hands on Packet crafting from Python. Warning Errors and exceptions, Exception handling, try, except. Memory management. Garbage collection. Context management, With. Hands on Improving Python code. Nornir What is Nornir? A network automation framework, inventories, connection management and parallelization. Nornir architecture and other libraires. Hands on Setting up nornir, nornir fact gathering, nornir tasks. Optional Writing your own functions, Writing your own classes. pyntc. Hands on Writing reusable code.

Python for network engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Advanced Python for network engineers

5.0(3)

By Systems & Network Training

Advanced Python training course description This course caters to network engineers aiming to enhance both their Python proficiency and network automation skills. Delving deeper into key areas such as netmiko, Nornir, and ncclient, we also focus on automating network testing and validation. Participants gain greater confidence working with Python functions, classes, objects, and error handling. The course additionally introduces more libraries like Scrapli, TTP, pyATS, Genie, pybatfish, and Suzieq, which cover parsing strategies, automation testing, validation, network analysis, observability, and telemetry. The curriculum also encompasses concurrency techniques. What will you learn Write Python modules and functions. Evaluate techniques to parse unstructured data. Use NETCONF filters. Handle Python errors effectively (try, assert…). Use postman. Automate testing and validation of the network. Use scrapli, Genie, batfish and Suzieq. Advanced Python training course details Who will benefit: Network engineers. Prerequisites: Python for network engineers Duration 5 days Advanced Python training course contents Review CLI, NETCONF, RESTCONF, structured versus unstructured data, gNMI and when to use which. PEP 8. Naming conventions. Packages, modules, Classes and methods. The scrapli library. Netmiko versus scrapli. Hands on: scrapli, Dictionaries versus Regular Expressions. Modules and Functions Writing your own modules, containers versus packages, virtual environments. Best practices, calling functions, writing your own functions. Parameters, arguments. Named arguments, dictionaries as arguments. Builtins. Docstrings. Main. __name__, __main__ . Program arguments. Hands on: Getting interfaces, showing interface status using Netmiko and functions. Using dictionaries as arguments. Writing your own modules. Parsing strategies Turning unstructured data into structured data. textfsm, PyATS Genie parser, NAPALM getters, Template Text Parser. Hands on: Genie parser, TTP. Accessing structured data with lists and dictionaries. Classes, objects and Python Python classes in Genie, PyEZ and others . Hands on: studying network automation classes, objects, methods and attributes. Configuration management - more nornir, ncclient, requests Nornir tasks. Nornir results, Nornir functions, Nornir plugins. Nornir processors. YANG, YANG models, pyang. NETCONF hello. Capabilities. Schemas. Filters. Subtrees. XPATH. Exploring available YANG data models. NETCONF and network wide transactions. Asserting NETCONF capabilities. Configuration types. Locking configurations, commits. NETCONF data stores. Netconf-console. RESTCONF differences from NETCONF. URI construction. Postman. More XML and JSON. Git and configuration versions. Hands on: Nornir and Jinja2. Exploring available models, NETCONF filters. Using postman. Python error handling and debugging Context handlers, try, assert, logging, pdb, pytest, unit testing, chatgpt. Hands on: Writing code with each of the error handling methods, investigating what happens on an error. Use chatgpt to debug your code. Python Automation Testing Testing and validation. pyATS, Genie. Testbed file. Genie parse, genie learn, genie diff. Genie conf, Genie ops, Genie SDK, Genie harness. Xpresso. Hands on: Using Genie for state comparisons of the network. Network analysis Batfish, pybatfish, configuration analysis, analysing routing, analysing ACLs. Pandas. Pandas dataframe. Filtering and selecting values of interest. Hands on: Use Batfish to analyse network snapshots, find network adjacencies, flow path analysis. Network observability Suzieq, using docker, using as a package. Sqpoller, suzieq-gui, suzieq-cli, sq-rest-server. Namespaces and seeing devices, network state and Asserts. Time based analysis, snapshots and changes. Hands on: Suzieq: Gathering data from the network, analysing data from the network. Network state assertion. Telemetry gRPC, gNMI. CAP, GET, SET. Subscriptions. Model Driven telemetry. Hands on: Analysing telemetry data with Python. Concurrency asyncio, threads, processes. Nornir concurrency. Scrapli and netmiko concurrency. Hands on: Multiple SSH connections to devices at same time. Scarpli asyncio.

Advanced Python for network engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Assessment Based Training - Python Programming & Analytics for the Oil & Gas Sector - Maximising Value from Data Assets

By EnergyEdge - Training for a Sustainable Energy Future

Maximize the value of data assets in the oil and gas sector with EnergyEdge's assessment-based training course on Python programming and analytics.

Assessment Based Training - Python Programming & Analytics for the Oil & Gas Sector - Maximising Value from Data Assets
Delivered in Internationally or OnlineFlexible Dates
£2,799 to £2,899

Network automation for engineers

5.0(3)

By Systems & Network Training

Network automation course description This course is not a soft skills course covering the concepts of DevOps but instead concentrates on the technical side of tools and languages for network DevOps. Particular technologies focussed on are ansible, git and Python enabling delegates to leave the course ready to starting automating their network. Hands on sessions follow all major sections. More detailed courses on individual aspects of this course are available. What will you learn Evaluate network automation tools. Automate tasks with ansible. Use git for version control. Use Python to manage network devices. Use Python libraries for network devices. Network automation course details Who will benefit: Network engineers. Prerequisites: TCP/IP foundation for engineers. Duration 5 days Network automation course contents What is DevOps Programming and automating networks, networks and clouds, AWS, OpenStack, SDN, DevOps for network operations. Initial configuration Configuring SSH, ZTP, POAP. Hands on Initial lab configuration. Getting started with ansible The language, the engine, the framework. Uses of ansible, orchestration. The architecture, Controlling machines, nodes, Agentless, SSH, modules. Configuration management, inventories, playbooks, modules, roles. Hands on Installing ansible, running ad hoc commands. Ansible playbooks ansible-playbook, YAML, plays, tasks, handlers, modules. Playbook variables. Register module, debug module. Hands on Running playbooks. Ansible Inventories /etc/ansible/hosts, hosts, groups, static inventories, dynamic inventories. Inventory variables, external variables. Limiting hosts. Hands on Static inventories, variables in inventory files. Ansible modules for networking Built in modules, custom modules, return values. Core modules for network operations. Cisco and/ or Juniper modules. ansible_connection. Ansible 2.6 CLI. Hands on Using modules. Ansible templating and roles Configuration management, full configurations, partial configurations. The template module, the assemble module, connection: local, Jinja2 templates, variables, if, for, roles. Hands on Generating multiple configurations from a template. Network programming and modules Why use Python? Why use ansible? alternatives, ansible tower, Linux network devices. Programming with Python Scripting versus application development, Python interactive mode, Python scripts, Python 2.7 vs Python 3. A simple Python script. Variables, loops, control statements, operators. PEP style guide. Python IDEs. Hands on Simple Python programs. More Python programming Functions. Classes, objects and instances, modules, libraries, packages. Python strings, Python file handling, pip list, pip install, Hands on Python programming with pyping. Git Distributed version control, repositories, Git and GitHub, Alternatives to GitHub, Installing git, git workflows, creating repositories, adding and editing files, branching and merging, merge conflicts. Hands on working with Git. Python and networking APIs, Sockets, Telnetlib, pysnmp, ncclient, ciscoconfparse. Paramiko SSH and Netmiko Integrating Python and network devices using SSH. Netmiko, Netmiko methods. Hands on Netmiko. PyEZ Juniper, NETCONF, installing PyEZ, a first pyEZ script, pyEZ configuration management. Hands on Juniper configuration management with pyEZ. NAPALM What is NAPALM, NAPALM operations, getters, Replace, merge, compare, commit, discard. Hands on Configuration with NAPALM. Integrating ansible and NAPALM. Python and REST REST APIs, enabling the REST API. Accessing the REST API with a browser, cURL, Python and REST, the request library. Hands on Using a REST API with network devices.

Network automation for engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

DevOps for networking engineers

5.0(3)

By Systems & Network Training

Network DevOps course description This course is not a soft skills course covering the concepts of DevOps but instead concentrates on the technical side of tools and languages for network DevOps. Particular technologies focussed on are ansible, git and Python enabling delegates to leave the course ready to starting automating their network. Hands on sessions follow all major sections. More detailed courses on individual aspects of this course are available. What will you learn Evaluate network automation tools. Automate tasks with ansible. Use git for version control. Use Python to manage network devices. Use Python libraries for network devices. Network DevOps course details Who will benefit: Administrators automating tasks. Prerequisites: TCP/IP Foundation Duration 5 days Network DevOps course contents What is DevOps Programming and automating networks, networks and clouds, AWS, OpenStack, SDN, DevOps for network operations. Initial configuration Configuring SSH, ZTP, POAP. Hands on Initial lab configuration. Getting started with ansible The language, the engine, the framework. Uses of ansible, orchestration. The architecture, Controlling machines, nodes, Agentless, SSH, modules. Configuration management, inventories, playbooks, modules, roles. Hands on Installing ansible, running ad hoc commands. Ansible playbooks ansible-playbook, YAML, plays, tasks, handlers, modules. Playbook variables. Register module, debug module. Hands on Running playbooks. Ansible Inventories /etc/ansible/hosts, hosts, groups, static inventories, dynamic inventories. Inventory variables, external variables. Limiting hosts. Hands on Static inventories, variables in inventory files. Ansible modules for networking Built in modules, custom modules, return values. Core modules for network operations. Cisco and/or Juniper modules. ansible_connection. Ansible 2.6 CLI. Hands on Using modules. Ansible templating and roles aConfiguration management, full configurations, partial configurations. The template module, the assemble module, connection: local, Jinja2 templates, variables, if, for, roles. Hands on Generating multiple configurations from a template. Network programming and modules Why use Python? Why use ansible? alternatives, ansible tower, Linux network devices. Programming with Python Python programming Functions. Classes, objects and instances, modules, libraries, packages. Python strings, Python file handling, pip list, pip instal. Hands on Python programming with pyping. More Python programming Functions. Classes, objects and instances, modules, libraries, packages. Python strings, Python file handling, pip list, pip install. Hands on Python programming with pyping. Git Distributed version control, repositories, Git and GitHub, Alternatives to GitHub, Installing git, git workflows, creating repositories, adding and editing files, branching and merging, merge conflicts. Hands on working with Git. Python and networking APIs, Sockets, Telnetlib, pysnmp, ncclient, ciscoconfparse. Paramiko SSH and Netmiko Integrating Python and network devices using SSH. Netmiko, Netmiko methods. Hands on Netmiko. NAPALM What is NAPALM, NAPALM operations, getters, Replace, merge, compare, commit, discard. Hands on Configuration with NAPALM. Integrating ansible and NAPALM. Python and REST REST APIs, enabling the REST API. Accessing the REST API with a browser, cURL, Python and REST, the request library. Hands on Using a REST API with network devices.

DevOps for networking engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Network management technologies

5.0(3)

By Systems & Network Training

Network management technologies course description A comprehensive tour of the available network management technologies available for todays networks. The course starts with basic tools such as syslog along with Python network automation. SNMP is then covered with the *flow technologies and streaming telemetry. Configuration management with ansible, Python, NETCONF and RESTCONF is then studied. The final part of the course looks at SDN. Hands on sessions are used throughout to reinforce the theory rather than teach specific manufacturer equipment. Note that sections are available as individual courses. What will you learn Evaluate network management technologies. Evaluate network management technologies. Recognise the weaknesses of SNMP versus NETCONF and streaming telemetry. Explain the role of NETCONF and RESTCONF. Compare & contrast *flow and streaming telemetry. Explain the role of SDN in network management. Automate network configuration with ansible and Python. Network management technologies course details Who will benefit: Those wishing to manage networks. (Previous Python experience is NOT needed) Prerequisites: Intro to data comms Duration 5 days Network management technologies course content Basic network management Network management What is network management? Benefits, issues. FCAPS model. Fault management, Configuration management, accounting, performance, security. What to manage, what not to manage. Managing network devices, managing servers. Monitoring networks Traditional network tools Ping..., SSH, syslog, TFTP for configurations. nmap. Wireshark. CLI. Web based management. Splunk. Nessus, snort, Kali. Hands on syslog, network inventories. Network automation using the CLI Programming and automating networks, netOps. Python, Git. Python network modules, SSH, paramiko, netmiko. EVE-NG. Hands onPython network modules. Structured versus unstructured data Problems with automation and unstructured data. XML, JSON, YAML. The role of YANG. Hands on Parsing data. SNMP SNMP architecture, SNMP MIBs, SMI, the SNMP protocol, polling security. Configuring SNMP. SNMPv1, v2, v3, SNMP security. Which version should you use? MIBs and MIB structure. mib-2, extra parts of mib-2, Private enterprise MIBs. Summary: What SNMP is good/bad at. Hands on Configuring agents and a NMS. MIB browsing. Server management Microsoft, Linux, application polling. WMI vs SNMP. Hands on: Application polling. Performance management *flow Polling, push vs pull, netflow, sflow, IPFIX, *flow. Flows. Where to monitor traffic. Comparing *flow with SNMP. Architecture: Generators and collectors. When flows are exported. NetFlow reporting products. SolarWinds. Hands on Netflow configuration. Collectors. Streaming telemetry Model driven telemetry, periodic/on change. Structured data. Telemetry protocol stack. gRPC and gNMI. Protobuf. gNMI operations. Telemetry architecture. Telegraf, databases, Grafana. Hands on Telemetry example. Configuration management Configuration management tools Chef, puppet, ansible, saltstack. Ansible architecture, controlling machines, nodes, agentless, SSH, modules. Inventories, playbooks, modules, network modules, jinja2 templates. Hands on Network configuration with ansible. NETCONF What is NETCONF? Protocol stack, Data stores, traffic flows, validating configurations, rollback. YANG data models and how YANG is used by NETCONF. XML. Explorers and other tools. Hands on anx, Python and NETCONF. RESTCONF The REST API, HTTP, What is RESTCONF? Tools including Postman. Comparison with NETCONF. Hands on Configuration with RESTCONF. Python network automation: configuration SSH issues. Using structured data. Jinja2. ncclient, requests, NAPALM, Nornir. Automated testing. Hands on Python network device configuration with nornir. Software Defined Networks and orchestration Classic SDN What is SDN? benefits. SDN architecture. SDN applications, SDN switches, SDN controllers, Network Operating Systems. Control plane, data plane. Northbound interfaces. SDN components. Southbound interfaces. OpenFlow. ONF, OpenFlow ports, Flow tables. Network virtualization Virtual networks, virtual switches, NfV. Service chaining. NfV and SDN. SDN implementations Classic SDN, Hybrid SDN, SDN via APIs, SDN via overlays. Data centre SDN, VXLAN, Service Provider SDN, SD WAN, Enterprise SDN, WiFi. SDN and open source OpenDaylight, OpenVSwitch, Open Networking Forum, Open Network Operating System. Hands onOpenStack. SD-WAN What is SD-WAN? Architecture: Edge, gateway, orchestrator, controller. Overlay and underlay. Use of MPLS, 4G/5G. Benefits and features. Secure Access Service Edge (SASE).

Network management technologies
Delivered in Internationally or OnlineFlexible Dates
£3,697

Network programming with sockets

5.0(3)

By Systems & Network Training

Sockets programming training course description A hands on course for programmers using Sockets. It is important to recognise that the course assumes that delegates are already familiar with TCP/IP and Python. Practical exercises follow all the major theory sessions. What will you learn Read Python programs which use Sockets. Write Python programs which use Sockets. Debug Python programs which use Sockets. Sockets programming training course details Who will benefit: Programmers working with network applications. Prerequisites: TCP/IP foundation for engineers Python for network engineers Duration 2 days Sockets programming training course contents What is a socket? Review of IP, ICMP, UDP vs TCP, IP addresses, protocol numbers, ports. API's, UNIX I/O, sockets. SOCK_STREAM, SOCK_DGRAM. Hands on Compile and run code. The systems calls Clients and servers, structs, socket(), bind(), connect(), listen(), accept(), send(), recv(), sendto (), recvfrom(), close(), shutdown(), getpeername(), gethostname(). Hands on Walk through of example client and server code. First code TCP connections, passive opens, active opens. Hands on Write a simple 'hello world' server and client. Application protocols User character stream, ASCII turn taking, binary protocols. Hands on Raw SMTP, Writing a mail client. Clients Concurrency, polling, threads, event driven programming. Hands on Conferencing application. Servers Concurrency, stateful, stateless. Forks and execs. inetd. Hands on Running servers with and without inetd, chroot jails, conferencing server modifications. Advanced techniques Blocking, select(), partial send(s). Raw sockets, example sockets using Java, Perl and PHP. Hands on A broadcast application.

Network programming with sockets
Delivered in Internationally or OnlineFlexible Dates
£2,477

REST and RESTCONF

5.0(3)

By Systems & Network Training

REST and RESTCONF training course description An introduction to REST and RESTCONF using Python. The course progresses from how to use them onto how they work and then looks at using them from within Python all the time on network devices. What will you learn Explain what REST and RESTCONF are. Use the REST API on network device. Use RESTCONF. REST and RESTCONF training course details Who will benefit: Network engineers. Prerequisites: Python for network engineers. Duration 1 day REST and RESTCONF training course contents Using REST Curl, Browser plugins, Postman, RESTClient, Python. Hands on Using the REST API on network devices. What is REST? What is REST? Architecture, APIs, RESTful APIs, APIs over HTTP/HTTPS, URIs, resources, HTTP methods, GET, POST, PUT, DELETE. CRUD. Comparison with other APIs. Hands on REST analysis with Wireshark. Rest conventions Passing parameters, return values, HTTP status, JSON. XML. Hands on Configuring REST on network devices, changing format of responses, POST requests, using parameters. Configuring network devices with REST Invoking multiple RPCs. Hands on Device configuration with REST. The request library RESTFUL APIs in Python, the request library, Installation, example to retrieve the interface configuration. Hands on Using the Python requests library on network devices. RESTCONF What is RESTCONF? YANG and NETCONF, relationship with REST, RESTCONF URIs, A RESTCONF example with ietf-interfaces, RESTCONF responses. PATCH. Hands on Using RESTCONF to update a network device configuration.

REST and RESTCONF
Delivered in Internationally or OnlineFlexible Dates
£1,397

CCNP core

5.0(3)

By Systems & Network Training

CCNP training course description The Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) v1.2 course provides the knowledge and skills needed to configure, troubleshoot, and manage enterprise wired and wireless networks. You'll learn to implement security principles within an enterprise network and how to overlay network design using solutions such as SDAccess and SD-WAN. Course content includes 3 days of self-study material. This course helps you prepare for the 350-401 Implementing Cisco Enterprise Network Core Technologies (ENCOR) exam What will you learn Configure, troubleshoot, and manage enterprise wired and wireless networks Implement security principles within an enterprise network Prepare you prepare to take the 350-401 Implementing Cisco Enterprise Network Core Technologies (ENCOR) exam CCNP training course details Who will benefit: Mid-level network engineers, Network administrators, Network support technicians, Help desk technicians. Prerequisites: Implementation of Enterprise LAN networks. Basic understanding of Enterprise routing and wireless connectivity, and Python scripting Duration 5 days CCNP training course content Cisco Enterprise Network Architecture: Access, distribution, core in the hierarchical network. Cisco Switching Paths: Switching mechanisms, TCAM, CAM, process switching, fast switching, and CEF. Implementing Campus LAN Connectivity: Troubleshoot L2 connectivity using VLANs and trunkingBuilding Redundant Switched Topology: STP Implementing Layer 2 Port Aggregation Troubleshoot link aggregation using Etherchannel EIGRP Implement and optimize OSPFv2/v3, including adjacencies, packet types, and areas, summarization, and route filtering for IPv4/v6 Implement EBGP interdomain routing, path selection, and single and dual-homed networkingImplementing Network Redundancy: HSRP and VRRP Implement static and dynamic NAT Virtualization Protocols and TechniquesVPNs and Interfaces: Overlay technologies such as VRF, GRE, VPN, and LISP Wireless Principles: RF, antenna characteristics, and wireless standards.Wireless Deployment: Models available, autonomous AP deployments and cloud-based designs within the centralized Cisco WLC architecture Wireless Roaming and Location ServicesWireless AP Operation: How APs communicate with WLCs to obtain software, configurations, and centralized managementWireless Client Authentication: EAP, WebAuth, and PSK wireless client authentication on a WLC. Troubleshoot wireless client connectivity issues using various available tools Troubleshoot networks using services such as NTP, SNMP, Cisco IP SLAs, NetFlow, and Cisco IOS EEM Explain network analysis and troubleshooting tools, which include show and debug commands, as well as best practices in troubleshootingMulticast Protocols: IGMP v2/v3, PIM DM/SM and RPs Introducing QoS: Concepts and features. Implementing Network Services: Secure administrative access for Cisco IOS devices using CLI access, RBAC, ACL, and SSH, and device hardening concepts to secure devices from less secure applications Using Network Analysis ToolsInfrastructure Security: Scalable administration using AAA and the local database, features and benefits Enterprise Network Security Architecture: VPNs, content security, logging, endpoint security, personal firewalls, and other security features. Automation and Assurance with Cisco DNA Center: Purpose, function, features, and workflow. Intent-Based Networking, for network visibility, proactive monitoring, and application experienceCisco SD-Access Solution: Nodes, fabric control plane, and data plane, VXLAN gatewaysCisco SD-WAN Solution: Components and features of Cisco SD-WAN solutions, including the orchestration, management, control, and data planesBasics of Python Programming: Python components and conditionals with script writing and analysis Network Programmability: NETCONF and RESTCONF APIs in Cisco DNA Center and vManage Labs: Investigate the CAM. Analyze CEF. Troubleshoot VLAN and Trunk Issues. Tuning STP and Configuring RSTP. Configure MSTP. Troubleshoot EtherChannel. Implement Multi-area OSPF. Implement OSPF Tuning. Apply OSPF Optimization. Implement OSPFv3. Configure and Verify Single-Homed EBGP. Implementing HSRP. Configure VRRP. Implement NAT. Configure and Verify VRF. Configure and Verify a GRE Tunnel. Configure Static VTI Point-to-Point Tunnels. Configure Wireless Client Authentication in a Centralized Deployment. Troubleshoot Wireless Client Connectivity Issues. Configure Syslog. Configure and Verify Flexible NetFlow. Configuring Cisco IOS EEM. Troubleshoot Connectivity and Analyze Traffic with Ping, Traceroute, and Debug. Configure and Verify Cisco IP SLAs. Configure Standard and Extended ACLs. Configure Control Plane Policing. Implement Local and Server-Based AAA. Writing and Troubleshooting Python Scripts. Explore JSON Objects and Scripts in Python. Use NETCONF Via SSH. Use RESTCONF with Cisco IOS XE.

CCNP core
Delivered in Internationally or OnlineFlexible Dates
£3,697

Educators matching "Python"

Show all 3
E-Courses4You

e-courses4you

4.0(9)

Harlow

1000s of high quality online courses for your professional & personal development, covering all sectors. Courses are simple to follow so you learn faster. Due to the current pandemic situation our support team are having to work remotely. This means that support telephone calls are going to be suspended until further notice. You can still contact our sales team via telephone to purchase courses or for any urgent enquiries. For all support queries please contact support@e-courses4you.com and we will aim to respond within 48 hours. Thank you for your co-operation and stay safe! LEADING THE WAY IN ELEARNING Our mission is to provide forward thinking training with you in mind whether you want to advance up the career ladder, are looking to start a new job, are thinking about a home based business or want to improve your general health and fitness, e-Courses4You, will deliver you training to improve EVERY aspect of your life . Our courses are provided by leading experts in their field for example we don’t just source any off the shelf course content, for example, our e-science programme was developed by an ex-Professor at Stanford who used to work with NASA!! , our celebrity partners include Brian Tracy, Tony Robbins and Stephen Covey and our business packages are partnered by Microsoft to bring you content which is not just average but outstanding! NEED HELP FINDING THE RIGHT COURSE? Our staff have all been carefully chosen and trained by us to listen very carefully, be efficient, cheerful and bright and always customer focused. Our telephone support team are on hand for you 24/7 and all of our instructors and advisers are available by email with a response time of within 72 hours.

Jobs4U - Your It- Recruitment Partner

jobs4u - your it- recruitment partner

London

Jobs4U -Your European and American IT-recruitment Partner JoBs4U is an IT-recruitment firm with a twist. We provide high quality IT-recruitment solutions to clients all over the EU and the US. We provide our clients with top notch staff from accross the EU and the wider world. Our main markets are the Nordics, Sweden, Finland, Denmark, Ireland the UK and the rest of the EU. We help companies of all sizes with recruitment and staffing both on - site and remote teams as well as consultancy in HR, management, marketing management, internationalisation of businesses, in other words, we are not just an IT-recruiter.. We provide our customers with everything from full stack developers to programmers and designers, many which are game designers and game developers to our clients in the gaming industry. We provide both front end developers and back end developers and other specialists. Our social mission is to promote women in IT, to inform and inspire. JoBs4U, For People By People! Jobs4U är ett IT rekryterings företag som hjälper IT företag inom hela EU hitta personal Vår främsta marknad är den Nordiska, Sverige, Finland, Danmark, Norge och Island. Vi rekryterar allt från full stack developers till programmerare och spelutvecklare och designers. Vi hyr även ut personal både de som ärbetar på plats men även remote teams som är vår specialitet. Vi erbjuder även konsulttjänster inom HR, Management, marknadsföring och organisation. Vår mission är att arbeta för en större inklusivitet genom att arbeta för att öka andelen kvinnor inom IT branschen. Detta gör vi genom att föra fram starka kvinnliga kandidater, att informera och inspirera. JoBs4u - För Människor, Av Människor. Jobs4U er et IT -rekrutteringsselskap som hjelper IT -selskaper i hele EU, men vårt hovedmarked er de nordiske landene, Sverige, Finland, Danmark, Norge og Island. Vi rekrutterer alt fra full stack -utviklere til programmerere og spillutviklere og designere. Vi ansetter også ansatte både de som jobber på stedet, men også eksterne team som er vår spesialitet. Vi tilbyr også konsulenttjenester innen HR, ledelse, markedsføring og organisasjon. Vårt oppdrag er å arbeide for større inkludering ved å arbeide for å øke andelen kvinner i IT -bransjen. Vi gjør dette ved å bringe frem sterke kvinnelige kandidater, informere og inspirere. JoBs4u - For mennesker, av mennesker. Jobs4U er en IT -rekrutteringsvirksomhed, der hjælper it -virksomheder i hele EU, men vores hovedmarked er de nordiske lande, Sverige, Finland, Danmark, Norge og Island. Vi rekrutterer alt fra fulde stack -udviklere til programmører og spiludviklere og designere. Vi ansætter også personale både dem, der arbejder på stedet, men også fjernteam, som er vores speciale. Vi tilbyder også konsulentydelser inden for HR, Management, marketing og organisation. Vores mission er at arbejde for større inklusivitet ved at arbejde for at øge andelen af kvinder i it -branchen. Det gør vi ved at bringe stærke kvindelige kandidater frem, informere og inspirere. JoBs4u - For mennesker, af mennesker. Jobs4U er ráðningarfyrirtæki í upplýsingatækni sem hjálpar upplýsingatæknifyrirtækjum um allt ESB en aðalmarkaðurinn okkar er Norðurlöndin, Svíþjóð, Finnland, Danmörk, Noregur og Ísland. Við ráðum allt frá hönnuði til fullra stafla til forritara og leikjahönnuða og hönnuða. Við ráðum einnig starfsfólk bæði þá sem vinna á staðnum en einnig afskekkt teymi sem er sérgrein okkar. Við bjóðum einnig upp á ráðgjafarþjónustu í HR, stjórnun, markaðssetningu og skipulagi. Markmið okkar er að vinna að aukinni aðgreiningu með því að vinna að því að auka hlutfall kvenna í upplýsingatækniiðnaði. Við gerum þetta með því að koma fram sterkum kvenkyns frambjóðendum, upplýsa og hvetja. JoBs4u - Fyrir fólk, eftir fólki. Jobs4U on IT -rekrytointiyritys, joka auttaa IT -yrityksiä kaikkialla EU: ssa, mutta päämarkkina -alueemme ovat Pohjoismaat, Ruotsi, Suomi, Tanska, Norja ja Islanti. Rekrytoimme kaikkea täyspino -kehittäjistä ohjelmoijiin, pelikehittäjiin ja suunnittelijoihin. Palkkaamme myös henkilökuntaa sekä paikan päällä työskenteleviä että myös etätyöryhmiä, jotka ovat erikoisuutemme. Tarjoamme myös henkilöstöhallinnon, johtamisen, markkinoinnin ja organisaation konsultointipalveluja. Missiomme on parantaa osallisuutta lisäämällä naisten osuutta IT -alalla. Teemme tämän tuomalla esiin vahvoja naiskandidaatteja, informoimalla ja inspiroimalla. JoBs4u - Ihmisille, Ihmisille. Jobs4U ist ein IT-Recruitment-Unternehmen, das IT-Unternehmen in der gesamten EU hilft, aber unser Hauptmarkt sind die nordischen Länder, Schweden, Finnland, Dänemark, Norwegen und Island. Wir rekrutieren alles, von Full-Stack-Entwicklern über Programmierer bis hin zu Spieleentwicklern und -designern. Wir stellen auch Mitarbeiter ein, die sowohl vor Ort arbeiten, als auch Remote-Teams, was unsere Spezialität ist. Darüber hinaus bieten wir Beratungsleistungen in den Bereichen Personal, Management, Marketing und Organisation an. Unsere Mission ist es, für mehr Inklusion zu arbeiten, indem wir daran arbeiten, den Frauenanteil in der IT-Branche zu erhöhen. Wir tun dies, indem wir starke Kandidatinnen hervorbringen, informieren und inspirieren. JoBs4u - Für Menschen, von Menschen. Jobs4U es una empresa de contratación de TI que ayuda a empresas de TI en toda la UE, pero nuestro principal mercado son los países nórdicos, Suecia, Finlandia, Dinamarca, Noruega e Islandia. Reclutamos todo, desde desarrolladores full stack hasta programadores y desarrolladores y diseñadores de juegos. También contratamos personal tanto a los que trabajan en el sitio como a equipos remotos que es nuestra especialidad. También ofrecemos servicios de consultoría en RRHH, Management, marketing y organización. Nuestra misión es trabajar por una mayor inclusión trabajando para aumentar la proporción de mujeres en la industria de TI. Hacemos esto presentando candidatas sólidas, informando e inspirando. JoBs4u: para personas, por personas. Jobs4U est une société de recrutement informatique qui aide les entreprises informatiques dans toute l'UE, mais notre marché principal est les pays nordiques, la Suède, la Finlande, le Danemark, la Norvège et l'Islande. Nous recrutons tout, des développeurs full stack aux programmeurs et développeurs et concepteurs de jeux. Nous embauchons également du personnel à la fois ceux qui travaillent sur place mais aussi des équipes à distance ce qui est notre spécialité. Nous offrons également des services de conseil en RH, Management, marketing et organisation. Notre mission est de travailler pour une plus grande inclusion en travaillant à augmenter la proportion de femmes dans l'industrie informatique. Pour ce faire, nous présentons des candidatures féminines fortes, informatives et inspirantes. JoBs4u - Pour les gens, par les gens. Python. Java. Ruby/Ruby on Rails. HTML. JavaScript. C Language. C++ C# Objective-C. PHP. SQL. Swift. programmers, programmerare IT-recruitment Stockholm IT-recruitment København IT-recruitment Oslo IT-recruitment Helsinki IT-recruitment Helsingfors IT-recruitment Glasgow IT-recruitment London IT-recruitment Dublin IT-recruitment Slough IT-recruitment New York IT-recruitment sillicon valley IT-recruitment Manchester IT-recruitment Liverpool IT-recruitment East London IT-recruitment West London IT-recruitment Bergen IT-recruitment Vaasa IT-recruitment Turku IT-recruitment Åbo IT-recruitment Hollola IT-recruitment Lahti IT-recruitment Nokia IT-recruitment Mariehamn IT-recruitment Åland IT-recruitment Visby IT-recruitment Göteborg IT-recruitment Malmö IT-recruitment Umeå IT-recruitment Luleå IT-recruitment Linköpig IT-recrutment Västerås IT-recruitment Eskilstuna IT-recruitment Örebro IT-recruitment Köping IT-recruitment Södertälje IT-recruitment Huddinge IT-recruitment Uppsala IT-recruitment Odense IT-recruitment Danmark IT recruitment Sweden IT-recruitment Denmark IT-recruitment Norge IT-recruitment Norway IT-recruitment Finland IT-recruiter Stockholm IT-recruiter København IT-recruiter Oslo IT-recruiter Helsinki IT-recruiter Helsingfors IT-recruiter Glasgow IT-recruiter London IT-recruiter Dublin IT-recruiter Slough IT-recruiter New York IT-recruiter sillicon valley IT-recruiter Manchester IT-recruiter Liverpool IT-recruiter East London IT-recruiter West London IT-recruiter Bergen IT-recruiter Vaasa IT-recruiter Turku IT-recruiter Åbo IT-recruiter Hollola IT-recruiter Lahti IT-recruiter Nokia IT-recruiter Mariehamn IT-recruiter Åland IT-recruiter Visby IT-recruiter Göteborg IT-recruiter Malmö IT-recruiter Umeå IT-recruiter Luleå IT-recruiter Linköpig IT-recruter Västerås IT-recruiter Eskilstuna IT-recruiter Örebro IT-recruiter Köping IT-recruiter Södertälje IT-recruiter Huddinge IT-recruiter Uppsala IT-recruiter Odense IT-recruiter Danmark IT recruiter Sweden IT-recruiter Denmark IT-recruiter Norge IT-recruiter Norway IT-recruiter Finland IT-recruitment Tallinn IT-recruiter Tallinn IT-recruitment Tartu IT-recruiter Tartu IT-recruiter Riga IT-recruitment Riga IT-recruiter Vilnius IT-recruitment Vilnius IT-recruiter Warsaw IT-recruitment Warsaw IT-recruiter Bonn IT-recruiter Haag IT-recruitment Bonn IT-recruiter Amsterdam IT-recruitment Amsterdam IT-recruiter Galway IT-recruitment Galway IT-recruiter Cork IT-recruitment Cork IT-recruiter Aberdeen IT-recruitment Aberdeen IT-rekrytering Stockholm IT-rekrytering Göteborg IT-rekrytering Malmö IT-rekrytering Uppsala IT-rekrytering Karlstad IT-rekrytering Visby IT-rekrytering Luleå IT-rekrytering Umeå IT-rekrytering Sundsvall IT-rekrytering Västerås IT-rekrytering Eskilstuna IT-rekrytering Södertälje IT-rekrytering Småland IT-rekrytering Trelleborg IT-rekrytering Vimmerby IT-rekrytering Linköping IT-rekrytering Lidköping IT-rekrytering Åmål IT-rekrytering Vetlanda IT-rekrytering Kalmar IT-rekrytering Mariehamn IT-rekrytering Åbo IT-rekrytering Turku IT-rekrytering Åland IT-rekruttering Oslo IT-rekruttering Bergen IT-rekruttering Norge IT-rekruttering Drammen IT-rekruttering Trondheim IT-rekruttering Kristiansand IT-rekruttering Fredrikstad IT-rekruttering Drammen IT-rekruttering Sarpsborg IT-rekruttering Moss IT-rekruttering Ålesund IT-rekruttering Haugesund IT-rekruttering Halden IT-rekruttering Kongsberg IT-rekruttering Bodø IT-rekruttering Askøy IT-rekruttering Tønsberg IT-rekruttering Sandnes IT-rekruttering København IT-rekruttering Odense IT-rekruttering Fyn IT -rekruttering Aalborg IT-rekruttering Fredrikshavn IT-rekruttering Aarhus IT-rekruttering Roskilde IT-rekruttering Odense IT-Personalberatung Berlin IT-Personalberatung Bonn IT-Personalberatung Hannover IT-Personalberatung Hamburg IT-Personalberatung Deuchland IT-Personalberatung Frankfurt IT-Personalberatung Dortmund IT-Personalberatung Essen IT-Personalberatung Bremen IT-Personalberatung Leipzig IT-Personalberatung Nuremburg IT-Personalberatung Wuppertal IT-Personalberatung Karlsruhe IT-Personalberatung Mannheim IT-Personalberatung Ausburg IT-Personalberatung Wiesbaden IT-Personalberatung Gelsenkirschen IT-Personalberatung Braunschweig IT-Personalberatung Kiel IT-Personalberatung Krefeld IT-Personalberatung Rostock IT-Personalberatung Mainz IT-rekrytointi Helsinki IT-rekrytointi Turku IT-rekrytointi Lahti IT-rekrytointi Nokia IT-rekrytointi Vaasa IT-rekrytointi Suomi IT-rekrytointi Tampere IT-rekrytointi Oulu IT-rekrytointi Jyväskylä IT-rekrytointi Kotka IT-rekrytointi Pori IT-rekrytointi Rauma IT-rekrytointi Salo IT-rekrytointi Jakobstad IT-rekrytointi Kemi IT-rekrytointi Tornio IT-rekrytointi Kouvola IT-rekrytointi Hyvinkää IT-rekrytointi Imatra We recruit full-stack developers, programmers, game developers and other IT-professionals. We help recruit professionals in Python, Kotlin, Java, JavaScript/ NodeJS, TypeScript, Go, C++, Swift, c#, R, PHP, Dart, Kotlin, MATLAB, Perl, Ruby, Rust, Scala. IT-recruiter Dallas IT-recruitment Dallas IT-recruiter Chicago IT-recruitment Chicago IT-recruiter Washington IT-recruitment Washington IT-recruiter Calgary IT-recruitment Calgary IT-recruiter Tampa IT-recruitment Tampa IT-recruiter Oregon IT-recruitment Oregon IT-recruiter Miami IT-recruitment Miami IT-recruiter Jersey IT-recruiter Jersey IT-recruiter Cyprus IT-recruitment Cyprus IT-recruiter Staffordshere IT-recruitment Staffordshere IT-recruitment Madrid IT-recruiter Madrid IT-recruiter Nederlands IT-recruitment Nederlands IT-recruiter UK IT-recruitment UK IT-recruiter Canada IT-recruitment Canada it recruitment it recruitment agencies it staffing agencies it staffing companies it staffing agencies near me it headhunters it recruiting firms us it staffing it staffing services it recruitment consultant us it recruitment it recruitment companies it temp agencies it staffing firms it job consultancy near me best it recruitment agencies it staffing solutions it recruitment 2021 it employment agency deerfoot it recruitment specialists it job agency it talent acquisition it recruitment agencies near me it placement agencies it job consultancy non it recruitment hays it recruitment find it recruitment it recruitment services it executive search solas it recruitment it temp agencies near me it companies hiring freshers it talent solutions stack it recruitment it companies recruitment it staffing companies near me just it recruitment datafin it recruitment it sales recruitment it recruit uk it job placement agencies top it recruiting firms it recruitment specialist it companies recruitment 2021 it technician recruitment agencies job for it freshers it recruitment solutions direct it recruiting inc best it staffing agencies search it recruitment it company recruitment 2020 us it staffing companies it headhunters near me top it recruitment agencies it job recruitment it job posting sites top it companies hiring freshers it search and selection best it recruitment agencies for it specialists clear it recruitment it job recruitment agencies top it staffing firms healthcare it recruiting firms it recruiting companies near me it recruitment websites it and non it recruitment it sales recruitment agencies it staffing and recruiting it executive search firms global it recruitment it job agencies near me it talent solutions ltd recruitment in it recruiting it professionals on it recruitment top it staffing companies recruitment ict it talent acquisition specialist freshers job in it company it freshers recruitment 2021 specialist it recruitment agencies elite it recruitment ltd it works recruitment ltd shape it recruitment it infrastructure recruitment best it recruiting firms it executive recruitment it job consultants near me staffing temp agencies near me temp agency staffing agency recruitment agencies staffing agencies near me employment agencies temp services near me temp services employment agencies near me recruitment agencies near me pro staff custom staffing solutions staffing resource staffing staffing companies near me work agency near me all staff staffing companies recruiting solutions direct hire medical staffing solutions staffing near me personnel staffing simplified staffing it staffing hiring agencies elevate staff temporary employment agencies near me us staffing agency it recruitment agencies temp work staffing services bullhorn staffing staff recruitment staffing industry analysts time staffing personnel services staffing temp to hire staffing hiring agencies near me personnel placements temporary agencies general staffing temporary agencies near me connect staffing staffing resources staffing solutions staffing firm temp services us it recruiter staffing warehouse staff staffing solutions integrated staffing employment services near me staff works temporary staffing event staff temporary employment agencies it staff city staffing advance staffing best recruitment agencies temp agencies near me hiring now temp staff staffing places near me temp staffing professional staffing work staffing center staffing recruitment firm temporary services near me elite staffing near me constant staffing it rekrytering it rekrytering stockholm rekryterare stockholm rekrytering rekrytering it stockholm headhunter helsinki headhunter suomi headhunting yritykset henkilöstöpalvelu henkilöstöpalveluyritykset henkilöstöpalveluyritys henkilöstövuokraus henkilöstövuokraus espoo henkilöstövuokraus helsinki suorahaku ICT-recruiter ICT-recruiting IT recruiting IT-recruitment agency ICT- recruitment IT-recruiting it alan rekrytointi it rekry it alan työpaikat it ala työpaikat it alan työt työpaikat it ala työpaikat it it työpaikka ict alan työpaikat it alan työ it avoimet työpaikat ict työpaikat it työ avoimet työpaikat it avoimet työpaikat it ala ict rekry it työpaikat helsinki rekrytointi it alan työpaikat turku kesätyöhaastattelu kysymykset it työpaikat tampere it alan työpaikat tampere it työpaikat turku työpaikat tukholma it tuki työpaikat slo yritys it turku IKT-rekruttering IKT rekruttering