Skip to content
View cuthbert86's full-sized avatar

Block or report cuthbert86

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cuthbert86/README.md
  • 👋 Welcome to @cuthbert86 github code repositpories.

  • 👀 I’ve spent the last few years studying computing at Hallam University and I've recently graduated with a 2.1

  • 🌱 I was on a computing course with a specialism in "smart computing" aka "internet of things" aka micro-computers.

  • I'm still trying to do a few of my own little projects to keep me ticking over and challenging myself.

  • 📫 How to reach me via email cuthbert.corp@gmail.com

  • ⚡ Fun fact: Just for fun i've got a comedy youtube channel, there is a link to it in my profile.

  • I've started a little work related blog recrntly so check that out if you have the time: https://legitbainesblog.blogspot.com/

  • This is the homepage of my github.io homapages website: https://cuthbert86.github.io/

Pinned Loading

  1. PiCode PiCode Public

    Code for my Raspberry pi pico.

    Python 1

  2. Remote_Farm Remote_Farm Public template

    This repository is for the files I'm making for my University Project this semester.

    Python 1

  3. RiverProject RiverProject Public

    This is from my year 2 project at hallam university, it is some of my best work.

    Python 1

  4. CircuitPython CircuitPython Public

    The Repository has some of my Circuit Python working files for m y development project.

    Python 1

  5. Python GUI activate for assistance c... Python GUI activate for assistance converting between imperial measurements like miles, feet and inches.
    1
    # This still needs a bit of tidying up but it does actually work!
    2
    # pip install tkinter
    3
    import tkinter as tk
    4
    from tkinter import *
    5
    import tkinter.messagebox
  6. A .py file with a collection of usef... A .py file with a collection of useful functions and libraries for a micropython device, declutters the main.py file.
    1
    # micropython
    2
    import network
    3
    import usocket
    4
    import socket
    5
    from time import time, sleep