top of page

My Blog

My blog is a collection of pretty much everything I will have learnt and done throughout my time on the course, be sure to take a look through what I've done so far.

~Product Programming Skills (Compliment Generator)~

In this lesson I created a compliment generator using the random import. This compliment generator imports the random library, meaning...

~Product Programming Skills (Chat Bot)~

In this lesson I made a simple chat bot that uses 'if' and 'elif'. It stores information into a variable called name once you give it the...

~Fundamental Product Programming Skills (Classes)~

In programming, a class is a template to create objects. Class is a keyword and so we use this to create a class. Class Boy: name =...

~Product Programming skills (What Python is)~

Python is an interpreted programming language with an easy to read syntax, you can get it in Binary or Source Form. Python's targeted...

bottom of page