More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
post
page
Python IDE Dashboard
Author: Administrator

HTML Code Builder (in Python)

Learning Objectives By completing this challenge you will learn how to use count-controlled loops (for loops). You will include a loop within a loop: This is called nesting. In this challenge you will also use string concatenation techniques. Finally you

Calculating Pi using a Python script

Did you know? Pi (Ï€) is one of the most important and fascinating numbers in mathematics. Roughly 3.14, it is a constant that is used to calculate the circumference of a circle from that circle’s radius or diameter. Pi is

Word Score Challenge

Did you know? The ASCII code (Pronounced ask-ee) is a code for representing English characters as numbers, with each character assigned a number from 0 to 127. For example, the ASCII code for uppercase M is 77. The extended ASCII

Name the colour

Computer programmers, web-designers, graphic designers often have to choose specific colours to design eye-catchy user interfaces. To do so they use colour codes which are used to uniquely identify each of the 16 million colours available on the RGB colour

My thesaurus

Your English teacher has asked you to write a description of your favourite imaginary pet. They want you to use plenty of adjectives in your description and suggest that you use a thesaurus to find synonyms to use in your

HTML Chess Challenge

Learning Objectives In this challenge you are going to learn how to create and format a table using HTML. You will also learn how to insert special characters (using UNICODE characters) on to a webpage. First you may want to

Where are you calling from?

Have you ever received a phone call from an unrecognised number and wondered who was calling and where is the person calling you located? Did you know that, in the UK, for landline phone numbers (not mobile phones), the first

String Manipulation – Lesson Code

Learning Objectives In this post we will focus on string manipulation techniques using five common techniques used in most procedural programming languages: LEFT: to extract characters at the beginning of a string, RIGHT: to extract characters at the end of

String Manipulation & ASCII Art

Learning Objectives In this post we will focus on string manipulation techniques using five common techniques used in most procedural programming languages: LEFT: to extract characters at the beginning of a string, RIGHT: to extract characters at the end of

String Manipulation

Learning Objectives In this post we will focus on string manipulation techniques using five common techniques used in most procedural programming languages: LEFT: to extract characters at the beginning of a string, RIGHT: to extract characters at the end of