Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Circle Turtle
Post: Circle Turtle

This program uses python turtle to draw regular polygons with up to 25 sides. Take a look: import math import turtle import time def cosineRule(b,c,A): aSquared = (b**2) + (c**2) - (2*b*c*math.co...
JoeLamond Code sharing 0 1,682 Jun-20-2019, 08:17 PM
    Thread: Mastermind/Guess the Code Game
Post: RE: Mastermind/Guess the Code Game

Thank you very much for the feedback. May I ask why it is a bad coding practice to loop over indexes? Also, is there any chance you could explain in more detail what an if/name block is, and why it is...
JoeLamond Code sharing 5 12,258 Oct-16-2018, 02:55 PM
    Thread: Mastermind/Guess the Code Game
Post: Mastermind/Guess the Code Game

Hello all, I am relatively new to Python programming but I have managed to make a Mastermind-type game in IDLE that I would like to share with all of you. I am happy to receive feedback on my progra...
JoeLamond Code sharing 5 12,258 Oct-14-2018, 01:29 PM
    Thread: Problems with printing score of test
Post: RE: Problems with printing score of test

Thank you for the help. I will correct my code shortly.
JoeLamond General Coding Help 2 3,438 Nov-11-2016, 05:39 PM
    Thread: Problems with printing score of test
Post: Problems with printing score of test

Hello, I have been writing a logic test in my program. When the person answers a question correctly the score goes up by 1 point. At the end I want to print the score but I have been experiencing som...
JoeLamond General Coding Help 2 3,438 Nov-11-2016, 05:13 PM
    Thread: Problems with coding a script in python
Post: RE: Problems with coding a script in python

Thank you very much for the help. As I said before, I only learn the absolute basics of python and was trying to do something a bit more ambitious. Hopefully, I wil be able to write the code correctly...
JoeLamond Homework 4 4,829 Nov-10-2016, 08:32 PM
    Thread: Problems with coding a script in python
Post: Problems with coding a script in python

Hello, I've learnt the absolute basics of python and I am writing a script for my computing homework. The idea is that it asks you to think of a number between 1 and 10, before asking you to double i...
JoeLamond Homework 4 4,829 Nov-09-2016, 09:17 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020