Skip to content Skip to sidebar Skip to footer
Showing posts with the label Global Variables

Tictactoe And Minimax

I am a young programmer that is learning python and struggling to implement an AI (using minimax) t… Read more Tictactoe And Minimax

Python Pool Multiprocessing With Functions

Okay I've been playing with some code partly to get a better understanding of python, and partl… Read more Python Pool Multiprocessing With Functions

How To Set Global Const Variables In Python

I am building a solution with various classes and functions all of which need access to some global… Read more How To Set Global Const Variables In Python

'global Name Not Defined' Concept In Python

I am learning Python and have read blogs about this error, but I am still not able to understand th… Read more 'global Name Not Defined' Concept In Python

Defining Lists As Global Variables In Python

I am using a list on which some functions works in my program. This is a shared list actually and a… Read more Defining Lists As Global Variables In Python

Error Global Variable Not Defined When Importing Class

I am trying to implement a movement system where the player move's towards the click position. … Read more Error Global Variable Not Defined When Importing Class