
Seaborn basics
Quick overview of the Seaborn Python library that is used for creating graphs and charts in Python. Examples of common charting options and the different customisations and styling options.
ChartsGraphsMatplotlibNumPyPandasPythonSeabornVisualisation
View
Matplotlib Basics
Quick overview of the Matplotlib Python library that is used for creating graphs and charts in Python. Examples of common charting options and the different customisations and styling options.
ChartsGraphsMatplotlibNumPyPandasPythonVisualisation
View
Feature-engine, a Python library for feature engineering
Quick start guide to using Feature-engine Python library, displaying what it is, how to use it and what transformers are available.
Feature EngineeringFeature-engineMachine LearningPandasPythonscikit-learnTransformers
View
Pandas Basics
A guide to get you started with using the Pandas Python library. How to install, working with series and data frames, importing and exporting data, manipulating and cleaning data and visualising data.
PandasPython
View
API - Application Programming Interface
Quick overview of what APIs are and what are some of the different type of APIs available.
API
View
NumPy - The Basics
How to install, Creating Arrays, Reshaping, flattening and slicing arrays and universal functions.
NumPyPython
View
Python - A Quick Start for existing Programers
Quick start guide for people with existing programming skills in other languages, that want to start using Python. Focuses more on the need to know and syntax, rather than how to program that most tutorials do.
Python
View
Docker Swarm - Overview and how to use it
Introduction to Docker Swarm, Dockers built in, multi-node, orchestration tool. How to setup nodes, what are managers and worker nodes, what extra functionality does it offer over standard Docker, creating stacks and groups of services, look at Docker config and Docker secrets.
CLIDockerMulti-NodeOrchestrationReplicasServicesStacks
View
Docker - Overview and how to use it
Introduction to Docker, explain what images, containers, networks and volumes are and how to use it from the command line. Then a quick look at Docker Desktop.
CLIContainersDevOpsDockerImagesNetworksVolumes
View
Vim Text Editor Quick Reference
Guide to the most common and useful commands when using Vim text editor.
LinuxText Editor
View
Next.JS Use Cache
A quick guide as to how to make use of the caching in Next.JS. Includes use cache, cacheTag and cacheLife.
JavascriptNextJS
View
Git - Quick Reference
This is a handy reference guide to the key Git CLI commands that are commonly used for day to day usage of Git.
CLIGit
View