In this series, we learn how to make simple Python programs for real-world problems using just the material …
Read MoreCategory: Tutorials
[Tutorial] Make your own Python decoder with the HyperionDev free trial
In this blog – a follow-on from our last Free Trial Beginner Coding Tutorial – we look at the kinds of programs …
Read More[Tutorial] Building a responsive top navigation menu with HTML and CSS
A responsive top navigation menu is the cornerstone of a webpage. Without it, we would just blindly navigate…
Read MoreAndroid HTTP requests made easy
If you’ve ever had to make an HTTP network request in Android, you know what a pain it can be. Making Android…
Read MorePython machine learning: Introduction to image classification
This tutorial is an introduction to machine learning with scikit-learn (http://scikit-learn.org/), a popular…
Read MoreCSS tutorial 3: colour values
Cascading Style Sheets allow you to set the colour of your website text, background and borders. This CSS tutorial…
Read MoreCSS tutorial 2: internal, external & multiple style sheets
In our previous CSS tutorial, we introduced the concept of Cascading Style Sheets and how they can be used to …
Read MoreCSS tutorial 1: introduction and syntax
This CSS tutorial will introduce you to the concept of Cascading Style Sheets, and how this styling language…
Read MoreHTML beginner tutorial 4: putting it all together
In our HTML beginner tutorial series, we’ve covered the basics of creating a website using HTML code. We’ve …
Read MoreHTML tutorial 3: tables & forms
If you’ve been following our HTML tutorial series, you’ll be familiar with how to create a basic HTML page with…
Read MoreHTML beginner tutorial 2: lists, links & images
Welcome to part 2 of a 4-part series by HyperionDev showcasing an HTML tutorial for beginners. We hope you enjoy…
Read MoreHTML beginner tutorial 1: getting started, tags, attributes & elements
HTML stands for Hyper Text Markup Language. It is the standard markup language used by developers to create …
Read MoreBuilding a website: a how-to guide for your first site
As a developer building a website, you might be tempted to dive straight into the code and get the creative side…
Read MoreSetting up a GPU for Accelerated Cloud Computing
Introduction
In this tutorial we will be looking into accelerated cloud computing – what it is, why we…
Read MoreCourse Setup: Installing C++ and DevC++
This article is intended to supplement the courses offered by HyperionDev. Whilst they can be used on their
Course Setup: Installing Python and Notepad++
This article is intended to supplement the courses offered by HyperionDev. Whilst they can be used on their
The most important tool for any software development team
Working on any software project, especially within the context of an organisation that manages big software…
Read MoreProgramming 101 – installing Python
Before you learn how to program, you need to first download and install a copy of Python on your computer. This
Programming 101 – learning Python
Programming is an important and highly sought-after skill. It’s a great asset to have for any professional…
Read MoreAn introduction to the Unix terminal – part 2
The previous tutorial focused on basic file management commands that were useful in the Unix terminal. If
An introduction to the Unix terminal – part 1
A huge majority of the users of Microsoft Windows often won’t dare to venture near the command prompt; for them,
VirtualBox Installation Tutorial
This tutorial will guide you through the steps of virtualising Ubuntu within your current Windows installation.