Elon Maks
@elonmaks
Learning Python and other programming tools.
Hello, all. Please, help split one cell into two cells. Can't do that, because official documentation of python-docx library says methods to split or
Python
Hi, I wonder why my function called func1 doesn't work when I use event of "Enter" button (in tkinter it's "" like ""), I remember it should be workin
Python
elonmaks I found another way. Is it right, or no. But like this:
I binded it to window widget instead of button widget.3 years ago
Let me share an implementation of breadth-first search algorithm, because it's very interesting how it works.
Python
Hi, how to run this file indepent of each other through the socket? Can't understand, why python while loops running like in "Relay Race".
For example
SixBeeps This is the fifth time you've asked this question. Please don't repeat questions, it just fills up the board with posts.3 years ago
Hi, how to run this file indepent of each other through the socket? Can't understand, why python while loops running like in "Relay Race".
For example
Hi, how to run this file indepent of each other through the socket? Can't understand, why python while loops running like in "Relay Race".
For example
Hi, how to run this file indepent of each other through the socket? Can't understand, why python while loops running like in "Relay Race".
For example
Hi, how to run this file indepent of each other through the socket? Can't understand, why python while loops running like in "Relay Race".
For example
https://repl.it/@elonmaks/TestingRepl1
Hi, all! I've created 2 instances of a class. There are 2 objects that I can't import in both directions. Pyt
CoolqB From what I understand, you have two files, each trying to import each other. This cannot work in Python, and probably indicates you need to rethink how your program will achieve what you're trying to do.
For more information, this is called a Circular Import: https://stackabuse.com/python-circular-imports/#whatisacircularimport
Let me know if this isn't what you're talking about.3 years ago