Category: GCSE

Programming Challenges

0 commentsA-LevelGCSEProgramming

The best way to improve your programming is to try new challenges. The below are some websites that offer challenges to help you improve and see how good you are! https://coderbyte.com/challenges http://www.programmr.com/exercises?lang=python https://www.hackerrank.com/challenges/py-if-else/problem https://www.practicepython.org/ https://codingbat.com/python https://projecteuler.net/ – Caution: A-Level only

Learning Python

0 commentsGCSEKS3Programming

A nice video playlist on learning to program with Python. It takes it from the start, so if you’re struggling in KS4 or want to learn more before the GCSE, then it’s a good series. Let me know if you have any other good tutorials that you found useful. There is also several other links ….  Read More

Sorting

0 commentsA-LevelGCSEA-LevelAlgorithmsGCSE

https://youtu.be/WaNLJf8xzC4 This is a good graphical and easy to understand look at the sort algorithms. Unfortunately it doesn’t include merge sort which is on most exam specs. One nice thing about it is the real scenario, and also that it gives real world time calculations. It covers: Bubble sort Insertion sort Quick sort

Hacking WhatsApp

0 commentsGCSEGeneral InterestGCSEGeneral InterestSecurity

https://www.theverge.com/2020/1/23/21068815/whatsapp-two-factor-authentication-how-to-security-privacy-hacking-pin-backup The above article is advising how to secure your WhatsApp account to not get hacked. Worth reading and worth following for all. It’s especially interesting for GCSE students as it’s using a particular exploit, and then exploiting the prevention measures. Cheeky, interesting and cool.