~Product Programming Skills (Object-Oriented Programming)~
Object-oriented programming consists of 'objects' and allows for ploymorphism, inheritance and encapsulation into programming. It also...
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.
Object-oriented programming consists of 'objects' and allows for ploymorphism, inheritance and encapsulation into programming. It also...
In this lesson I created a compliment generator using the random import. This compliment generator imports the random library, meaning...
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...
In this lesson I made a program which gave you the area of a triangle after giving in the triangle's details. Here, the program takes...
(Copied From A Task I Submitted VIA Weblearn) The Python Brochure The Python Brochure is a vast collection of case studies and success...
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 =...
Source Control (Revision Control and Version Control are other names it does by) is simply the art of being more organised and secure...
Using a python program and changing it I made a .txt file displaying the story 'Robin Hood' replace any instance where 'Robin' or 'Robin...
In computer science, a for-loop is a control flow statement for specifying iteration, which allows code to be executed repeatedly. In...
In programming, there are a list of keywords called Conditional Statements. Conditional Statements allow tasks to perform ONLY when...
Here I created a heads or tails generator using 'randint' from the random library. I first labelled a variable called 'prediction', which...
In this lesson I was introduced to Perlin Noise. Perlin Noise is a type of gradient noise developed by Ken Perlin in 1983. Adding a noise...
After having learnt the basics of three listed above, I was assigned to create either a Galleon creation tool, a Cryptid creation tool or...
ANACONDA - An open-source of both Python and R programming languages, used for data science. Jupyter - An open-source web application...
Python is an interpreted programming language with an easy to read syntax, you can get it in Binary or Source Form. Python's targeted...
Standard deviation - A quantity expressing by how much the members of a group differ from the mean value of the group. Low deviation -...
The first lesson of Fundamental Product Programming skills revealed two types of source code (a text listing of commands to be compiled...