Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Trouble with Sudoku Solver
Post: RE: Trouble with Sudoku Solver

Thankyou so much Mateusz! That was exactly what I was looking for! From here I can find out which square the requested cell is in, and just return the result of that square. The code for each square'...
Techmokid General Coding Help 2 2,151 Apr-08-2020, 07:55 AM
    Thread: Trouble with Sudoku Solver
Post: Trouble with Sudoku Solver

Hello! I got bored and decided to make a simple sudoku solver, but I am having a tiny issue wrapping my head around a simple problem. puzzle = [["3"," "," ", "8"," ","1", " "," ","2"], ...
Techmokid General Coding Help 2 2,151 Apr-08-2020, 05:59 AM
    Thread: Optimization of image correction code
Post: Optimization of image correction code

Hello! I'm working on a project that requires an example image to only have specific colours in it. SO, what I've done is gone ahead and made the following script to scan over every pixel in the imag...
Techmokid Code Review 0 1,889 Mar-21-2020, 12:25 PM
    Thread: Return not working
Post: RE: Return not working

Through some trial and error, i managed to fix the problem. Ichabod801 was on the right track. The error was how i returned the answer in chipRead() For some strange reason, if you loop a def statemen...
Techmokid General Coding Help 3 4,474 Jan-23-2017, 12:58 AM
    Thread: Return not working
Post: Return not working

Hello I have been working on a program that works as an arduino communicator. The idea is for the arduino to write to a file on the computer instead of an SD card. For some reason, the def statement ...
Techmokid General Coding Help 3 4,474 Jan-22-2017, 10:42 AM
    Thread: General Make_Python_Easier script
Post: General Make_Python_Easier script

This is an importable file that i have been working on. It has no specific purpose other than to add some features to python to make it easier. I just add functions when i need them. It is also design...
Techmokid Code sharing 2 3,260 Jan-11-2017, 10:26 AM

User Panel Messages

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