Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Node Flow Generation in Python
Post: Node Flow Generation in Python

Hey all, I was working on a project (code included). I wanted to simulate the flow of several nodes. Each node can go to several other nodes. This is stored in a dictionary. Numbers = [A, B, C, D, E...
Linenloid General Coding Help 0 658 Feb-21-2023, 07:09 PM
    Thread: Error: "ModuleNotFoundError: No module named 'RPi'"
Post: RE: Error: "ModuleNotFoundError: No module named '...

https://pypi.org/project/RPi.GPIO/ try running pip cmd on raspberry pi
Linenloid General Coding Help 4 4,563 Dec-28-2021, 03:52 PM
    Thread: Open source RTS game Forward Only
Post: RE: Open source RTS game Forward Only

I saw your indiedb site, удачи вам
Linenloid Code sharing 11 6,348 Dec-26-2021, 02:45 PM
    Thread: Open source RTS game Forward Only
Post: RE: Open source RTS game Forward Only

The fact that you deving this with only panda is amazing, i wish you good luck
Linenloid Code sharing 11 6,348 Dec-26-2021, 02:34 PM
    Thread: how to solve complex equations in python
Post: RE: how to solve complex equations in python

What are you trying to do?
Linenloid General Coding Help 3 2,813 Dec-26-2021, 02:18 PM
    Thread: For Loop and Use of Brackets to Modify Dictionary in Tic-Tac-Toe Game
Post: RE: For Loop and Use of Brackets to Modify Diction...

Does this all clear up your misunderstandings?
Linenloid General Coding Help 7 2,280 Dec-26-2021, 02:14 PM
    Thread: For Loop and Use of Brackets to Modify Dictionary in Tic-Tac-Toe Game
Post: RE: For Loop and Use of Brackets to Modify Diction...

ON line 14: theboard[] being a dictionary, with available slots mid-r etc etc, we are defining which player, x or o, is in that slot. theBoard[move] = turn, which defines say theBoard['top-L'] = 'x'...
Linenloid General Coding Help 7 2,280 Dec-26-2021, 02:13 PM
    Thread: For Loop and Use of Brackets to Modify Dictionary in Tic-Tac-Toe Game
Post: RE: For Loop and Use of Brackets to Modify Diction...

Line 10: Python starts from number 0, so its 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 which results in 10 numbers.
Linenloid General Coding Help 7 2,280 Dec-26-2021, 02:07 PM
    Thread: How to make cross platform gui python application ?
Post: RE: How to make cross platform gui python applicat...

You can take a look at this link here
Linenloid GUI 2 3,865 Dec-24-2021, 03:24 PM
    Thread: Application development in Python
Post: RE: Application development in Python

You probably want to start on doing the core code itself. So, whatever algo you are doing should be able to be linked up to a GUI or a command line. Then you can use tkinter, pyqt5, wx or kivy dependi...
Linenloid GUI 4 3,012 Dec-24-2021, 03:22 PM
    Thread: Error: "ModuleNotFoundError: No module named 'RPi'"
Post: RE: Error: "ModuleNotFoundError: No module named '...

Can you post your code?
Linenloid General Coding Help 4 4,563 Dec-24-2021, 03:13 PM

User Panel Messages

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