Skip to main content

Posts

Showing posts from 2025

Time to Celebrate Success

  I Graduated with a 2:1 in Computing from Sheffield Hallam University! I'm incredibly proud to share that I’ve officially graduated from Sheffield Hallam University with a 2:1 in BSc Computing! It’s been a challenging, rewarding, and ultimately fulfilling journey, and I’m grateful for all the experiences, both technical and personal, that have shaped me along the way. From learning core computing principles to diving deep into specialist areas, my time at university has equipped me with the tools and confidence to move forward in the tech world. One of the standout modules for me was Data Management. I found it fascinating to explore how data is structured, stored, and retrieved, and how good design can make or break the efficiency of a system. This module really laid the groundwork for many of my later projects, giving me the practical skills and theoretical understanding to handle data effectively and responsibly—something that proved crucial in my final year work. My Artific...

Learn Universal Communication By Learning Esperanto

1. Begin with the 16 “rules” of Esperanto and its simple grammar Start by immersing yourself in the concise foundational rules of Esperanto: its phonetic spelling, predictable affixation, and regular verb system make it far easier to grasp than many natural languages. For a clear overview of why Esperanto is easier to learn than typical languages, see Why Learn Esperanto? (Lingolia) which outlines its regularity and simplified grammar. ( esperanto.lingolia.com ) 2. Use a structured online course to build vocabulary and grammar Enroll in a free, guided Esperanto course such as Transparent Language’s Esperanto module (which offers vocabulary lists, interactive exercises and listening tasks) to build a solid grammar and vocabulary foundation. ( Transparent Language ) 3. Complement your lessons with the community platform Lernu! Pair your formal lessons with practice on Lernu! , the free multilingual Esperanto learning site, which offers exercises, multimedia, dictionaries, and a co...

Data Analysis: The Basics

Unlocking the Power of Data Analysis: Tools and Techniques for Understanding User Feedback Data analysis is the backbone of decision-making across countless industries, providing insights that drive business strategy, marketing decisions, and customer experience improvements. With the explosion of user-generated content on platforms like YouTube, analyzing user comments has become a powerful tool to understand public sentiment, track brand reputation, and improve user engagement. Step 1: Data Collection – Pulling User Comments from YouTube Before any analysis can happen, we first need the data. In the case of YouTube, user comments are stored publicly on each video. To collect them, we use the YouTube Data API . This API allows us to programmatically retrieve comment data, such as the text of the comments, the date posted, and user metadata (like user ID or username). Here’s how it works: Set up the API : First, you’ll need to create a project on the Google Cloud Console, enab...

Check Out Cuthbert's GitHub Pages site. https://cuthbert86.github.io/

This is a summary of my GitHub Pages site!   https://cuthbert86.github.io/ It is my personal corner of the web where I’m showcasing a range of projects and experiments as I learn more about web design and development. Whether you’re a fellow tech enthusiast, a curious visitor, or someone interested in learning alongside me, I hope you’ll find something interesting and useful here. The site is a living portfolio, featuring examples of my work as I explore different technologies and programming concepts. You’ll see projects built with HTML and enhanced with popular web tools like Bootstrap, giving my pages a clean and responsive look. I’m always updating and improving the design as I pick up new techniques, and many of the pages reflect my journey in web development. One of the highlights is my exploration of Python and its many applications. I’ve included projects that demonstrate data analysis, working with CircuitPython and MicroPython, and even connecting devices using MQTT....

Latest CV

  CUTHBERT BAINES PROFILE Full-stack python/Django developer. Intellectually curious and open minded Computing graduate specialising in Internet of Things (IoT) and microcomputing solutions. Experienced in working with microcontrollers, data collection, transmission, analysis, and live dashboards. Strong problem-solving skills and a proven work ethic from years in diverse roles. I am completely focused on completing the project at hand. Always do what needs to be done to make the project a success. Inquisitive mind, always willing to learn. Approachable and supportive of other Developers and Users.  Enjoys finding Innovative solutions to any problems that arise. ROLE I love solving problems. Looking for my first main role ideally in python / micro python / circuit python and Embedded software systems, data hubs, dashboards. I also have hardware experience. Plus experience in various languages and systems. So also very open to working with other languages and frameworks. KEY SK...

Data Collection with Python and sending it with MQTT

  This is the Python Code I wrote for my Raspberry pi so it could collect Data from it's sense hat and it saves the data in csv and sql format.  This code also connects to a data hub via mqtt, it converts the data into JSON format and timestamps every parcel of data it sends.

