How do computers work? Part 3: Supplying the power
This is the third post in a series that aims to document the process of building a Gigatron retro...
Read MoreSelect Page
by pddring | May 20, 2023 | How do computers work | 0 |
This is the third post in a series that aims to document the process of building a Gigatron retro...
Read Moreby pddring | May 18, 2023 | How do computers work | 0 |
This is the second post in a series that aims to document the process of building a Gigatron retro...
Read Moreby pddring | May 18, 2023 | How do computers work | 0 |
I teach computing to some brilliant students aged 11-18 in York, UK and one of my favourite parts...
Read Moreby pddring | Sep 10, 2021 | How to..., python tutorials | 0 |
Comments are sections of code that are ignored by python when your code runs. But they are still...
Read Moreby pddring | Mar 30, 2021 | How to..., python tutorials | 0 |
Python is a very powerful and flexible programming language which lets you write programs quickly,...
Read Moreby pddring | Nov 29, 2020 | How to..., python tutorials | 0 |
Functions and procedures are both examples of sub programs. They both allow you to re-use code to...
Read Moreby pddring | Nov 24, 2020 | How to..., python tutorials | 0 |
Functions are just like procedures but with one key difference that makes them even more useful....
Read Moreby pddring | Nov 7, 2020 | How to..., python tutorials | 2 |
Making and using your own procedures in python is a great way to make your code more efficient,...
Read Moreby pddring | Jul 9, 2020 | How to..., python tutorials | 0 |
Just because code works once doesn’t mean that it’s always going to work. Being able...
Read Moreby pddring | Jul 4, 2020 | How to..., python tutorials | 0 |
Being able to read and process data from a file is a very useful skill that can save hours of time...
Read Moreby pddring | Jul 2, 2020 | How to..., python tutorials | 0 |
The power of python for processing data becomes even more useful when you can save the output from...
Read Moreby pddring | Aug 6, 2019 | How to..., python tutorials | 0 |
One of the most powerful things that makes computer programs so useful is their ability to repeat...
Read More