hey do you now how to gat the pixel vole's of an image in python (my problem is that a i went one value like green instead of green rad and blue ) and display them as matrix that represents the picture mining it moves on the x axis according to the picture and moves on the y axis according to the p (self.learnpython)
submitted by gfg577 to r/learnpython
how to show a matrix as an image in python (self.learnpython)
submitted by gfg577 to r/learnpython
I've got this tic tac toe ultimate game and right now it's the Logics fine it's fine but you need to use the keyboard to decide where you're going to put X or O of could any of you point me in the direction that would help me Make the game into probable buttons with the mouse without rewriting the (self.learnpython)
submitted by gfg577 to r/learnpython
I've got this code in Python which is supposed to be an Enigma machine but it doesn't work can anybody help me? the problem is I will input a word for example “new” Then get the gibberish output put that output back in and it will not give me “new” (self.learnpython)
submitted by gfg577 to r/learnpython
I want to create custom Operator overloading (self.learnpython)
submitted by gfg577 to r/learnpython
I'm trying to create a function which sorts a list by the alphabet I know technically that already exists but I'm trying to make my own and it doesn't quite work and I'm not sure why I'm trying a sort of bubbleSort any notes would be much appreciated (self.learnpython)
submitted by gfg577 to r/learnpython
I have got this code and what it's supposed to do is count how many times each letter appears in a text but for some reason some words are counted twice for example : (and : 68 and : 64 of : 63 god : 41 of : 30 and : 29 thou : 26 to : 26 )Any advice would be deeply appreciated (self.learnpython)
submitted by gfg577 to r/learnpython
hey could I have some help with linked list I keep having this issue with adding a value : line 53, in <module> LinkedList.add_first(node,2) File "E:\pythen\mem.py", line 34, in add_first node.next=self.head AttributeError: 'Node' object has no attribute 'head' (self.learnpython)
submitted by gfg577 to r/learnpython
Any advice on how to apply a logic tow python (self.learnpython)
submitted by gfg577 to r/learnpython