Cover Letter For Potential Employers.

  Dear Sir or madam, Up until May-June earlier this year I was a mature Student at Sheffield Hallam University and I’m looking for my first job in the computing/IT/Data analysis/software development sector, I’ve always had a job during my entire adult life but this is the first time I’m applying for a job in the IT sector. I didn’t have a great start to my adult life, my entire family moved hundreds of miles away when I was 16 years old and still in school doing my GCSE’s.  At that time I was close to being homeless.  So even though I was either the best student in my school or one of the best I didn’t get to go to University at the same time as everyone else.  I thought I’d missed my chance and I’d never get to go so when I did go I made the absolute most out of it!  No amount of work was too much for me and my attendance was by far the best in my class. I’m looking for an employer/manager to give me a chance to do some good work for them, I will make sure they...

Micropython example

micropython code on github   This is the micropython code I used on my raspberry pico to collect sensor data and send it to my own home IOT mqtt broker.   I specialise in making code that can collect data and send it and perpetually continue to do that without getting an error disrupting the program.

Date-Time Fixer with Python

Sample of my Python Code https://github.com/cuthbert86/RiverProject/blob/main/datetime1.py This is an example of some of my data management work.  I wrote a python code that combined date and time columns into a single date-time column and then formatted it into .ISO format. import pandas as pd # Load your data from a CSV file (adjust the filename and path accordingly) file_path = 'riverdatacsv.csv' df = pd.read_csv(file_path) # Merge Date and Time columns into a single DateTime column with the ISO 8601 format df['DateTime'] = pd.to_datetime(df['Date'] + ' ' + df['Time']).dt.strftime('%Y-%m-%dT%H:%M:%S') # Drop the original Date and Time columns if needed df = df.drop(['Date', 'Time'], axis=1) # Display the DataFrame with the new DateTime column print(df)    

Exploring Life Through My Hobbies

      One of the simple joys in my life is going on walks. There's something incredibly refreshing about stepping out into the fresh air, whether it's a stroll through the park or an impromptu exploration of a new neighborhood. Walking gives me time to reflect, clear my mind, and discover small moments of beauty—like a perfectly blooming flower or the sound of birds chirping. It’s my form of meditation, grounding me in the present and helping me recharge for whatever comes next.        The cinema is another escape I hold dear. There’s an undeniable magic in watching a story unfold on the big screen. Whether it’s a thought-provoking indie film or the latest action-packed blockbuster, the cinema provides an immersive experience like no other. I love the way movies can stir emotions, spark ideas, and sometimes, even change my perspective on life. It’s one of those rare places where time seems to slow down, and you can get lost in someone else’s world fo...

Unlocking the Power of Data: Why My Passion for Mathematics Makes Me the Ideal Candidate for Data Analytics

   Cuthbert Baines was probably the only person on his computing course at Hallam University who genuinely enjoyed every module that involved Data and Data Analysis.  In today’s fast-paced digital world, data is everywhere. From business trends to user behavior, data has the power to shape decisions, drive growth, and forecast future trends. However, data is only as valuable as the people who know how to interpret it. That’s where I come in. As someone with a deep passion for mathematics, I’ve honed the analytical skills needed to thrive in the world of data analytics. My journey has been one of both challenge and triumph, constantly pushing me to solve problems and unlock new insights. With a strong foundation in math, I’m not only capable of understanding complex datasets, but also transforming them into meaningful stories that can guide business strategy and decision-making. The Intersection of Mathematics and Data Analytics Mathematics isn’t just a subject I studie...

Meet Cuthbert Baines: A Passionate and High-Achieving Professional Programmer

   Hello, and welcome to my corner of the internet! I'm Cuthbert Baines, a seasoned computer programmer with a passion for solving complex problems and building efficient, scalable software. With years of experience in the industry, I’ve honed my skills to not only deliver high-quality code but also to contribute meaningfully to projects that push the boundaries of technology. My Journey into Programming I’ve always had a deep curiosity about how things work, which led me to the world of computer science and programming. From my first lines of code to tackling challenging algorithms, the journey has been a rewarding one. Over time, my focus has expanded to include full-stack development, machine learning, and software architecture, but the heart of my work remains in solving real-world problems with clean, maintainable code. What Sets Me Apart? As a professional programmer, I pride myself on a few key principles that guide my work: Attention to Detail : Whether I’m debu...