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

Hello, I am in the process of building a robot and was looking for websites where I can find affordable electronic parts as well as sensors. Any suggestions?
cel General Coding Help 1 1,694 Aug-07-2020, 10:47 PM
    Thread: stepper motor and servo key control
Post: RE: stepper motor and servo key control

The servo is connected directly to the pi but im using a UNL2003 driver for the stepper motor.
cel General Coding Help 4 2,626 Jul-25-2020, 05:07 PM
    Thread: stepper motor and servo key control
Post: stepper motor and servo key control

Hello, I've been working on a turret that uses a 24-byj stepper motor to control the x axis and an sg-90 servo to control the y axis. Through my raspberry pi I was able to control both with a program ...
cel General Coding Help 4 2,626 Jul-25-2020, 12:30 AM
    Thread: Stepper Motor key control
Post: RE: Stepper Motor key control

Thank you DPaul for the advice and I fixed the problem.
cel General Coding Help 2 1,930 Jul-25-2020, 12:19 AM
    Thread: Stepper Motor key control
Post: Stepper Motor key control

Hello, I'm writing a program to control a stepper motor using keyboard presses. The problem I'm having is that once I press a key to start the motor turning in one direction, I don't know how to inter...
cel General Coding Help 2 1,930 Jul-24-2020, 04:53 AM
    Thread: EOF error using stepper motor
Post: EOF error using stepper motor

Hello, I'm writing a program to control a stepper motor using keyboard presses and I keep getting an 'EOF' error and I'm not sure how to fix it. import curses import time import RPi.GPIO as GPIO s...
cel General Coding Help 1 1,725 Jul-23-2020, 11:42 PM
    Thread: while loop inconsistency
Post: RE: while loop inconsistency

wow thank you for the suggestions and the correction.
cel Game Development 3 2,448 Jun-05-2020, 09:49 PM
    Thread: Text file information retreval
Post: RE: Text file information retreval

Thank you, it turns out the problem was with the new line
cel General Coding Help 4 2,528 Jun-04-2020, 02:21 AM
    Thread: while loop inconsistency
Post: while loop inconsistency

import random print("Welcome to ROCK PAPER SCISSORS!") selecter = random.randint(1, 3) computer_choice = "" computer_score = 0 player_score = 0 computer_choice_history = [] playing = True while_co...
cel Game Development 3 2,448 Jun-04-2020, 01:49 AM
    Thread: Text file information retreval
Post: RE: Text file information retreval

sorry I'm new to coding I don't understand what you mean "new lines are not removed"
cel General Coding Help 4 2,528 Jun-03-2020, 09:00 PM
    Thread: Text file information retreval
Post: Text file information retreval

Hi, Im making a password cracker 'proof of concept' were the program accesses a text file and compares the entered password to a list of common passwords before trying random combinations of alphabeti...
cel General Coding Help 4 2,528 Jun-01-2020, 10:50 PM
    Thread: randomization code in rock, paper, scissors
Post: RE: randomization code in rock, paper, scissors

Thank you GOTO10 is turned out it was the indentation so now its working.
cel Game Development 4 2,697 May-28-2020, 08:48 PM
    Thread: randomization code in rock, paper, scissors
Post: randomization code in rock, paper, scissors

I'm trying to make a rock paper scissors game with a piece of code that prevents the random function from choosing the same option more than twice but the code isn't working correctly. Any suggestions...
cel Game Development 4 2,697 May-27-2020, 10:58 PM

User Panel Messages

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