Python - 101 Computing https://www.101computing.net Boost Your Programming Skills! Tue, 18 Nov 2025 11:29:27 +0000 en-US hourly 1 https://www.101computing.net/wp/wp-content/uploads/cropped-android-chrome-512x512-1-32x32.png Python - 101 Computing https://www.101computing.net 32 32 RGB Converter https://www.101computing.net/rgb-converter/ Fri, 17 Feb 2017 18:25:17 +0000 http://www.101computing.net/?p=3998 Did you know that every colour on the screen can be represented using an RGB code (Red, Green, Blue) code. This code consists of three numbers between 0 and 255, indicating how much red, green and blue are used to

The post RGB Converter first appeared on 101 Computing.

]]>
Binary Converter using Python https://www.101computing.net/binary-converter-using-python/ Fri, 17 Feb 2017 18:09:27 +0000 http://www.101computing.net/?p=3994 Did You Know?Everything that is stored on a computer is stored as binary code. Binary code is made of bits (0 or 1). We often use Bytes to store data. A Byte is made of eight bits and can be

The post Binary Converter using Python first appeared on 101 Computing.

]]>
Which Season? https://www.101computing.net/which-season/ Wed, 15 Feb 2017 00:00:46 +0000 http://www.101computing.net/?p=831 Did you know?: Though we all agree that a calendar year is divided into four seasons, people sometimes disagree on the dates when these seasons start or finish. Many bodies, for example meteorologists, adopt a convention for the purpose of

The post Which Season? first appeared on 101 Computing.

]]>
Love Match Calculator https://www.101computing.net/love-match-calculator/ Tue, 14 Feb 2017 14:00:09 +0000 http://www.101computing.net/?p=3966 For this challenge we will write a program that will prompt the user to enter two first names. The program will then calculate and return a Love Match Score based on the following criteria: Criteria Score Both first names have

The post Love Match Calculator first appeared on 101 Computing.

]]>
Domain Name Server https://www.101computing.net/domain-name-server/ Fri, 03 Feb 2017 23:17:38 +0000 http://www.101computing.net/?p=3875 Domain Name Servers (DNS) are the Internet’s equivalent of a phone book. They maintain a directory of domain names and translate them to numerical IP addresses. These IP addresses are used to identify and locate the web-servers on the Internet

The post Domain Name Server first appeared on 101 Computing.

]]>
My Login Script https://www.101computing.net/my-login-script/ Tue, 31 Jan 2017 14:32:31 +0000 http://www.101computing.net/?p=3839 A lot of computer systems rely on the need for the user to login using a username and password. This form of authentication is used to uniquely identify a user and give them access to the relevant information on the

The post My Login Script first appeared on 101 Computing.

]]>
What’s My Change? https://www.101computing.net/whats-my-change/ Mon, 16 May 2016 21:55:30 +0000 http://www.101computing.net/?p=3096 Your Challenge Using either Python or HTML + JavaScript, write a program that prompts the end-user to enter two values: Value 1: Amount to be paid by the customer Value 2: Amount received from the customer The program should then

The post What’s My Change? first appeared on 101 Computing.

]]>
Pygame Tutorial – Adding More Sprites https://www.101computing.net/pygame-tutorial-adding-more-sprites/ Thu, 11 Feb 2016 23:29:19 +0000 http://www.101computing.net/?p=2881 This tutorial is the fourth tutorial in a series of five Pygame tutorials: Tutorial 1 – Getting Started with Pygame Tutorial 2 – Creating Sprites using Pygame Tutorial 3 – How to control your sprites Tutorial 4 – Adding More

The post Pygame Tutorial – Adding More Sprites first appeared on 101 Computing.

]]>
3D Traffic Lights https://www.101computing.net/3d-traffic-lights/ Wed, 03 Feb 2016 22:54:28 +0000 http://www.101computing.net/?p=2847 Did you know? An embedded system is a computer system with a dedicated function within a larger mechanical or electrical system, often with real-time computing constraints. A burglar alarm, an in-car cruise control system, a speedometer on a bike, a

The post 3D Traffic Lights first appeared on 101 Computing.

]]>
3D Lego Bricks https://www.101computing.net/3d-lego-bricks/ Wed, 03 Feb 2016 22:03:31 +0000 http://www.101computing.net/?p=2841 In this blog post we will use Glowscript to create a 3D animation representing the various Lego bricks. Our aim is to recreate bricks by joining several cubes and cylinders (studs) together. We will then create a compound object to

The post 3D Lego Bricks first appeared on 101 Computing.

]]>